offsetstore

package
v0.0.0-...-422e9ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package offsetstore provides implementations for storing the update offset.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InMemoryOffsetStore

type InMemoryOffsetStore struct {
	// contains filtered or unexported fields
}

InMemoryOffsetStore is an in-memory implementation of OffsetStore.

func NewInMemoryOffsetStore

func NewInMemoryOffsetStore(initial int) *InMemoryOffsetStore

NewInMemoryOffsetStore creates a new InMemoryOffsetStore.

func (*InMemoryOffsetStore) Load

Load retrieves the current offset.

func (*InMemoryOffsetStore) Save

func (s *InMemoryOffsetStore) Save(_ context.Context, offset int) error

Save stores the new offset.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL