reminder

package
v0.0.72 Latest Latest
Warning

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

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

Documentation

Overview

Package reminder sends reminders to the minder server to process entities in background.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// Start starts the reminder by sending reminders at regular intervals
	Start(ctx context.Context) error

	// Stop stops the reminder service
	Stop()
}

Interface is an interface over the reminder service

func NewReminder

func NewReminder(ctx context.Context, store db.Store, config *reminderconfig.Config) (Interface, error)

NewReminder creates a new reminder instance

Directories

Path Synopsis
Package messages contains the messages used by the reminder service
Package messages contains the messages used by the reminder service

Jump to

Keyboard shortcuts

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