mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-01-24 22:45:55 +00:00
8 lines
103 B
Go
8 lines
103 B
Go
package common
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
PullRequest *PullRequest
|
|
}
|