Documentation ¶
Index ¶
Constants ¶
View Source
const ( ROOT = "/weave-flux/" SERVICE_ROOT = ROOT + "service/" HOST_ROOT = ROOT + "host/" SESSION_ROOT = ROOT + "session/" INSTANCE_PATH = "instances" DETAIL_PATH = "spec" RULE_PATH = "rules" INGRESS_INSTANCE_PATH = "ingress-instances" )
Variables ¶
This section is empty.
Functions ¶
func NewFromEnv ¶
func NewFromEnv() (*etcdStore, error)
func StoreDependency ¶
func StoreDependency(slot *store.Store) daemon.DependencySlot
Types ¶
type SessionValue ¶
type SessionValue struct {
Session string
}
Click to show internal directories.
Click to hide internal directories.