| 214 | static std::vector<std::string> RedactSensitiveTokens(const std::vector<std::string> &tokens); |
| 215 | void IncrFetchFileThread() { fetch_file_threads_num_++; } |
| 216 | void DecrFetchFileThread() { fetch_file_threads_num_--; } |
| 217 | int GetFetchFileThreadNum() const { return fetch_file_threads_num_; } |
| 218 | |
| 219 | int PublishMessage(const std::string &channel, const std::string &msg); |