storage

package
v1.15.0-rc.16 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	io.Closer

	Get(ctx context.Context, req *api.GetReminderRequest) (*api.Reminder, error)
	Create(ctx context.Context, req *api.CreateReminderRequest) error
	Delete(ctx context.Context, req *api.DeleteReminderRequest) error
	List(ctx context.Context, req *api.ListRemindersRequest) ([]*api.Reminder, error)
	DrainRebalancedReminders()
	OnPlacementTablesUpdated(ctx context.Context, lookupFn func(context.Context, *api.LookupActorRequest) bool)
}

Interface is the interface for the object that provides reminders backend storage.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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