Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultGitHubTimeout = 10 * time.Second DefaultWebhookWorkers = 10 DefaultWebhookQueueSize = 100 DefaultHTTPCacheSize = 50 * datasize.MB DefaultPushedAtCacheSize = 100_000 )
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"`
Options handler.PullEvaluationOptions `yaml:"options"`
Datadog datadog.Config `yaml:"datadog"`
Workers WorkerConfig `yaml:"workers"`
TFE plan.ClientProviderConfig `yaml:"tfe"`
}
func ParseConfig ¶
type LoggingConfig ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
type SessionsConfig ¶
Click to show internal directories.
Click to hide internal directories.