grpcutil icon indicating copy to clipboard operation
grpcutil copied to clipboard

assortment of utilities related to building and running grpc services

Results 9 grpcutil issues
Sort by recently updated
recently updated
newest added

Consider having this definition: ``` syntax = "proto3"; import "google/protobuf/timestamp.proto"; service Greeter { rpc SayHello(Request) returns (Response) {} } message Request { string name = 1; } message Response {...

It might be useful to warn users if their generator code is different than what was already on disk.

Can just map to strings, mostly. Follow-up from https://github.com/tmc/grpcutil/pull/8