MCPcopy
hub / github.com/etcd-io/etcd / EndpointsHTTP

Method EndpointsHTTP

tests/framework/e2e/cluster.go:801–803  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

799}
800
801func (epc *EtcdProcessCluster) EndpointsHTTP() []string {
802 return epc.Endpoints(func(ep EtcdProcess) []string { return ep.EndpointsHTTP() })
803}
804
805func (epc *EtcdProcessCluster) Endpoints(f func(ep EtcdProcess) []string) (ret []string) {
806 for _, p := range epc.Procs {

Callers 1

Calls 2

EndpointsMethod · 0.95
EndpointsHTTPMethod · 0.65

Tested by 1