Expand description
Administrative code management API (RFC-030).
This module provides metadata-only operations for host admin panels. Authorization for calling these APIs is entirely host-owned. codlet does not check who may issue or revoke codes; the host must enforce that.
The CodeAdminStore trait is optional — adapters implement it in addition
to crate::store::code::CodeStore when they want to expose admin listing.
Metadata returned by this trait never includes plaintext codes or HMAC
lookup keys (RFC-030 §returned metadata).
Structs§
- Code
List Filter - Filter for code listing queries (RFC-030).
- Code
Meta - Metadata record for a code — safe for admin display (RFC-030).
- Code
Stats - Admin statistics snapshot (RFC-030).
Traits§
- Code
Admin Store - Optional admin extension trait for code stores (RFC-030).