config

package
v0.0.0-...-1c24e5a Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2015 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AUTHOR                 = "Rohith <gambol99@gmail.com>"
	NAME                   = "Config Hook Service"
	DEFAULT_RUNTIME_PREFIX = "CONFIG_HOOK_"
	DEFAULT_DOCKER_SOCKET  = "/var/run/docker.sock"
	DEFAULT_STORE_URL      = "etcd://127.0.0.1:4001"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigHookOptions

type ConfigHookOptions struct {
	// the docker socket file path
	Docker_Socket string
	// the runtime variable used to indicate configuration resolve
	Runtime_Prefix string
	// the url location of the store
	Store_URL string
}

the configuration options for the service

var Options ConfigHookOptions

Jump to

Keyboard shortcuts

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