mirror of
https://github.com/harness/drone.git
synced 2025-05-06 16:11:46 +08:00
8 lines
103 B
Go
8 lines
103 B
Go
package common
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
PullRequest *PullRequest
|
|
}
|