Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Issue ¶
type Issue struct {
// contains filtered or unexported fields
}
func NewIssue ¶
func NewIssue(config IssueConfig) (*Issue, error)
type IssueConfig ¶
type IssueConfig struct { GithubClient *github.Client Logger micrologger.Logger CustomLabels []string }
Click to show internal directories.
Click to hide internal directories.