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

@@ -76,6 +76,7 @@ func (s *GRPCStorageClient) Delete(ctx context.Context, key string) error {
// StorageServer is a net/rpc compatible structure for serving
type GRPCStorageServer struct {
pb.UnimplementedStorageServer
impl logical.Storage
}