Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2024 v1.0.0 Feb 21, 2024 Changes in this version + type Publisher struct + func (_m *Publisher) OnPublish(ctx context.Context, notificationType string, msg protoiface.MessageV1) *Publisher_Publish + func (_m *Publisher) OnPublishMatch(matchers ...interface{}) *Publisher_Publish + func (_m *Publisher) Publish(ctx context.Context, notificationType string, msg protoiface.MessageV1) error + type Publisher_Publish struct + func (_m Publisher_Publish) Return(_a0 error) *Publisher_Publish + type Sender struct + func (_m *Sender) OnSend(ctx context.Context, notificationType string, _a2 event.Event) *Sender_Send + func (_m *Sender) OnSendMatch(matchers ...interface{}) *Sender_Send + func (_m *Sender) Send(ctx context.Context, notificationType string, _a2 event.Event) error + type Sender_Send struct + func (_m Sender_Send) Return(_a0 error) *Sender_Send