mirror of
https://github.com/harness/drone.git
synced 2025-05-07 03:31:24 +08:00
7 lines
66 B
Go
7 lines
66 B
Go
package types
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
}
|