Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.11 KB

gateways.rst

File metadata and controls

39 lines (27 loc) · 1.11 KB

Gateways

Renku uses several gateways to abstract away dependencies on external systems such as the database or git.

Interfaces

Interfaces that the Gateways implement.

.. automodule:: renku.core.interface
   :members:

Implementations

Implementation of Gateway interfaces.

.. automodule:: renku.infrastructure.gateway
   :members: