Versions in this module Expand all Collapse all v1 v1.0.0 Oct 26, 2021 Changes in this version + type IAppointmentUsecase interface + Delete func(appointment_number string) error + GetByAppointmentNumber func(appointment_number string) (domain.Appointment, error) + GetByID func(id int64) (domain.Appointment, error) + Store func(*domain.InternalAppointmentRequest) error + Update func(ar *domain.Appointment) error + func NewAppointmentUsecase(ctx context.Context) IAppointmentUsecase