woodpecker/pkg/types/hook.go
2015-05-17 13:51:42 -07:00

7 lines
66 B
Go

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