conf

package
v0.0.0-...-10437d4 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TextFormat 文本格式
	TextFormat = LogFormat("text")
	// JSONFormat json格式
	JSONFormat = LogFormat("json")
)
View Source
const (
	// ToFile 保存到文件
	ToFile = LogTo("file")
	// ToStdout 打印到标准输出
	ToStdout = LogTo("stdout")
)

Variables

This section is empty.

Functions

func LoadConfigFromEnv

func LoadConfigFromEnv() error

充环境变量中加载

func LoadConfigFromToml

func LoadConfigFromToml(path string) error

充文件中加载

func SetGlobalConfig

func SetGlobalConfig(conf *Config)

全局配置对象的设置方式

Types

type Config

type Config struct {
	App   *app
	MySQL *mysql
	Log   *log
}

func C

func C() *Config

全局配置对象的访问方式

func NewDefaultConfig

func NewDefaultConfig() *Config

初始化默认配置

type LogFormat

type LogFormat string

LogFormat 日志格式

type LogTo

type LogTo string

LogTo 日志记录到哪儿

Jump to

Keyboard shortcuts

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