Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthMethod ¶
func GetAuthMethod() string
Types ¶
type GitHubClient ¶
type GitHubClient struct {
AuthMethod string
}
type GitHubRepo ¶
type GitHubRepo interface { Owner() string Repository() string GetInfo() (*Repository, error) AddIssueComment(issueNum int, comment string) error }
func NewGitHubRepo ¶
func NewGitHubRepo(s *Session, f *RepositoryQueryFilter) (GitHubRepo, error)
type IssuesEvent ¶
type IssuesEvent = github.IssuesEvent
type ListOptions ¶
type ListOptions = github.ListOptions
type Repository ¶
type Repository = github.Repository
type RepositoryQueryFilter ¶
Click to show internal directories.
Click to hide internal directories.