Skip to main content

Module mock

Module mock 

Source
Expand description

An in-memory TicketSource — the read-only reference implementation, analogous to gonzalo_vector::MemoryVectorIndex. Useful for tests and for ingesting hand-built tickets without a network connector.

Structs§

InMemorySource
A fixed set of tickets served from memory. Read-only: write methods inherit the trait’s Unsupported defaults.