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