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