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 ¶
type Publisher struct {
mock.Mock
}
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 ¶
type Publisher_Publish struct {
*mock.Call
}
type Sender ¶
type Sender struct {
mock.Mock
}
Sender is an autogenerated mock type for the Sender type
func (*Sender) OnSend ¶
func (_m *Sender) OnSend(ctx context.Context, notificationType string, _a2 event.Event) *Sender_Send
func (*Sender) OnSendMatch ¶
func (_m *Sender) OnSendMatch(matchers ...interface{}) *Sender_Send
type Sender_Send ¶
type Sender_Send struct {
*mock.Call
}
Click to show internal directories.
Click to hide internal directories.