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