diff options
| -rw-r--r-- | zenserver/sos/sos.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zenserver/sos/sos.h b/zenserver/sos/sos.h index f3e77e73e..283735cbd 100644 --- a/zenserver/sos/sos.h +++ b/zenserver/sos/sos.h @@ -6,6 +6,15 @@ #include <spdlog/spdlog.h> +/** Simple Object Store API + * + * Implements an API shared with Jupiter + * + * - Objects (compact binary), named and private + * - Blobs (unstructured binary), named and private + * + */ + class HttpCommonStructuredObjectStore : public zen::HttpService { public: |