|
|
serve("etcd", config.BindAddr, config.EtcdTLSInfo(), corsInfo, e)
|
|
serve("etcd", config.BindAddr, config.EtcdTLSInfo(), corsInfo, e)
|
|
|
func serve(who string, addr string, tinfo *config.TLSInfo, cinfo *ehttp.CORSInfo, handler http.Handler) {
|
|
func serve(who string, addr string, tinfo *config.TLSInfo, cinfo *ehttp.CORSInfo, handler http.Handler) {
|