autogits/bots-common/request_wiki.go
2024-08-27 12:15:59 +02:00

11 lines
139 B
Go

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