Skip to main content

endpoint

Function endpoint 

Source
async fn endpoint(
    endpoint: SuotarEndpoint,
    app_conf: Data<ApplicationConfiguration>,
    store: Data<MockSuotarStore>,
    pool: Data<PgPool>,
    req: HttpRequest,
    body: Bytes,
) -> ControllerResult<HttpResponse>