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
}