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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfPath string

	// Conf config
	Conf = &Config{}
)

global var

Functions

func Init

func Init() error

Init init conf

Types

type Config

type Config struct {
	// base
	// log
	Log *log.Config
	// db
	DB *DB
	// databus
	UserSub *databus.Config
	// Env
	Env string
	// memcache
	Memcache *Memcache
}

Config config set

type DB

type DB struct {
	Wallet *sql.Config
}

DB db config.

type Memcache

type Memcache struct {
	Wallet       *memcache.Config
	WalletExpire time.Duration
}

Memcache config

Jump to

Keyboard shortcuts

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