Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents an HTTP server.
type WebhookPayload ¶
type WebhookPayload struct {
ObjectKind string `json:"object_kind"`
Project struct {
ID int `json:"id"`
} `json:"project"`
ObjectAttributes struct {
ID int `json:"iid"`
State string `json:"state"`
Title string `json:"title"`
Description string `json:"description"`
WorkInProgress bool `json:"work_in_progress"`
AssigneeID int `json:"assignee_id"`
AuthorID int `json:"author_id"`
} `json:"object_attributes"`
}
WebhookPayload represents the GitLab webhook payload.
Click to show internal directories.
Click to hide internal directories.