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: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// Conf config
	Conf = &Config{}
)

Functions

func Init

func Init() (err error)

Init init conf

Types

type Config

type Config struct {
	Log            *log.Config
	BM             *bm.ServerConfig
	Verify         *verify.Config
	Tracer         *trace.Config
	Redis          *redis.Config
	RedisExpire    *RedisExpire
	Memcache       *memcache.Config
	MemcacheExpire *MemcacheExpire
	MySQL          *MySQL
	Databus        *Databus
	Ecode          *ecode.Config
	RefreshTime    int64
	HTTPClient     *bm.ClientConfig
}

Config .

type Databus

type Databus struct {
	Stats *databus.Config
	Event *databus.Config
}

Databus databus

type MemcacheExpire

type MemcacheExpire struct {
	McStatExpire xtime.Duration
}

MemcacheExpire Memcache

type MySQL

type MySQL struct {
	DB      *sql.Config
	DBSlave *sql.Config
}

MySQL mysql config

type RedisExpire

type RedisExpire struct {
	RedisReplySetExpire  xtime.Duration
	RedisReplyZSetExpire xtime.Duration
	RedisRefreshExpire   xtime.Duration
}

RedisExpire Redis

Jump to

Keyboard shortcuts

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