Documentation
¶
Overview ¶
Package memstore provides an in-memory implementation of refresh.Store.
This implementation is the oracle for the storetest contract suite and serves as a unit-test double for services that depend on refresh.Store. It is NOT suitable for production — state is not persisted across restarts.
Data model: a single append-only slice of tokenRecord. Each Issue and each Rotate appends one record; rotated_at and revoked_at are one-way flips. Parent→child lineage is tracked via parentID (uuid.Nil for roots).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.