mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 13:54:20 +00:00
bugfixes
This commit is contained in:
10
app/channels/__init__.py
Normal file
10
app/channels/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Channel adapters owned by the application domain.
|
||||
|
||||
The framework ChannelGateway remains the canonical normalization boundary.
|
||||
Domain REST contracts should enter the backend through adapters in this package
|
||||
instead of calling workflow runtimes directly from FastAPI routes.
|
||||
"""
|
||||
|
||||
from .backoffice_rest_adapter import BackofficeChannelEnvelope, BackofficeRestChannelAdapter
|
||||
|
||||
__all__ = ["BackofficeChannelEnvelope", "BackofficeRestChannelAdapter"]
|
||||
Reference in New Issue
Block a user