Documentation ¶
Index ¶
- type MockBus
- func (m *MockBus) Err() <-chan error
- func (m *MockBus) Name() string
- func (m *MockBus) Publish(topic string, message interface{}) error
- func (m *MockBus) PublishDirect(ctx context.Context, topic string, message interface{}) error
- func (m *MockBus) Start() error
- func (m *MockBus) Status() error
- func (m *MockBus) Stop() error
- func (m *MockBus) Subscribe(topic string, consumer string, subscriber messaging.Subscriber) (messaging.Subscription, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.