6 lines
66 B
Go
6 lines
66 B
Go
package types
|
|
|
|
type Hook struct {
|
|
Repo *Repo
|
|
Commit *Commit
|
|
}
|