config

package
v1.64.1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Unlicense Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Options(
	fx.Provide(NewConfigurator),
	marshaller.Module,
	config.ConfigModule,
	fx.Provide(casbinConfig),
	fx.Provide(keyConfig),
	fx.Provide(v1ClientConfig),
	fx.Provide(v1ServerConfig),
	fx.Provide(healthConfig),
)

Module for fx.

Functions

func NewConfigurator

func NewConfigurator(i *cmd.InputConfig) (config.Configurator, error)

NewConfigurator for config.

Types

type Config

type Config struct {
	Key           key.Config    `yaml:"key" json:"key" toml:"key"`
	Casbin        casbin.Config `yaml:"casbin" json:"casbin" toml:"casbin"`
	Client        client.Config `yaml:"client" json:"client" toml:"client"`
	Server        server.Config `yaml:"server" json:"server" toml:"server"`
	Health        health.Config `yaml:"health" json:"health" toml:"health"`
	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