module

package
v0.0.0-...-3cfe61e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

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 CharacterModule interface {
	GetByID(ctx context.Context, id int) (*entity.Character, error)
}

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCharacterModule) GetByID

func (m *MockCharacterModule) GetByID(ctx context.Context, id int) (*entity.Character, error)

GetByID mocks base method.

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL