config

package
v0.0.0-...-b81122d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfig

func InitConfig() error

Types

type Config

type Config struct {
	Name       string `toml:"name"`
	Version    string `toml:"version"`
	WorkNum    int    `toml:"work_num"`
	MaxWaitNum int    `toml:"max_wait_num"`

	RedisAddr    string   `toml:"redis_addr"`
	ScheduleMode string   `toml:"schedule"`
	Etcd         []string `toml:"etcd"`

	Mysql string `toml:"mysql"`
}
var Conf *Config

Jump to

Keyboard shortcuts

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