Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct {
confighttp.ServerConfig `mapstructure:",squash"`
Path string `mapstructure:"path"` // path where the receiver instance will accept events. Default is /events
Secret string `mapstructure:"secret"` // secret to verify that a webhook delivery is from GitHub.
HealthPath string `mapstructure:"health_path"` // path for health check api. Default is /health_check
}
Click to show internal directories.
Click to hide internal directories.