Skip to content
Snippets Groups Projects
Commit 2590a0fa authored by Hans Kristian Hoel's avatar Hans Kristian Hoel
Browse files

created WebhookRegistration struct

parent d03076e3
Branches
No related tags found
No related merge requests found
......@@ -46,3 +46,8 @@ type Status struct {
}
//************ Webhook ************
type WebhookRegistration struct {
Event string `json:"event"`
URL string `json:"urk2`
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment