Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrReminderOpActorNotHosted = errors.New("operations on actor reminders are only possible on hosted actor types")
TODO: @joshvanl: move errors package
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // Get retrieves an actor reminder. Get(ctx context.Context, req *api.GetReminderRequest) (*api.Reminder, error) // Create creates an actor reminder. Create(ctx context.Context, req *api.CreateReminderRequest) error // Delete deletes an actor reminder. Delete(ctx context.Context, req *api.DeleteReminderRequest) error }
Click to show internal directories.
Click to hide internal directories.