harness-drone/common/hook.go
2015-05-11 00:45:31 -07:00

6 lines
67 B
Go

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