implemented api handlers
This commit is contained in:
parent
ab12dd67d4
commit
372915e24d
15 changed files with 302 additions and 73 deletions
|
|
@ -19,7 +19,7 @@ const (
|
|||
EtcdLogLevel = "error"
|
||||
EtcdPrefix = "/haproxy-lb"
|
||||
|
||||
HAProxyConfigFile = "/etc/haproxy/haproxy.cf"
|
||||
HAProxyConfigFile = "/etc/haproxy/haproxy.cfg"
|
||||
)
|
||||
|
||||
func ParseFile(file string) (cfg *Config, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue