Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Module for fx. Module = fx.Options( fx.Provide(NewConfigurator), marshaller.Module, config.ConfigModule, fx.Provide(v1ClientConfig), fx.Provide(v1AuthClientConfig), fx.Provide(healthConfig), fx.Provide(migrateConfig), ) )
Functions ¶
func NewConfigurator ¶
func NewConfigurator(i *cmd.InputConfig) (config.Configurator, error)
NewConfigurator for config.
Types ¶
type Config ¶
type Config struct { Auth auth.Config `yaml:"auth" json:"auth" toml:"auth"` Client client.Config `yaml:"client" json:"client" toml:"client"` Health health.Config `yaml:"health" json:"health" toml:"health"` Migrate migrate.Config `yaml:"migrate" json:"migrate" toml:"migrate"` config.Config `yaml:",inline" json:",inline" toml:",inline"` }
Config for the service.
Click to show internal directories.
Click to hide internal directories.