Update protobuf & grpc libraries and protoc plugins (#12679)

This commit is contained in:
Brian Kassouf
2021-09-29 18:25:15 -07:00
committed by GitHub
parent 3049a5a53a
commit d58b9c36e1
27 changed files with 2612 additions and 2336 deletions

View File

@@ -15,6 +15,8 @@ import (
var ErrServerInMetadataMode = errors.New("plugin server can not perform action while in metadata mode")
type backendGRPCPluginServer struct {
pb.UnimplementedBackendServer
broker *plugin.GRPCBroker
backend logical.Backend