| 26 | public: |
| 27 | SimpleConsumer(const consumer::ConsumerOption &opt) : consumer::Consumer(opt) {} |
| 28 | virtual ~SimpleConsumer() override = default; |
| 29 | |
| 30 | virtual comm::RetCode Get(const comm::proto::GetRequest &req, |
| 31 | comm::proto::GetResponse &resp) override; |
nothing calls this directly
no outgoing calls
no test coverage detected