Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Logging helpers.LoggingConfig `yaml:"logging"`
Server ServerConfig `yaml:"server"`
LoggregatorConfig LoggregatorConfig `yaml:"loggregator"`
Db map[string]db.DatabaseConfig `yaml:"db"`
CacheTTL time.Duration `yaml:"cache_ttl"`
CacheCleanupInterval time.Duration `yaml:"cache_cleanup_interval"`
PolicyPollerInterval time.Duration `yaml:"policy_poller_interval"`
Health models.HealthConfig `yaml:"health"`
RateLimit models.RateLimitConfig `yaml:"rate_limit"`
CredHelperImpl string `yaml:"cred_helper_impl"`
StoredProcedureConfig *models.StoredProcedureConfig `yaml:"stored_procedure_binding_credential_config"`
}
type LoggingConfig ¶
type LoggingConfig struct {
Level string `yaml:"level"`
}
type LoggregatorConfig ¶
type ServerConfig ¶
type ServerConfig struct {
Port int `yaml:"port"`
}
Click to show internal directories.
Click to hide internal directories.