clair/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/proto/sub2/message.proto
2018-05-24 13:48:14 +02:00

8 lines
156 B
Protocol Buffer

syntax = "proto3";
option go_package = "github.com/grpc-ecosystem/grpc-gateway/examples/proto/sub2";
package sub2;
message IdMessage {
string uuid = 1;
}