medicapi::logic::med_storage_logic

Function get_by_sickbay_no_cache

pub fn get_by_sickbay_no_cache(
    conn: &PgConnection,
    sickbay_id: Uuid,
) -> Result<Vec<MedStorage>, StatusMessage>
Expand description

Origin of the cached function get_by_sickbay.