mirror of
https://github.com/harness/drone.git
synced 2025-05-13 15:40:12 +08:00
7 lines
67 B
Go
7 lines
67 B
Go
package common
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
}
|