reminders

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRemindersProvider added in v1.12.0

func NewRemindersProvider(opts internal.ActorsProviderOptions) internal.RemindersProvider

NewRemindersProvider returns a reminders provider.

Types

type ActorMetadata added in v1.12.0

type ActorMetadata struct {
	ID                string                 `json:"id"`
	RemindersMetadata ActorRemindersMetadata `json:"actorRemindersMetadata"`
	Etag              *string                `json:"-"`
}

ActorMetadata represents information about the actor type.

type ActorReminderReference added in v1.12.0

type ActorReminderReference struct {
	ActorMetadataID           string
	ActorRemindersPartitionID uint32
	Reminder                  internal.Reminder
}

type ActorRemindersMetadata added in v1.12.0

type ActorRemindersMetadata struct {
	PartitionCount int                `json:"partitionCount"`
	PartitionsEtag map[uint32]*string `json:"-"`
}

ActorRemindersMetadata represents information about actor's reminders.

type NewRemindersProviderOpts added in v1.13.0

type NewRemindersProviderOpts struct {
	StoreName string
	Config    internal.Config
	APILevel  *atomic.Uint32
}

NewRemindersProviderOpts contains the options for the NewRemindersProvider function.

Jump to

Keyboard shortcuts

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