Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Token string `mapstructure:"token"`
WebhookURL string `mapstructure:"webhook-url"`
ReviewersList []Reviewer `mapstructure:"reviewers"`
}
func (Config) GithubLoginBySlack ¶
func (Config) GithubToken ¶
func (Config) SlackLoginByGithub ¶
func (Config) SlackWebhookUrl ¶
func (Config) ValidateConfig ¶
Click to show internal directories.
Click to hide internal directories.