Files
scylladb/api/storage_proxy.hh
Amnon Heiman c787fa557e API adding a stub implementation for the storage_proxy
This adds a stub implementation for the storage_proxy.

To simplify future implementation, it takes the passed parameter and
return the correct types with fixed values.

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-06-18 11:32:09 +03:00

17 lines
233 B
C++

/*
* Copyright 2015 Cloudius Systems
*/
#ifndef API_STORAGE_PROXY_HH_
#define API_STORAGE_PROXY_HH_
#include "api.hh"
namespace api {
void set_storage_proxy(http_context& ctx, routes& r);
}
#endif /* API_STORAGE_PROXY_HH_ */