autogits/bots-common/request_wiki.go

11 lines
139 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
2024-08-27 12:15:59 +02:00
Repository *Repository
2024-08-26 14:09:23 +02:00
Sender User
}