Skip to content

Commit 0a0fde1

Browse files
authored
Merge pull request #19825 from amosehiguese/issue/19706
chore(client/v3/naming): deprecate Metadata field in Endpoint struct
2 parents c590dd6 + 28d10d3 commit 0a0fde1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/v3/naming/endpoints/endpoints.go

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ type Endpoint struct {
3232
// Metadata is the information associated with Addr, which may be used
3333
// to make load balancing decision.
3434
// Since etcd 3.1
35+
//
36+
// Deprecated: The field is deprecated and will be removed in 3.7.
3537
Metadata any
3638
}
3739

0 commit comments

Comments
 (0)