8 lines
150 B
Protocol Buffer
8 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
option go_package = "github.com/grpc-ecosystem/grpc-gateway/examples/sub2";
|
|
package sub2;
|
|
|
|
message IdMessage {
|
|
string uuid = 1;
|
|
}
|