misc

package
v0.0.0-...-d050cfb Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2019 License: Apache-2.0, Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfig

func InitConfig(path string)

Types

type Config

type Config struct {
	Common struct {
		Version    string
		LogLevel   string
		AdminToken string
	}
	MQ struct {
		Addrs []string // mq地址
		Topic string   // 主题
	}

	App struct {
		LoadInterval int
	}

	DB struct {
		Cluster        []string
		TraceKeyspace  string
		StaticKeyspace string
		NumConns       int
	}

	Ticker struct {
		Interval int
	}

	Control control.Conf
}
var Conf *Config

Jump to

Keyboard shortcuts

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