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.
Click to show internal directories.
Click to hide internal directories.