autogits/bots-common/request_wiki.go
2024-08-26 14:09:23 +02:00

11 lines
138 B
Go

package common
type WikiWebhookEvent struct {
Action string
Page string
Comment string
Repository Repository
Sender User
}