autogits/bots-common/request_wiki.go

11 lines
138 B
Go
Raw Normal View History

2024-08-26 14:09:23 +02:00
package common
type WikiWebhookEvent struct {
Action string
Page string
Comment string
Repository Repository
Sender User
}