...

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

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

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

View as plain text