Documentation ¶
Overview ¶
Package module is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharacterModule ¶
type MockCharacterModule ¶
type MockCharacterModule struct {
// contains filtered or unexported fields
}
MockCharacterModule is a mock of CharacterModule interface.
func NewMockCharacterModule ¶
func NewMockCharacterModule(ctrl *gomock.Controller) *MockCharacterModule
NewMockCharacterModule creates a new mock instance.
func (*MockCharacterModule) EXPECT ¶
func (m *MockCharacterModule) EXPECT() *MockCharacterModuleMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCharacterModuleMockRecorder ¶
type MockCharacterModuleMockRecorder struct {
// contains filtered or unexported fields
}
MockCharacterModuleMockRecorder is the mock recorder for MockCharacterModule.
func (*MockCharacterModuleMockRecorder) GetByID ¶
func (mr *MockCharacterModuleMockRecorder) GetByID(ctx, id interface{}) *gomock.Call
GetByID indicates an expected call of GetByID.
Click to show internal directories.
Click to hide internal directories.