mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-18 12:25:14 +00:00
6 lines
67 B
Go
6 lines
67 B
Go
package common
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
}
|