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{}
)

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
	Ecode       *ecode.Config
	ItemCFJob   *JobConfig
	Hadoop      *HadoopConfig
	UserAreaJob *JobConfig
}

Config .

type HadoopConfig

type HadoopConfig struct {
	HadoopDir string
	TarUrl    string
}

HadoopConfig ...

type JobConfig

type JobConfig struct {
	Schedule string
	// 多少个goroutine同时去写redis数据
	WorkerNum int
	// 如果指定了文件,使用这个文件
	// 如果没有指定,自动去下载文件
	// 可以是本地文件地址,或者http文件地址
	InputFile string
	// 在hadoop里面文件的路径,带日期
	HadoopFile string
	// Hadoop下载到本地的路径,带日期
	LocalTmpFile string
}

JobConfig ...

Jump to

Keyboard shortcuts

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