notificationstest

package
v2.22.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithTemplateID added in v2.19.0

func WithTemplateID(id uuid.UUID) func(*FakeNotification) bool

Types

type FakeEnqueuer

type FakeEnqueuer struct {
	// contains filtered or unexported fields
}

func NewFakeEnqueuer added in v2.22.0

func NewFakeEnqueuer() *FakeEnqueuer

func (*FakeEnqueuer) Clear

func (f *FakeEnqueuer) Clear()

func (*FakeEnqueuer) Enqueue

func (f *FakeEnqueuer) Enqueue(ctx context.Context, userID, templateID uuid.UUID, labels map[string]string, createdBy string, targets ...uuid.UUID) ([]uuid.UUID, error)

func (*FakeEnqueuer) EnqueueWithData

func (f *FakeEnqueuer) EnqueueWithData(ctx context.Context, userID, templateID uuid.UUID, labels map[string]string, data map[string]any, createdBy string, targets ...uuid.UUID) ([]uuid.UUID, error)

func (*FakeEnqueuer) Sent

func (f *FakeEnqueuer) Sent(matchers ...func(*FakeNotification) bool) []*FakeNotification

type FakeNotification

type FakeNotification struct {
	UserID, TemplateID uuid.UUID
	Labels             map[string]string
	Data               map[string]any
	CreatedBy          string
	Targets            []uuid.UUID
}

Jump to

Keyboard shortcuts

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