| 25 | class SimpleConsumer : public consumer::Consumer { |
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected