zaqar/doc/source/contributor/storage.rst
wangxiyuan 13b85cc38f Refactor the doc tree
This patch refactor zaqar doc according to
the doc-migration spec.

api, cli, configuration and reference should
be added in the next few patches if need.

Change-Id: I74a4949f4eace423c06ab6e8d95838df1f312d93
2017-07-19 10:12:28 +08:00

33 lines
490 B
ReStructuredText

---------------------------------
API reference for storage drivers
---------------------------------
.. currentmodule:: zaqar.storage.base
.. autoclass:: DataDriverBase
:noindex:
:members:
.. autoclass:: ControlDriverBase
:noindex:
:members:
.. autoclass:: Queue
:noindex:
:members:
.. autoclass:: Message
:noindex:
:members:
.. autoclass:: Claim
:noindex:
:members:
--------------
MongoDB Driver
--------------
.. automodule:: zaqar.storage.mongodb