progress

package
v0.0.6-beta Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2026 License: MIT, MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

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

Store persists chunk checkpoints so batch migrations can resume safely.

func NewStore

func NewStore(coll *mongo.Collection) *Store

func (*Store) Clear

func (s *Store) Clear(ctx context.Context, key string) error

func (*Store) LastID

func (s *Store) LastID(ctx context.Context, key string) (bson.ObjectID, error)

func (*Store) Save

func (s *Store) Save(ctx context.Context, key string, id bson.ObjectID) error

Jump to

Keyboard shortcuts

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