config

package
v1.19.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2023 License: Unlicense Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Module for fx.
	Module = fx.Options(
		fx.Provide(NewConfigurator),
		config.UnmarshalModule,
		config.ConfigModule,
		fx.Provide(healthConfig),
		fx.Provide(generatorConfig),
		fx.Provide(mapperConfig),
		fx.Provide(v1ClientConfig),
	)
)

Functions

func NewConfigurator

func NewConfigurator() config.Configurator

NewConfigurator for config.

Types

type Config

type Config struct {
	Client        client.Config    `yaml:"client" json:"client" toml:"client"`
	Health        health.Config    `yaml:"health" json:"health" toml:"health"`
	Generator     generator.Config `yaml:"generator" json:"generator" toml:"generator"`
	Mapper        mapper.Config    `yaml:"mapper" json:"mapper" toml:"mapper"`
	config.Config `yaml:",inline" json:",inline" toml:",inline"`
}

Config for the service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL