MCPcopy Create free account
hub / github.com/docker-flow/docker-flow-proxy / HaProxy

Struct HaProxy

proxy/ha_proxy.go:16–20  ·  view source on GitHub ↗

HaProxy contains structure used by HAProxy implementation

Source from the content-addressed store, hash-verified

14
15// HaProxy contains structure used by HAProxy implementation
16type HaProxy struct {
17 templatesPath string
18 configsPath string
19 configData configData
20}
21
22// Instance is a singleton containing an instance of the proxy
23var Instance proxy

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected