Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
PauseChan chan time.Time
BuildChan chan DockerBuildJSON
// contains filtered or unexported fields
}
type DockerBuildJSON ¶
type GitHubWebHookJSON ¶
type GitHubWebHookJSON struct {
Action string `json:"action"`
Comment struct {
Body string `json:"body"`
// UpdatedAt string `json:"updated_at"`
User struct {
Login string `json:"login"`
} `json:"user"`
} `json:"comment"`
Issue struct {
HTMLURL string `json:"html_url"`
Number int64 `json:"number"`
} `json:"issue"`
Organization struct {
Login string `json:"login"`
} `json:"organization"`
Repository struct {
FullName string `json:"full_name"`
Name string `json:"name"`
} `json:"repository"`
Sender struct {
AvatarURL string `json:"avatar_url"`
Login string `json:"login"`
} `json:"sender"`
}
Click to show internal directories.
Click to hide internal directories.