Files
2018-03-15 09:22:43 +11:00

8 lines
134 B
Go

package requests
type WebhookRequest struct {
Title string `json:"title"`
Body string `json:"body"`
Type string `json:"type"`
}