Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Client *github.Client
SlackWebhook string
GitHubAppKeyFile string
GitHubAppId int64
Host string
Port int64
Logger *zerolog.Logger
}
func (*Config) PopulateFromEnv ¶
PopulateFromEnv will fill in the configuration using the pre-defined environment variables. This is a simple wrapper for the NewFromSource function.
Click to show internal directories.
Click to hide internal directories.