repository

package
v0.0.0-...-51300c0 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package repository is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHistoryRepository

type MockHistoryRepository struct {
	// contains filtered or unexported fields
}

MockHistoryRepository is a mock of HistoryRepository interface.

func NewMockHistoryRepository

func NewMockHistoryRepository(ctrl *gomock.Controller) *MockHistoryRepository

NewMockHistoryRepository creates a new mock instance.

func (*MockHistoryRepository) ClearAndSaveAll

func (m *MockHistoryRepository) ClearAndSaveAll(history []entity.History) error

ClearAndSaveAll mocks base method.

func (*MockHistoryRepository) EXPECT

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

func (*MockHistoryRepository) FindAll

func (m *MockHistoryRepository) FindAll() ([]entity.History, error)

FindAll mocks base method.

func (*MockHistoryRepository) FindAllByFigis

func (m *MockHistoryRepository) FindAllByFigis(figis []string) ([]entity.History, error)

FindAllByFigis mocks base method.

type MockHistoryRepositoryMockRecorder

type MockHistoryRepositoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockHistoryRepositoryMockRecorder is the mock recorder for MockHistoryRepository.

func (*MockHistoryRepositoryMockRecorder) ClearAndSaveAll

func (mr *MockHistoryRepositoryMockRecorder) ClearAndSaveAll(history interface{}) *gomock.Call

ClearAndSaveAll indicates an expected call of ClearAndSaveAll.

func (*MockHistoryRepositoryMockRecorder) FindAll

FindAll indicates an expected call of FindAll.

func (*MockHistoryRepositoryMockRecorder) FindAllByFigis

func (mr *MockHistoryRepositoryMockRecorder) FindAllByFigis(figis interface{}) *gomock.Call

FindAllByFigis indicates an expected call of FindAllByFigis.

Jump to

Keyboard shortcuts

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