autogits/bots-common/request_create.go

11 lines
160 B
Go
Raw Normal View History

2024-08-24 16:47:39 +02:00
package common
type CreateWebhook struct {
Sha string
Ref string // name of tag/branch
Ref_type string // tag, branch
Repository
Sender User
}