Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultBotCfg = "/etc/solo-github-app/config.yml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationConfig ¶
type ApplicationConfig struct {
InstallationId int `yaml:"installation_id" json:"installationId"`
SlackNotifications SlackNotifications `yaml:"slack_notifications" json:"slackNotifications"`
}
type Config ¶
type Config struct {
Server baseapp.HTTPConfig `yaml:"server"`
Github githubapp.Config `yaml:"github"`
AppConfig ApplicationConfig `yaml:"app_configuration" json:"appConfiguration"`
}
func ReadConfig ¶
type SlackNotifications ¶
Click to show internal directories.
Click to hide internal directories.