github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/_example/proto/issue_292/trailingcomment3.proto (about)

     1  syntax = "proto3";
     2  
     3  service SearchService { // service comment
     4    rpc GetAll(GetRequest) returns(GetReply) { // get the global address table
     5      option(requestreply.Nats).Subject = "get.addrs";
     6    }
     7  }