MCPcopy
hub / github.com/grafana/dskit / Equal

Method Equal

servicediscovery/dns.go:28–30  ·  view source on GitHub ↗
(other Instance)

Source from the content-addressed store, hash-verified

26}
27
28func (i Instance) Equal(other Instance) bool {
29 return i.Address == other.Address && i.InUse == other.InUse
30}
31
32// Notifications about address resolution. All notifications are sent on the same goroutine.
33type Notifications interface {

Calls

no outgoing calls