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