Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultSessionLifetime = 24 * time.Hour
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachingConfig ¶
type Config ¶
type Config struct {
Server baseapp.HTTPConfig `yaml:"server"`
Logging LoggingConfig `yaml:"logging"`
Cache CachingConfig `yaml:"cache"`
Github githubapp.Config `yaml:"github"`
Sessions SessionsConfig `yaml:"sessions"`
Options handler.PullEvaluationOptions `yaml:"options"`
Files handler.FilesConfig `yaml:"files"`
Datadog datadog.Config `yaml:"datadog"`
Workers WorkerConfig `yaml:"workers"`
}
func ParseConfig ¶
type LoggingConfig ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
type SessionsConfig ¶
type WorkerConfig ¶
Click to show internal directories.
Click to hide internal directories.