mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 17:53:23 +02:00
9 lines
122 B
Go
9 lines
122 B
Go
package types
|
|
|
|
type Hook struct {
|
|
Event string
|
|
Repo *Repo
|
|
Commit *Commit
|
|
PullRequest *PullRequest
|
|
}
|