harness-drone/pkg/types/hook.go

7 lines
66 B
Go
Raw Normal View History

2015-05-17 20:51:42 +00:00
package types
type Hook struct {
Repo *Repo
Commit *Commit
}