Function find_by_org_no_cache
pub fn find_by_org_no_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Sickbay>, StatusMessage>
Expand description
Origin of the cached function find_by_org
.
pub fn find_by_org_no_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Sickbay>, StatusMessage>
Origin of the cached function find_by_org
.