mirror of https://github.com/celery/kombu.git
Adds reference documentation for kombu.transport.SQS
This commit is contained in:
parent
95afeb0932
commit
33f7ba3ae2
|
@ -0,0 +1,20 @@
|
|||
.. currentmodule:: kombu.transport.SQS
|
||||
|
||||
.. automodule:: kombu.transport.SQS
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Transport
|
||||
---------
|
||||
|
||||
.. autoclass:: Transport
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
Channel
|
||||
-------
|
||||
|
||||
.. autoclass:: Channel
|
||||
:members:
|
||||
:undoc-members:
|
Loading…
Reference in New Issue