Skip to main content

command

Function command 

Source
pub async fn command(
    app_conf: Data<ApplicationConfiguration>,
    store: Data<MockSuotarStore>,
    pool: Data<PgPool>,
    body: Bytes,
) -> ControllerResult<HttpResponse>