We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29e53f5 + 812c608 commit 104e245Copy full SHA for 104e245
client/v3/naming/endpoints/endpoints.go
@@ -18,7 +18,9 @@ type Endpoint struct {
18
// Metadata is the information associated with Addr, which may be used
19
// to make load balancing decision.
20
// Since etcd 3.1
21
- Metadata interface{}
+ //
22
+ // Deprecated: The field is deprecated and will be removed in 3.7.
23
+ Metadata any
24
}
25
26
type Operation uint8
0 commit comments