protobuf post rpc method with string formatting

前端 未结 0 2077
难免孤独
难免孤独 2020-12-23 20:51

I have this rpc in my .proto file:

    message SetFlagRequest {
        string name = 1;
        bool enable = 2;
    }

    rpc SetFeatureFlag(SetFlagRequest         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题