Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HTTP HTTPConfig `mapstructure:"http"`
Webhook WebhookConfig `mapstructure:"webhook"`
GitHubApp GitHubAppConfig `mapstructure:"github"`
}
func NewWithDefaults ¶
func NewWithDefaults() Config
type GitHubAppConfig ¶ added in v0.2.0
type HTTPConfig ¶
type WebhookConfig ¶
type WebhookConfig struct {
Secret string `mapstructure:"secret"`
}
Click to show internal directories.
Click to hide internal directories.