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 ¶
func (m *MockPatientsRepository) EXPECT() *MockPatientsRepositoryMockRecorder
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.
Click to show internal directories.
Click to hide internal directories.