bridge.adapters.api.main module

Contents

bridge.adapters.api.main module#

FastAPI app definition and lifespan setup for the bridge service. Initializes logging and mounts the routers.

bridge.adapters.api.main.lifespan(_app)[source]#

Initialize registry and any global resources at app startup.

Parameters:

_app (FastAPI)