mirror of
https://github.com/harness/drone.git
synced 2025-05-10 02:50:58 +08:00
9 lines
122 B
Go
9 lines
122 B
Go
package types
|
|
|
|
type Hook struct {
|
|
Event string
|
|
Repo *Repo
|
|
Commit *Commit
|
|
PullRequest *PullRequest
|
|
}
|