Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caller ¶
type Caller struct {
// contains filtered or unexported fields
}
Caller struct encapsulates the surgery software bridge
func NewCaller ¶
func NewCaller(s service.PatientService, bridge SoftwareBridge) *Caller
NewCaller returns a surgery software bridge struct
type MockSoftwareBridge ¶
MockSoftwareBridge is an autogenerated mock type for the SoftwareBridge type
func (*MockSoftwareBridge) GetExaminedPatients ¶
func (_m *MockSoftwareBridge) GetExaminedPatients() ([]*model.Patient, error)
GetExaminedPatients provides a mock function with given fields:
func (*MockSoftwareBridge) GetToBeExaminedPatients ¶
func (_m *MockSoftwareBridge) GetToBeExaminedPatients() ([]*model.Patient, error)
GetToBeExaminedPatients provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.