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: 12 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 Bfs

type Bfs struct {
	Timeout     xtime.Duration
	MaxFileSize int
	Bucket      string
	Addr        string
	Key         string
	Secret      string
}

Bfs config

type Config

type Config struct {
	Log           *log.Config
	BM            *bm.ServerConfig
	Verify        *verify.Config
	Tracer        *trace.Config
	Redis         *redis.Config
	MallMySQL     *sql.Config
	TicketMySQL   *sql.Config
	MallUgcMySQL  *sql.Config
	PgcSub        *databus.Config
	ElasticSearch *ElasticSearch
	Env           string
	SourcePath    string
	Bfs           *Bfs
}

Config .

type ElasticSearch

type ElasticSearch struct {
	Addr    []string
	Check   xtime.Duration
	Timeout string
	Season  EsIndex
}

ElasticSearch config

type EsIndex

type EsIndex struct {
	Index   string
	Type    string
	Alias   string
	Mapping string
}

EsIndex config

Jump to

Keyboard shortcuts

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