Documentation ¶
Overview ¶
Package mock_main is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MocksimpleInterface ¶
type MocksimpleInterface struct {
// contains filtered or unexported fields
}
MocksimpleInterface is a mock of simpleInterface interface.
func NewMocksimpleInterface ¶
func NewMocksimpleInterface(ctrl *gomock.Controller) *MocksimpleInterface
NewMocksimpleInterface creates a new mock instance.
func (*MocksimpleInterface) EXPECT ¶
func (m *MocksimpleInterface) EXPECT() *MocksimpleInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MocksimpleInterface) SimpleInterfaceFunc ¶
func (m *MocksimpleInterface) SimpleInterfaceFunc(arg0 int) string
SimpleInterfaceFunc mocks base method.
type MocksimpleInterfaceMockRecorder ¶
type MocksimpleInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MocksimpleInterfaceMockRecorder is the mock recorder for MocksimpleInterface.
func (*MocksimpleInterfaceMockRecorder) SimpleInterfaceFunc ¶
func (mr *MocksimpleInterfaceMockRecorder) SimpleInterfaceFunc(arg0 interface{}) *gomock.Call
SimpleInterfaceFunc indicates an expected call of SimpleInterfaceFunc.
Click to show internal directories.
Click to hide internal directories.