Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeNotificationChannel ¶
type FakeNotificationChannel struct {
Messages []notification.Message
}
FakeNotificationChannel is a simple Sender impl that records the notifications for later verification
func (*FakeNotificationChannel) Send ¶
func (s *FakeNotificationChannel) Send(ctx context.Context, msg notification.Message)
Send records each sent message in Messages
Click to show internal directories.
Click to hide internal directories.