...

Text file src/github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/sub2/message.proto

Documentation: github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/sub2

     1syntax = "proto3";
     2option go_package = "github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/sub2";
     3package sub2;
     4
     5message IdMessage {
     6	string uuid = 1;
     7}

View as plain text