Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
fx.Out `yaml:"-" json:"-"`
DB db.Config `conf:"db" yaml:"db" json:"db"`
Log log.Config `conf:"log" yaml:"log" json:"log"`
APIServer server.Config `conf:"server" yaml:"server" json:"server"`
Metrics metrics.Config `conf:"metrics" yaml:"metrics" json:"metrics"`
GC gc.Config `conf:"gc" yaml:"gc" json:"gc"`
Cache xcache.Config `conf:"cache" yaml:"cache" json:"cache"`
ProviderQuota providerQuotaConfig `conf:"provider_quota" yaml:"provider_quota" json:"provider_quota"`
DisableSSLVerify bool `name:"disable_ssl_verify" yaml:"-" json:"-"`
AllowNoAuth bool `name:"allow_no_auth" yaml:"-" json:"-"`
APIKeyPrefix string `name:"api_key_prefix" yaml:"-" json:"-"`
}
Click to show internal directories.
Click to hide internal directories.