Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultEnvPrefix = "BULLDOZER_"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type Config ¶
type Config struct { Server baseapp.HTTPConfig `yaml:"server"` Github githubapp.Config `yaml:"github"` Options handler.Options `yaml:"options"` Logging LoggingConfig `yaml:"logging"` Datadog datadog.Config `yaml:"datadog"` Prometheus prometheus.Config `yaml:"prometheus"` Cache CacheConfig `yaml:"cache"` Workers WorkerConfig `yaml:"workers"` }
func ParseConfig ¶
type LoggingConfig ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
type WorkerConfig ¶
Click to show internal directories.
Click to hide internal directories.