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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfig

func InitConfig(path string)

InitConfig ...

Types

type Config

type Config struct {
	Common struct {
		Version  string
		LogLevel string
	}
	Server struct {
		Addr string
	}

	Client struct {
		ServerAddr     string `yaml:"server_addr"`
		AdminPort      string `yaml:"admin_port"`
		AgentHealthURL string `yaml:"agent_health_url"`
	}
}

Config ...

var Conf *Config

Conf ...

Jump to

Keyboard shortcuts

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