vendor: update grpc
This commit is contained in:
3
cmd/vendor/google.golang.org/grpc/naming/naming.go
generated
vendored
3
cmd/vendor/google.golang.org/grpc/naming/naming.go
generated
vendored
@ -66,7 +66,8 @@ type Resolver interface {
|
||||
// Watcher watches for the updates on the specified target.
|
||||
type Watcher interface {
|
||||
// Next blocks until an update or error happens. It may return one or more
|
||||
// updates. The first call should get the full set of the results.
|
||||
// updates. The first call should get the full set of the results. It should
|
||||
// return an error if and only if Watcher cannot recover.
|
||||
Next() ([]*Update, error)
|
||||
// Close closes the Watcher.
|
||||
Close()
|
||||
|
Reference in New Issue
Block a user