Versions in this module Expand all Collapse all v0 v0.1.0 Jul 15, 2026 Changes in this version + type InMemoryOffsetStore struct + func NewInMemoryOffsetStore(initial int) *InMemoryOffsetStore + func (s *InMemoryOffsetStore) Load(_ context.Context) (int, error) + func (s *InMemoryOffsetStore) Save(_ context.Context, offset int) error