mirror of
https://github.com/harness/drone.git
synced 2025-05-07 11:21:34 +08:00
8 lines
102 B
Go
8 lines
102 B
Go
package types
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
PullRequest *PullRequest
|
|
}
|