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: 13 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 Cfg

type Cfg struct {
	// ExpireCountFrequency crontab frequency
	ExpireCountFrequency string
	CouponRetryFrequency string
	ConsumerProcNum      int64
}

Cfg def

type Config

type Config struct {
	Log      *log.Config
	BM       *bm.ServerConfig
	Verify   *verify.Config
	Tracer   *trace.Config
	Redis    *Redis
	Database *Database
	Ecode    *ecode.Config
	Cfg      *Cfg
	// databus
	GiftPaySub    *databus.Config
	GiftFreeSub   *databus.Config
	AddCapsuleSub *databus.Config
	UserReport    *databus.Config
	LiveRpc       map[string]*liverpc.ClientConfig
	HTTPClient    *bm.ClientConfig
	CouponConf    *CouponConfig
}

Config .

type CouponConfig

type CouponConfig struct {
	Url    string
	Coupon map[string]string
}

CouponConfig .

type Database

type Database struct {
	Lottery *sql.Config
}

Database mysql

type Redis

type Redis struct {
	Lottery *redis.Config
}

Redis redis

Jump to

Keyboard shortcuts

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