Documentation
¶
Index ¶
- type AppointmentHandler
- func (h *AppointmentHandler) Cancel(c *fiber.Ctx) error
- func (h *AppointmentHandler) CheckAvailability(c *fiber.Ctx) error
- func (h *AppointmentHandler) Create(c *fiber.Ctx) error
- func (h *AppointmentHandler) GetByDoctorID(c *fiber.Ctx) error
- func (h *AppointmentHandler) GetByID(c *fiber.Ctx) error
- func (h *AppointmentHandler) GetByUserID(c *fiber.Ctx) error
- func (h *AppointmentHandler) Reschedule(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppointmentHandler ¶
type AppointmentHandler struct {
// contains filtered or unexported fields
}
func NewAppointmentHandler ¶
func NewAppointmentHandler(au domain.AppointmentUsecase) *AppointmentHandler
func (*AppointmentHandler) Cancel ¶
func (h *AppointmentHandler) Cancel(c *fiber.Ctx) error
func (*AppointmentHandler) CheckAvailability ¶
func (h *AppointmentHandler) CheckAvailability(c *fiber.Ctx) error
func (*AppointmentHandler) Create ¶
func (h *AppointmentHandler) Create(c *fiber.Ctx) error
func (*AppointmentHandler) GetByDoctorID ¶
func (h *AppointmentHandler) GetByDoctorID(c *fiber.Ctx) error
func (*AppointmentHandler) GetByID ¶
func (h *AppointmentHandler) GetByID(c *fiber.Ctx) error
func (*AppointmentHandler) GetByUserID ¶
func (h *AppointmentHandler) GetByUserID(c *fiber.Ctx) error
func (*AppointmentHandler) Reschedule ¶
func (h *AppointmentHandler) Reschedule(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.