Skip to main content

api_services

Function api_services 

Source
pub fn api_services(
    _caller: Actor,
    pool: &State<DbPool>,
) -> Result<Json<Vec<ServiceDto>>, Status>
Expand description

The service registry (agent twin of the registry screen): every registered service. 503 if the pool is exhausted.