mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-01 05:08:41 +00:00
6 lines
67 B
Go
6 lines
67 B
Go
package common
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
}
|