Module forecasting

Module forecasting 

Source
Expand description

HTTP handlers for API change forecasting

This module provides endpoints for querying and managing forecasts.

Structs§

ForecastListResponse
Response for forecast list
ForecastingState
State for forecasting handlers
ListForecastsQuery
Query parameters for listing forecasts
RefreshForecastsRequest
Request to refresh forecasts

Functions§

forecasting_router
Create router for forecasting endpoints
get_endpoint_forecasts
Get endpoint-level forecasts (no database)
get_service_forecasts
Get service-level forecasts (no database)
list_forecasts
List forecasts (no database)
refresh_forecasts
Refresh forecasts (no database)