Documentation
¶
Overview ¶
Package mock_event is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPusher ¶
type MockPusher struct {
// contains filtered or unexported fields
}
MockPusher is a mock of Pusher interface.
func NewMockPusher ¶
func NewMockPusher(ctrl *gomock.Controller) *MockPusher
NewMockPusher creates a new mock instance.
func (*MockPusher) EXPECT ¶
func (m *MockPusher) EXPECT() *MockPusherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPusher) Push ¶
func (m *MockPusher) Push(pushMsg *event.PushMessage)
Push mocks base method.
type MockPusherMockRecorder ¶
type MockPusherMockRecorder struct {
// contains filtered or unexported fields
}
MockPusherMockRecorder is the mock recorder for MockPusher.
func (*MockPusherMockRecorder) Push ¶
func (mr *MockPusherMockRecorder) Push(pushMsg interface{}) *gomock.Call
Push indicates an expected call of Push.
Click to show internal directories.
Click to hide internal directories.