We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df3e64 commit de3b009Copy full SHA for de3b009
balancer/pkg/client.go
@@ -38,8 +38,6 @@ func (c BalancerClient) DistributionIsDefault() bool {
38
return true
39
}
40
41
-func (c BalancerClient) SetDS(_ string) {}
42
-
43
func (c BalancerClient) ID() uint {
44
return 0x123456789
45
router/client/client.go
@@ -1017,8 +1017,6 @@ func (f FakeClient) DistributionIsDefault() bool {
1017
1018
1019
1020
-func (c FakeClient) SetDS(_ string) {}
1021
1022
func NewFakeClient() *FakeClient {
1023
return &FakeClient{}
1024
@@ -1082,8 +1080,6 @@ func (c NoopClient) DistributionIsDefault() bool {
1082
1080
1083
1081
1084
1085
-func (c NoopClient) SetDS(_ string) {}
1086
1087
func (c NoopClient) RAddr() string {
1088
return c.rAddr
1089
0 commit comments