Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
Notifier is a processor that receives notification from CI system and act to the messages to periodically get elements from github
type Webhook ¶
type Webhook struct {
ID int `json:"id"`
Number string `json:"number"`
PullRequestNumber int `json:"pull_request_number"`
PullRequestTitle string `json:"pull_request_title"`
Duration int `json:"duration"`
AuthorName string `json:"author_name"`
AuthorEmail string `json:"author_email"`
Type string `json:"type"`
State string `json:"state"`
BuildURL string `json:"build_url"`
}
Webhook represents a struct in payload
Click to show internal directories.
Click to hide internal directories.