Versions in this module Expand all Collapse all v1 v1.0.0 Oct 26, 2021 Changes in this version + type Appointment struct + AppointmentNumber string + AppointmentStatusID int64 + CreatedTime string + DeletedTime sql.NullTime + EndTime string + FgDeleted bool + ID int64 + IPAddress string + ModifiedTime sql.NullTime + Note sql.NullString + PaymentStatusID int64 + PlaceID int64 + PractitionerID int64 + Source string + StartTime string + UUID string + UserAgent string + UserID int64 + type InternalAppointmentRequest struct + EndTime string + IPAddress string + Note string + PaymentAmount float64 + PaymentTypeID int64 + Source string + StartTime string + UserAgent string + UserToken *jwt.Token + type InternalAppointmentResponse struct + AppointmentNumber string + CreatedAt string + DeletedAt *string + EndTime string + FgOnline int + FgTest bool + Notes *string + PractitionerID int64 + StartTime string + Status string + UUID string + UpdatedAt string + UserID int64