1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-04 18:21:06 +02:00
woodpecker/common/hook.go
2015-04-07 01:20:55 -07:00

8 lines
103 B
Go

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