data

package
v0.0.0-...-32ef685 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity interface {
	// ID returns the unique identifier for this entity.
	ID() string
}

Entity represents any entity that has a unique ID.

type Updater

type Updater[T Entity] interface {
	PutBatch(ctx context.Context, values ...T) error
}

Updater allows to perform batch updates on entities of type [T].

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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