2025-05-07 16:29:08 -07:00
|
|
|
// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
|
|
|
|
|
//!Definitions for the `my.spoor.content` namespace.
|
|
|
|
|
pub mod external;
|
|
|
|
|
pub mod media;
|
2025-05-14 18:18:52 -07:00
|
|
|
pub mod title;
|
2025-05-07 16:29:08 -07:00
|
|
|
#[derive(Debug)]
|
|
|
|
|
pub struct External;
|
|
|
|
|
impl atrium_api::types::Collection for External {
|
|
|
|
|
const NSID: &'static str = "my.spoor.content.external";
|
|
|
|
|
type Record = external::Record;
|
|
|
|
|
}
|
|
|
|
|
#[derive(Debug)]
|
|
|
|
|
pub struct Media;
|
|
|
|
|
impl atrium_api::types::Collection for Media {
|
|
|
|
|
const NSID: &'static str = "my.spoor.content.media";
|
|
|
|
|
type Record = media::Record;
|
|
|
|
|
}
|