Documentation ¶
Overview ¶
Package dot_imports is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWithDotImports ¶
type MockWithDotImports struct {
// contains filtered or unexported fields
}
MockWithDotImports is a mock of WithDotImports interface.
func NewMockWithDotImports ¶
func NewMockWithDotImports(ctrl *gomock.Controller) *MockWithDotImports
NewMockWithDotImports creates a new mock instance.
func (*MockWithDotImports) EXPECT ¶
func (m *MockWithDotImports) EXPECT() *MockWithDotImportsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWithDotImports) Method1 ¶
func (m *MockWithDotImports) Method1() Request
Method1 mocks base method.
func (*MockWithDotImports) Method2 ¶
func (m *MockWithDotImports) Method2() *bytes.Buffer
Method2 mocks base method.
func (*MockWithDotImports) Method3 ¶
func (m *MockWithDotImports) Method3() Context
Method3 mocks base method.
type MockWithDotImportsMockRecorder ¶
type MockWithDotImportsMockRecorder struct {
// contains filtered or unexported fields
}
MockWithDotImportsMockRecorder is the mock recorder for MockWithDotImports.
func (*MockWithDotImportsMockRecorder) Method1 ¶
func (mr *MockWithDotImportsMockRecorder) Method1() *gomock.Call
Method1 indicates an expected call of Method1.
func (*MockWithDotImportsMockRecorder) Method2 ¶
func (mr *MockWithDotImportsMockRecorder) Method2() *gomock.Call
Method2 indicates an expected call of Method2.
func (*MockWithDotImportsMockRecorder) Method3 ¶
func (mr *MockWithDotImportsMockRecorder) Method3() *gomock.Call
Method3 indicates an expected call of Method3.
type WithDotImports ¶
Click to show internal directories.
Click to hide internal directories.