harness-drone/common/hook.go

8 lines
103 B
Go
Raw Normal View History

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