Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookAppointmentResponse ¶
func BookAppointment ¶
func BookAppointment(appointmentId string, patientId string) BookAppointmentResponse
type CancelRdvResponse ¶
func CancelRdv ¶
func CancelRdv(id string, reason string) CancelRdvResponse
type CreateRdvResponse ¶
type DeleteRdvResponse ¶
func DeleteRdv ¶
func DeleteRdv(rdvId string, patientId string) DeleteRdvResponse
type EditRdvResponse ¶
type GetAllDoctorAppointmentResponse ¶
func GetAllDoctorAppointment ¶
func GetAllDoctorAppointment(doctorId string) GetAllDoctorAppointmentResponse
type GetDoctorAppointmentResponse ¶
func GetDoctorAppointment ¶
func GetDoctorAppointment(appointmentId string, doctorId string) GetDoctorAppointmentResponse
type GetRdvDoctorResponse ¶
func GetRdvDoctor ¶
func GetRdvDoctor(doctorId string) GetRdvDoctorResponse
type GetRdvPatientResponse ¶
func GetRdvPatient ¶
func GetRdvPatient(appointmentId string, patientId string) GetRdvPatientResponse
type GetRdvResponse ¶
func GetRdv ¶
func GetRdv(patientId string) GetRdvResponse
type UpdateDoctorAppointmentStruct ¶
type UpdateDoctorAppointmentStruct struct { Rdv model.Rdv Patient model.Patient Code int Err error }
func UpdateDoctorAppointment ¶
func UpdateDoctorAppointment(newAppointmentId string, appointmentId string) UpdateDoctorAppointmentStruct
Click to show internal directories.
Click to hide internal directories.