MCPcopy Index your code
hub / github.com/docker-flow/docker-flow-proxy / CreateConfigFromTemplates

Method CreateConfigFromTemplates

proxy/proxy.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type proxy interface {
13 RunCmd(extraArgs []string) error
14 CreateConfigFromTemplates() error
15 ReadConfig() (string, error)
16 Reload() error
17 GetCertPaths() []string

Implementers 3

ProxyMockactions/reconfigure_test.go
HaProxyproxy/ha_proxy.go
ProxyMockserver/cert_test.go

Calls

no outgoing calls