File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -203,11 +203,6 @@ type ConfigParser interface {
203
203
ParseConfig (LoadBalancingConfigJSON json.RawMessage ) (serviceconfig.LoadBalancingConfig , error )
204
204
}
205
205
206
- // PickOptions is a type alias of PickInfo for legacy reasons.
207
- //
208
- // Deprecated: use PickInfo instead.
209
- type PickOptions = PickInfo
210
-
211
206
// PickInfo contains additional information for the Pick operation.
212
207
type PickInfo struct {
213
208
// FullMethodName is the method name that NewClientStream() is called
Original file line number Diff line number Diff line change @@ -124,11 +124,6 @@ type Address struct {
124
124
Metadata interface {}
125
125
}
126
126
127
- // BuildOption is a type alias of BuildOptions for legacy reasons.
128
- //
129
- // Deprecated: use BuildOptions instead.
130
- type BuildOption = BuildOptions
131
-
132
127
// BuildOptions includes additional information for the builder to create
133
128
// the resolver.
134
129
type BuildOptions struct {
@@ -235,11 +230,6 @@ type Builder interface {
235
230
Scheme () string
236
231
}
237
232
238
- // ResolveNowOption is a type alias of ResolveNowOptions for legacy reasons.
239
- //
240
- // Deprecated: use ResolveNowOptions instead.
241
- type ResolveNowOption = ResolveNowOptions
242
-
243
233
// ResolveNowOptions includes additional information for ResolveNow.
244
234
type ResolveNowOptions struct {}
245
235
You can’t perform that action at this time.
0 commit comments