decomposer: generate files for Maintain only the latest check result for each monitored target in concurrency-safe memory and expose it through the specified FastAPI current-status endpoint.
This commit is contained in:
10
src/current_status/__init__.py
Normal file
10
src/current_status/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from .api import build_current_status_router
|
||||
from .coordinator import CurrentStatusCoordinator, TargetNotFound
|
||||
from .transform import transform
|
||||
|
||||
__all__ = [
|
||||
"CurrentStatusCoordinator",
|
||||
"TargetNotFound",
|
||||
"build_current_status_router",
|
||||
"transform",
|
||||
]
|
||||
Reference in New Issue
Block a user