mocks

package
v0.0.0-...-4eea697 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPatientsRepository

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

MockPatientsRepository is a mock of PatientsRepository interface.

func NewMockPatientsRepository

func NewMockPatientsRepository(ctrl *gomock.Controller) *MockPatientsRepository

NewMockPatientsRepository creates a new mock instance.

func (*MockPatientsRepository) EXPECT

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

func (*MockPatientsRepository) StatDocumentsCountGet

func (m *MockPatientsRepository) StatDocumentsCountGet(ctx context.Context, start, end int64) (uint64, error)

StatDocumentsCountGet mocks base method.

func (*MockPatientsRepository) StatPatientsCountGet

func (m *MockPatientsRepository) StatPatientsCountGet(ctx context.Context, start, end int64) (uint64, error)

StatPatientsCountGet mocks base method.

type MockPatientsRepositoryMockRecorder

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

MockPatientsRepositoryMockRecorder is the mock recorder for MockPatientsRepository.

func (*MockPatientsRepositoryMockRecorder) StatDocumentsCountGet

func (mr *MockPatientsRepositoryMockRecorder) StatDocumentsCountGet(ctx, start, end interface{}) *gomock.Call

StatDocumentsCountGet indicates an expected call of StatDocumentsCountGet.

func (*MockPatientsRepositoryMockRecorder) StatPatientsCountGet

func (mr *MockPatientsRepositoryMockRecorder) StatPatientsCountGet(ctx, start, end interface{}) *gomock.Call

StatPatientsCountGet indicates an expected call of StatPatientsCountGet.

Jump to

Keyboard shortcuts

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