autogits/bots-common/request_create.go
2024-08-27 11:42:48 +02:00

11 lines
182 B
Go

package common
type CreateWebhookEvent struct {
Sha string
Ref string // name of tag/branch
Ref_type string // tag, branch
Repository *Repository
Sender *User
}