11 lines
138 B
Go
11 lines
138 B
Go
|
package common
|
||
|
|
||
|
type WikiWebhookEvent struct {
|
||
|
Action string
|
||
|
Page string
|
||
|
Comment string
|
||
|
|
||
|
Repository Repository
|
||
|
Sender User
|
||
|
}
|