options

package
v0.0.0-...-e8c1540 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2018 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ShkaffConfig

type ShkaffConfig struct {
	SHKAFF_UI_HOST        string         `"json:SHKAFF_UI_HOST"`
	SHKAFF_UI_PORT        int            `"json:SHKAFF_UI_PORT"`
	RMQ_HOST              string         `json:"RMQ_HOST"`
	RMQ_PORT              int            `json:"RMQ_PORT"`
	RMQ_USER              string         `json:"RMQ_USER"`
	RMQ_PASS              string         `json:"RMQ_PASS"`
	RMQ_VHOST             string         `json:"RMQ_VHOST"`
	DATABASE_HOST         string         `json:"DATABASE_HOST"`
	DATABASE_PORT         int            `json:"DATABASE_PORT"`
	DATABASE_USER         string         `json:"DATABASE_USER"`
	DATABASE_PASS         string         `json:"DATABASE_PASS"`
	DATABASE_DB           string         `json:"DATABASE_DB"`
	DATABASE_SSL          bool           `json:"DATABASE_SSL"`
	STATBASE_HOST         string         `json:"STATBASE_HOST"`
	STATBASE_PORT         int            `json:"STATBASE_PORT"`
	STATBASE_USER         string         `json:"STATBASE_USER"`
	STATBASE_PASS         string         `json:"STATBASE_PASS"`
	MONGO_RESTORE_HOST    string         `json:"MONGO_RESTORE_HOST"`
	MONGO_RESTORE_PORT    int            `json:"MONGO_RESTORE_PORT"`
	REFRESH_DATABASE_SCAN int            `json:"REFRESH_DATABASE_SCAN"`
	WORKERS               map[string]int `json:"WORKERS_COUNT"`
	// contains filtered or unexported fields
}

func InitControlConfig

func InitControlConfig() *ShkaffConfig

Jump to

Keyboard shortcuts

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