1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-10 18:31:20 +02:00
woodpecker/pkg/types/hook.go

8 lines
102 B
Go
Raw Normal View History

2015-05-17 13:51:42 -07:00
package types
type Hook struct {
Repo *Repo
Commit *Commit
PullRequest *PullRequest
}