gitee.com/liuxuezhan/go-micro-v1.18.0@v1.0.0/codec/protorpc/envelope.proto (about) 1 package protorpc; 2 3 message Request { 4 optional string service_method = 1; 5 optional fixed64 seq = 2; 6 } 7 8 message Response { 9 optional string service_method = 1; 10 optional fixed64 seq = 2; 11 optional string error = 3; 12 }