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