Documentation
¶
Index ¶
- type FakeEnqueuer
- func (f *FakeEnqueuer) Clear()
- func (f *FakeEnqueuer) Enqueue(ctx context.Context, userID, templateID uuid.UUID, labels map[string]string, ...) (*uuid.UUID, error)
- func (f *FakeEnqueuer) EnqueueWithData(ctx context.Context, userID, templateID uuid.UUID, labels map[string]string, ...) (*uuid.UUID, error)
- func (f *FakeEnqueuer) Sent() []*FakeNotification
- type FakeNotification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEnqueuer ¶
type FakeEnqueuer struct {
// contains filtered or unexported fields
}
func (*FakeEnqueuer) Clear ¶
func (f *FakeEnqueuer) Clear()
func (*FakeEnqueuer) EnqueueWithData ¶
func (*FakeEnqueuer) Sent ¶
func (f *FakeEnqueuer) Sent() []*FakeNotification
Click to show internal directories.
Click to hide internal directories.