.
This commit is contained in:
parent
1eec851e16
commit
3a869126e7
10
bots-common/request_create.go
Normal file
10
bots-common/request_create.go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package common
|
||||||
|
|
||||||
|
type CreateWebhook struct {
|
||||||
|
Sha string
|
||||||
|
Ref string // name of tag/branch
|
||||||
|
Ref_type string // tag, branch
|
||||||
|
|
||||||
|
Repository
|
||||||
|
Sender User
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user