Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubIssue ¶ added in v0.1.1
type GitHubIssue struct {
// contains filtered or unexported fields
}
func NewIssue ¶
func NewIssue(owner string, repo string, issueNumber int, token string) *GitHubIssue
func (*GitHubIssue) GetBody ¶ added in v0.1.1
func (gh *GitHubIssue) GetBody() (*string, error)
func (*GitHubIssue) GetComments ¶ added in v0.1.1
func (gh *GitHubIssue) GetComments() ([]*github.IssueComment, error)
func (*GitHubIssue) GetIssue ¶ added in v0.1.1
func (gh *GitHubIssue) GetIssue() (*github.Issue, error)
func (*GitHubIssue) GetTitle ¶ added in v0.1.1
func (gh *GitHubIssue) GetTitle() (*string, error)
func (*GitHubIssue) PostComment ¶ added in v0.1.1
func (gh *GitHubIssue) PostComment(commentBody string) error
Click to show internal directories.
Click to hide internal directories.