package
0.0.0-20230720142802-055f8dac88b4
Repository: https://github.com/wetware/casm.git
Documentation: pkg.go.dev
# Interfaces
HostIndex is an optional interface for Index that designates the "id" index in the routing table.
Index is a pointer to a 'column' in the routing table's schema.
Iterator is a stateful object that enumerates routing records.
MetaIndex is an optional interface for Index that designates a single key-value pair.
PeerIndex is an optional interface for Index that designates the "id" index in the routing table.
Record is an entry in the routing table.
ServerIndex is an optional interface for Index that designates the "server" index in the routing table.
Snapshot provides iteration strategies over an isolated snapshot of the routing-table.