Skip to main content

Module usernames

Module usernames 

Source
Expand description

Username persistence traits (async).

Used by UsernameService for username CRUD. Redis caching and validation stay in the service layer.

Enums§

UsernameWriteError
Errors from username write operations that callers can pattern-match on.

Traits§

UsernameReader
Read-only username queries.
UsernameWriter
Write operations for usernames.