Documentation
¶
Index ¶
- type Config
- func (c Config) GithubLoginBySlack(slackLogin string) (string, error)
- func (c Config) GithubRepo() string
- func (c Config) GithubToken() string
- func (c Config) JiraProject() string
- func (c Config) Reviewers() []Reviewer
- func (c Config) SlackLoginByGithub(githubLogin string) (string, error)
- func (c Config) SlackWebhookUrl() string
- func (c Config) ValidateConfig() error
- type ConfigInterface
- type Reviewer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (Config) GithubLoginBySlack ¶
func (Config) GithubRepo ¶ added in v0.1.0
func (Config) GithubToken ¶
func (Config) JiraProject ¶ added in v0.1.0
func (Config) SlackLoginByGithub ¶
func (Config) SlackWebhookUrl ¶
func (Config) ValidateConfig ¶
type ConfigInterface ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.