11 lines
160 B
Go
11 lines
160 B
Go
|
package common
|
||
|
|
||
|
type CreateWebhook struct {
|
||
|
Sha string
|
||
|
Ref string // name of tag/branch
|
||
|
Ref_type string // tag, branch
|
||
|
|
||
|
Repository
|
||
|
Sender User
|
||
|
}
|