Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockData ¶
type MockData struct {
// contains filtered or unexported fields
}
MockData is a mock of Data interface
func NewMockData ¶
func NewMockData(ctrl *gomock.Controller) *MockData
NewMockData creates a new mock instance
func (*MockData) EXPECT ¶
func (m *MockData) EXPECT() *MockDataMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockDataMockRecorder ¶
type MockDataMockRecorder struct {
// contains filtered or unexported fields
}
MockDataMockRecorder is the mock recorder for MockData
func (*MockDataMockRecorder) Get ¶
func (mr *MockDataMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockDataMockRecorder) Send ¶
func (mr *MockDataMockRecorder) Send(arg0, arg1 interface{}) *gomock.Call
Send indicates an expected call of Send
Click to show internal directories.
Click to hide internal directories.