Function find_by_org
pub fn find_by_org(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Sickbay>, StatusMessage>
Expand description
This is a cached function that uses the FIND_BY_ORG
cached static.
pub fn find_by_org(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Sickbay>, StatusMessage>
This is a cached function that uses the FIND_BY_ORG
cached static.