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

Struct resolver

client/v3/naming/resolver/resolver.go:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type resolver struct {
72 c *clientv3.Client
73 target string
74 cc gresolver.ClientConn
75 wch endpoints.WatchChannel
76 ctx context.Context
77 cancel context.CancelFunc
78 wg sync.WaitGroup
79}
80
81func (r *resolver) watch() {
82 defer r.wg.Done()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected