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

Struct testSubConn

balancer/base/balancer_test.go:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41func (c *testClientConn) UpdateState(balancer.State) {}
42
43type testSubConn struct {
44 balancer.SubConn
45 updateState func(balancer.SubConnState)
46}
47
48func (sc *testSubConn) UpdateAddresses([]resolver.Address) {}
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected