]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_sync_module_pubsub_rest.h
import ceph 14.2.5
[ceph.git] / ceph / src / rgw / rgw_sync_module_pubsub_rest.h
1 #ifndef CEPH_RGW_SYNC_MODULE_PUBSUB_REST_H
2 #define CEPH_RGW_SYNC_MODULE_PUBSUB_REST_H
3
4 #include "rgw_rest.h"
5
6 class RGWRESTMgr_PubSub : public RGWRESTMgr {
7 public:
8 virtual RGWHandler_REST* get_handler(struct req_state* s,
9 const rgw::auth::StrategyRegistry& auth_registry,
10 const std::string& frontend_prefix) override;
11 };
12
13 #endif