package import_aliased
import "go.uber.org/mock/mockgen/internal/tests/import_aliased"
Package import_aliased is a generated GoMock package.
Index ¶
- type MockS
- func NewMockS(ctrl *gomock.Controller) *MockS
- func (m *MockS) EXPECT() *MockSMockRecorder
- func (m *MockS) M(ctx definitionAlias.Context)
- type MockSMockRecorder
- type S
Types ¶
type MockS ¶
type MockS struct {
// contains filtered or unexported fields
}
MockS is a mock of S interface.
func NewMockS ¶
func NewMockS(ctrl *gomock.Controller) *MockS
NewMockS creates a new mock instance.
func (*MockS) EXPECT ¶
func (m *MockS) EXPECT() *MockSMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockS) M ¶
func (m *MockS) M(ctx definitionAlias.Context)
M mocks base method.
type MockSMockRecorder ¶
type MockSMockRecorder struct {
// contains filtered or unexported fields
}
MockSMockRecorder is the mock recorder for MockS.
func (*MockSMockRecorder) M ¶
func (mr *MockSMockRecorder) M(ctx any) *gomock.Call
M indicates an expected call of M.
type S ¶
type S interface { M(ctx definitionAlias.Context) }
Source Files ¶
source.go source_mock.go
- Version
- v0.5.2 (latest)
- Published
- Apr 28, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 3 hours ago –
Tools for package owners.