harness-drone/common/hook.go

7 lines
67 B
Go
Raw Normal View History

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