Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Oct 18, 2023
1 parent 0f01172 commit 54f83e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nexus/db-model/src/inventory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl<'a> From<&'a Collection> for InvCollection {
}
}

/// See [`nexus_types::inventory::HwBaseboardId`].
/// See [`nexus_types::inventory::BaseboardId`].
#[derive(Queryable, Insertable, Clone, Debug, Selectable)]
#[diesel(table_name = hw_baseboard_id)]
pub struct HwBaseboardId {
Expand All @@ -184,7 +184,7 @@ impl<'a> From<&'a BaseboardId> for HwBaseboardId {
}
}

/// See [`nexus_types::inventory::SwCaboose`].
/// See [`nexus_types::inventory::Caboose`].
#[derive(
Queryable,
Insertable,
Expand Down Expand Up @@ -323,7 +323,7 @@ where
}
}

/// See [`nexus_types::inventory::RootOfTrust`].
/// See [`nexus_types::inventory::RotState`].
#[derive(Queryable, Clone, Debug, Selectable)]
#[diesel(table_name = inv_root_of_trust)]
pub struct InvRootOfTrust {
Expand All @@ -340,7 +340,7 @@ pub struct InvRootOfTrust {
pub slot_b_sha3_256: Option<String>,
}

/// See [`nexus_types::inventory::Caboose`].
/// See [`nexus_types::inventory::CabooseFound`].
#[derive(Queryable, Clone, Debug, Selectable)]
#[diesel(table_name = inv_caboose)]
pub struct InvCaboose {
Expand Down

0 comments on commit 54f83e0

Please sign in to comment.