MCPcopy
hub / github.com/grpc/grpc-go / UpdateAddresses

Method UpdateAddresses

balancer_wrapper.go:345–347  ·  view source on GitHub ↗
(addrs []resolver.Address)

Source from the content-addressed store, hash-verified

343}
344
345func (acbw *acBalancerWrapper) UpdateAddresses(addrs []resolver.Address) {
346 acbw.ac.updateAddrs(addrs)
347}
348
349func (acbw *acBalancerWrapper) Connect() {
350 go acbw.ac.connect()

Callers

nothing calls this directly

Calls 1

updateAddrsMethod · 0.45

Tested by

no test coverage detected