github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/util/codec/protorpc/envelope.proto (about) 1 syntax = "proto3"; 2 3 package protorpc; 4 5 message Request { 6 string service_method = 1; 7 fixed64 seq = 2; 8 } 9 10 message Response { 11 string service_method = 1; 12 fixed64 seq = 2; 13 string error = 3; 14 }