reminders

package
v0.0.0-...-949823d Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStateStore

NewStateStore returns a reminders provider.

Types

type ActorMetadata

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

ActorMetadata represents information about the actor type.

type ActorReminderReference

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

type ActorRemindersMetadata

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

ActorRemindersMetadata represents information about actor's reminders.

type SchedulerOptions

type SchedulerOptions struct {
	Namespace        string
	AppID            string
	Clients          *clients.Clients
	ProviderOpts     internal.ActorsProviderOptions
	ListActorTypesFn func() []string
	Healthz          healthz.Healthz
}

type StateStoreOptions

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

StateStoreOptions contains the options for the StateStoreOptions function.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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