This commit is contained in:
Adam Majer 2024-08-24 16:47:39 +02:00
parent 1eec851e16
commit 3a869126e7

View 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
}