Documentation ¶
Overview ¶
Package report contains helpers for writing comments and updating statuses in Github.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GithubClient ¶
type GithubClient interface { BotName() (string, error) CreateStatus(org, repo, ref string, s github.Status) error ListIssueComments(org, repo string, number int) ([]github.IssueComment, error) CreateComment(org, repo string, number int, comment string) error DeleteComment(org, repo string, ID int) error EditComment(org, repo string, ID int, comment string) error }
Click to show internal directories.
Click to hide internal directories.