Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OrganizationDetailsApi ¶
type OrganizationDetailsApi struct {
OrganizationDetailsRepository repository.OrganizationDetailsRepository
}
func (*OrganizationDetailsApi) GetOrganizationDetails ¶
func (s *OrganizationDetailsApi) GetOrganizationDetails(c *gin.Context)
GetOrganizationDetails ...
type PatientQueueApi ¶
type PatientQueueApi struct { PatientQueueRepository repository.PatientQueueRepository AppointmentRepository repository.AppointmentRepository }
func (*PatientQueueApi) GetPatientQueues ¶
func (s *PatientQueueApi) GetPatientQueues(c *gin.Context)
GetPatientQueues ...
type UserTypeApi ¶
type UserTypeApi struct {
UserTypeRepository repository.UserTypeRepository
}
func (*UserTypeApi) GetUserTypes ¶
func (s *UserTypeApi) GetUserTypes(c *gin.Context)
GetUserTypes ...
Click to show internal directories.
Click to hide internal directories.