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