mirror of https://github.com/status-im/consul.git
agent: document the scada http creation func
This commit is contained in:
parent
2e6ccded2c
commit
87c1e4fcd3
|
@ -145,6 +145,8 @@ func NewHTTPServers(agent *Agent, config *Config, logOutput io.Writer) ([]*HTTPS
|
||||||
return servers, nil
|
return servers, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// newScadaHttp creates a new HTTP server wrapping the SCADA
|
||||||
|
// listener such that HTTP calls can be sent from the brokers.
|
||||||
func newScadaHttp(agent *Agent, list net.Listener) *HTTPServer {
|
func newScadaHttp(agent *Agent, list net.Listener) *HTTPServer {
|
||||||
// Create the mux
|
// Create the mux
|
||||||
mux := http.NewServeMux()
|
mux := http.NewServeMux()
|
||||||
|
|
Loading…
Reference in New Issue