github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/example/golden/testdata/proto_compiled_sources/src/idl/svc.proto (about)

     1  syntax = "proto3";
     2  
     3  message Request {
     4      string id = 1;
     5  }
     6  
     7  message Response {
     8      string id = 1;
     9  }