Documentation ¶
Index ¶
- type Publisher
- 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
- type Sender
- type Sender_Send
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
Publisher is an autogenerated mock type for the Publisher type
func (*Publisher) OnPublish ¶
func (_m *Publisher) OnPublish(ctx context.Context, notificationType string, msg protoiface.MessageV1) *Publisher_Publish
func (*Publisher) OnPublishMatch ¶
func (_m *Publisher) OnPublishMatch(matchers ...interface{}) *Publisher_Publish
type Publisher_Publish ¶
func (Publisher_Publish) Return ¶
func (_m Publisher_Publish) Return(_a0 error) *Publisher_Publish
type Sender ¶
Sender is an autogenerated mock type for the Sender type
func (*Sender) OnSendMatch ¶
func (_m *Sender) OnSendMatch(matchers ...interface{}) *Sender_Send
type Sender_Send ¶
func (Sender_Send) Return ¶
func (_m Sender_Send) Return(_a0 error) *Sender_Send
Click to show internal directories.
Click to hide internal directories.