
This change replaces github.com/gogo/protobuf with google.golang.org/protobuf, except for the code generators. All proto-encoded structs are now generated from .proto files, which include ttrpc.Request and ttrpc.Response. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
6 lines
56 B
Protocol Buffer
6 lines
56 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message Status {
|
|
int32 code = 1;
|
|
}
|