Update go dependencies
This commit is contained in:
parent
55ccaf4be3
commit
2882fb5ebe
457 changed files with 54614 additions and 19833 deletions
6
vendor/google.golang.org/grpc/balancer/balancer.go
generated
vendored
6
vendor/google.golang.org/grpc/balancer/balancer.go
generated
vendored
|
|
@ -143,7 +143,11 @@ type Builder interface {
|
|||
}
|
||||
|
||||
// PickOptions contains addition information for the Pick operation.
|
||||
type PickOptions struct{}
|
||||
type PickOptions struct {
|
||||
// FullMethodName is the method name that NewClientStream() is called
|
||||
// with. The canonical format is /service/Method.
|
||||
FullMethodName string
|
||||
}
|
||||
|
||||
// DoneInfo contains additional information for done.
|
||||
type DoneInfo struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue