src/dazzle_back/runtime/service_loader.py¶
Generated: 2026-03-30T04:38:48.228827+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Service loader for domain service stubs.
Discovers, loads, and manages user-implemented domain service stubs. These are Turing-complete Python functions that implement business logic declared in DSL as service contracts.
The loader: 1. Discovers stub files in the services/ directory 2. Dynamically...
Key Exports¶
ServiceLoadErrorServiceInvocationErrorLoadedServiceServiceLoadercreate_service_loaderload_servicesinvokehas_serviceget_service_idsget_servicereload_serviceunload_all
Dependencies¶
Imports¶
__future__.annotationsimportlib.utilloggingsyscollections.abc.Callabledataclasses.dataclassdataclasses.fieldpathlib.Pathtyping.Any
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_service_loader.pytests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.