Documentation ¶ Index ¶ type CIResult type CheckClient func NewClient(path string) (*CheckClient, error) func (c *CheckClient) QueryLoop() *CIResult Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CIResult ¶ type CIResult struct { Repo string `json:"repo"` Owner string `json:"owner"` Total int `json:"total"` Success int `json:"success"` Complete int `json:"complete"` PrNum string `json:"pr"` Title string `json:"title"` CommitSHA string `json:"sha"` } type CheckClient ¶ type CheckClient struct { C *github.Client CommitSHA string Repo string Owner string PrNum string Title string Timeout int } func NewClient ¶ func NewClient(path string) (*CheckClient, error) func (*CheckClient) QueryLoop ¶ func (c *CheckClient) QueryLoop() *CIResult Source Files ¶ View all Source files check.go Click to show internal directories. Click to hide internal directories.