mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-24 16:18:42 +00:00
8 lines
122 B
Go
8 lines
122 B
Go
package types
|
|
|
|
type Hook struct {
|
|
Event string
|
|
Repo *Repo
|
|
Commit *Commit
|
|
PullRequest *PullRequest
|
|
}
|