Versions in this module Expand all Collapse all v0 v0.2.2 May 2, 2025 Changes in this version + type MockDirectMessaging struct + func NewMockDirectMessaging(ctrl *gomock.Controller) *MockDirectMessaging + func (m *MockDirectMessaging) EXPECT() *MockDirectMessagingMockRecorder + func (m *MockDirectMessaging) Listen(target string, handler func([]byte)) error + func (m *MockDirectMessaging) Send(target string, data []byte) error + type MockDirectMessagingMockRecorder struct + func (mr *MockDirectMessagingMockRecorder) Listen(target, handler any) *gomock.Call + func (mr *MockDirectMessagingMockRecorder) Send(target, data any) *gomock.Call + type MockPubSub struct + func NewMockPubSub(ctrl *gomock.Controller) *MockPubSub + func (m *MockPubSub) EXPECT() *MockPubSubMockRecorder + func (m *MockPubSub) Publish(topic string, message []byte) error + func (m *MockPubSub) Subscribe(topic string, handler func([]byte)) error + type MockPubSubMockRecorder struct + func (mr *MockPubSubMockRecorder) Publish(topic, message any) *gomock.Call + func (mr *MockPubSubMockRecorder) Subscribe(topic, handler any) *gomock.Call v0.2.1 Apr 30, 2025