Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
Status string `json:"status,omitempty"`
Description string `json:"description,omitempty"`
IsTrusted bool `json:"is_trusted,omitempty"`
FullDescription string `json:"full_description,omitempty"`
RepoUrl string `json:"repo_url,omitempty"`
Owner string `json:"owner,omitempty"`
IsOfficial bool `json:"is_official,omitempty"`
IsPrivate bool `json:"is_private,omitempty"`
Name string `json:"name,omitempty"`
Namespace string `json:"namespace,omitempty"`
StarCount int `json:"star_count,omitempty"`
CommentCount int `json:"comment_count,omitempty"`
DateCreated int `json:"date_created,omitempty"`
Dockerfile string `json:"dockerfile,omitempty"`
RepoName string `json:"repo_name,omitempty"`
}
type Webhook ¶
type Webhook struct {
PushData *PushData `json:"push_data,omitempty"`
Repository *Repository `json:"repository,omitempty"`
}
type WebhookKey ¶
Click to show internal directories.
Click to hide internal directories.