MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / AuthAggregate

Class AuthAggregate

library/src/domain/auth/mod.rs:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16#[derive(Default)]
17pub struct AuthAggregate {
18 pub account: Account,
19 pub token_stat: TokenStat,
20 pub events: VecDeque<Box<dyn Message>>, //Event
21}
22
23pub struct AuthAggregateBuilder(AuthAggregate);
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected