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 = &Config{}
)

Functions

func Init

func Init() error

Init init conf

Types

type Config

type Config struct {
	// Env
	Env string
	// monitor
	MonitorIdle time.Duration
	// interface XLog
	XLog *log.Config
	// BM
	BM *bm.ServerConfig
	// http client
	HTTPClient *bm.ClientConfig
	// databus
	StatSub   *databus.Config
	ViewSub   *databus.Config
	DmSub     *databus.Config
	ReplySub  *databus.Config
	FavSub    *databus.Config
	CoinSub   *databus.Config
	ShareSub  *databus.Config
	RankSub   *databus.Config
	LikeSub   *databus.Config
	Memcaches []*memcache.Config
	// DB
	DB      *sql.Config
	ClickDB *sql.Config
	// rpc
	ArchiveRPC  *rpc.ClientConfig
	ArchiveRPC2 *rpc.ClientConfig
	// Monitor
	Monitor *Monitor
}

Config .

type Monitor

type Monitor struct {
	Users  string
	Token  string
	Secret string
	URL    string
}

Monitor is

type SMS

type SMS struct {
	Phone string
	Token string
}

SMS config

Jump to

Keyboard shortcuts

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