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

Method EndpointsGRPC

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

Source from the content-addressed store, hash-verified

795}
796
797func (epc *EtcdProcessCluster) EndpointsGRPC() []string {
798 return epc.Endpoints(func(ep EtcdProcess) []string { return ep.EndpointsGRPC() })
799}
800
801func (epc *EtcdProcessCluster) EndpointsHTTP() []string {
802 return epc.Endpoints(func(ep EtcdProcess) []string { return ep.EndpointsHTTP() })

Calls 2

EndpointsMethod · 0.95
EndpointsGRPCMethod · 0.65