Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: pkg/messaging/point2point.go
Generated by this command:
mockgen -source pkg/messaging/point2point.go -destination /home/cody/Documents/work/personal/cryptonium/mpcium//artifacts/mock/directmessaging_mock.go -package mock
Package mock is a generated GoMock package.
Code generated by MockGen. DO NOT EDIT. Source: pkg/messaging/pubsub.go
Generated by this command:
mockgen -source pkg/messaging/pubsub.go -destination /home/cody/Documents/work/personal/cryptonium/mpcium//artifacts/mock/pubsub_mock.go -package mock
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDirectMessaging ¶
type MockDirectMessaging struct {
// contains filtered or unexported fields
}
MockDirectMessaging is a mock of DirectMessaging interface.
func NewMockDirectMessaging ¶
func NewMockDirectMessaging(ctrl *gomock.Controller) *MockDirectMessaging
NewMockDirectMessaging creates a new mock instance.
func (*MockDirectMessaging) EXPECT ¶
func (m *MockDirectMessaging) EXPECT() *MockDirectMessagingMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDirectMessagingMockRecorder ¶
type MockDirectMessagingMockRecorder struct {
// contains filtered or unexported fields
}
MockDirectMessagingMockRecorder is the mock recorder for MockDirectMessaging.
type MockPubSub ¶
type MockPubSub struct {
// contains filtered or unexported fields
}
MockPubSub is a mock of PubSub interface.
func NewMockPubSub ¶
func NewMockPubSub(ctrl *gomock.Controller) *MockPubSub
NewMockPubSub creates a new mock instance.
func (*MockPubSub) EXPECT ¶
func (m *MockPubSub) EXPECT() *MockPubSubMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPubSubMockRecorder ¶
type MockPubSubMockRecorder struct {
// contains filtered or unexported fields
}
MockPubSubMockRecorder is the mock recorder for MockPubSub.