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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// Conf config
	Conf = &Config{}
)

global var

Functions

func Init

func Init() error

Init init conf

Types

type AIYellowing

type AIYellowing struct {
	ExceptBuckets []string
	Producer      *databus.Config
	Consumer      *databus.Config
}

AIYellowing describe AI upload config

type Config

type Config struct {
	// base
	// elk
	Log *log.Config
	// http
	BM *HTTPServers
	// tracer
	Tracer *trace.Config
	// ecode
	Ecode *ecode.Config

	DonwloadHost    string
	UploadHost      string
	UploadAdminHost string
	RoutineCount    int
	HTTPClient      *bm.ClientConfig // call upload admin
	HTTPTimeout     xtime.Duration
	Databus         *databus.Config
	AIYellowing     AIYellowing
	Threshold       *Threshold
}

Config config set

type HTTPServers

type HTTPServers struct {
	Outer *bm.ServerConfig
	Inner *bm.ServerConfig
	Local *bm.ServerConfig
}

HTTPServers Http Servers

type Threshold

type Threshold struct {
	Sex      int
	Politics int
	Blood    int
	Violent  int
}

Threshold .

Jump to

Keyboard shortcuts

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