checkpoint

package
v1.3.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckpointStore

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

func (*CheckpointStore) Get

func (s *CheckpointStore) Get(ctx context.Context, consumer string, key string) ([]byte, error)

func (*CheckpointStore) GetDatabaseTime

func (s *CheckpointStore) GetDatabaseTime(ctx context.Context) (time.Time, error)

func (*CheckpointStore) InitialMigration

func (s *CheckpointStore) InitialMigration(ctx context.Context) error

func (*CheckpointStore) Set

func (s *CheckpointStore) Set(ctx context.Context, consumer string, key string, value []byte) error

type Store

type Store interface {
	InitialMigration(ctx context.Context) error
	Set(ctx context.Context, consumer string, key string, value []byte) error
	Get(ctx context.Context, consumer string, key string) ([]byte, error)
	GetDatabaseTime(ctx context.Context) (time.Time, error)
}

func NewCheckpointStore

func NewCheckpointStore(db *gorm.DB, log logrus.FieldLogger) Store

Jump to

Keyboard shortcuts

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