conf

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Conf = &Config{}
)

Conf global variable.

Functions

func Init

func Init() (err error)

Init create config instance.

Types

type Answer

type Answer struct {
	Debug        bool
	FontFilePath string
}

Answer conf.

type Config

type Config struct {
	// log
	Log *log.Config
	// db
	Mysql *orm.Config
	// redis
	Redis *Redis
	// tracer
	Tracer *trace.Config
	// Answer
	Answer *Answer
	// bm
	BM   *bm.ServerConfig
	Auth *permit.Config
}

Config struct of conf.

type Redis

type Redis struct {
	*redis.Config
	Expire                time.Duration
	AnsCountExpire        time.Duration
	AnsAddFlagCountExpire time.Duration
}

Redis .

Jump to

Keyboard shortcuts

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