Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Commit ¶
type Commit struct { SHA string `json:"sha"` URL string `json:"url""` Author string `json:"author"` AuthorName string `json:"authorName"` AuthorPic string `json:"author_pic"` Message string `json:"message"` CreatedAt int64 `json:"created_at"` Tags []string `json:"tags,omitempty"` Status model.CombinedStatus `json:"status,omitempty"` DeployTargets []*DeployTarget `json:"deployTargets,omitempty"` }
Commit represents a Github commit
type DeployTarget ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.