protoc-gen-go-micro/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/sub2/message.proto
Manfred Touron 5448f25fd6
glide up
2017-05-18 23:33:43 +02:00

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;
}