package internalpackage
import "go.uber.org/mock/mockgen/internal/tests/import_collision/p2/mocks"
Package internalpackage is a generated GoMock package.
Index ¶
- type MockMything
- func NewMockMything(ctrl *gomock.Controller) *MockMything
- func (m *MockMything) DoThat(arg0 int) internalpackage.FooExported
- func (m *MockMything) EXPECT() *MockMythingMockRecorder
- type MockMythingMockRecorder
Types ¶
type MockMything ¶
type MockMything struct {
// contains filtered or unexported fields
}
MockMything is a mock of Mything interface.
func NewMockMything ¶
func NewMockMything(ctrl *gomock.Controller) *MockMything
NewMockMything creates a new mock instance.
func (*MockMything) DoThat ¶
func (m *MockMything) DoThat(arg0 int) internalpackage.FooExported
DoThat mocks base method.
func (*MockMything) EXPECT ¶
func (m *MockMything) EXPECT() *MockMythingMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMythingMockRecorder ¶
type MockMythingMockRecorder struct {
// contains filtered or unexported fields
}
MockMythingMockRecorder is the mock recorder for MockMything.
func (*MockMythingMockRecorder) DoThat ¶
func (mr *MockMythingMockRecorder) DoThat(arg0 any) *gomock.Call
DoThat indicates an expected call of DoThat.
Source Files ¶
mocks.go
- Version
- v0.5.2 (latest)
- Published
- Apr 28, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 week ago –
Tools for package owners.