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
2015-06-22 20:45:08 -07:00

8 lines
102 B
Go

package types
type Hook struct {
Repo *Repo
Commit *Commit
PullRequest *PullRequest
}