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: 16 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 {
	Log      *log.Config
	BM       *bm.ServerConfig
	Verify   *verify.Config
	Tracer   *trace.Config
	Redis    *redis.Config
	Memcache *memcache.Config
	MySQL    *sql.Config
	Ecode    *ecode.Config
	LiveRpc  map[string]*liverpc.ClientConfig
	//DataBus
	DataBus     *DataBus
	Group       *Group
	SearchHBase *hbaseConf
	MigrateNum  int
}

Config .

type DataBus

type DataBus struct {
	RoomInfo   *databus.Config
	Attention  *databus.Config
	UserName   *databus.Config
	PushSearch *databus.Config
}

type Group

type Group struct {
	RoomInfo  *GroupConf
	Attention *GroupConf
	UserInfo  *GroupConf
}

Group group.

type GroupConf

type GroupConf struct {
	Num  int
	Chan int
}

GroupConf group conf.

Jump to

Keyboard shortcuts

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