oneiros-model 0.0.7

Shared domain types for oneiros
Documentation
1
2
3
4
5
6
7
8
9
use serde::{Deserialize, Serialize};

use crate::*;

#[derive(Clone, Copy, Debug, Default, Serialize, Deserialize, schemars::JsonSchema)]
pub struct Source {
    pub actor_id: ActorId,
    pub tenant_id: TenantId,
}