Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateFileAccess ¶
type FileAccessResponse ¶
type FileAccessResponse struct { ID uint `json:"id"` FileID uint `json:"file_id"` DoctorID uint `json:"doctor_id"` AppointmentID uint `json:"appointment_id"` ExpiresAt time.Time `json:"expires_at"` }
func MapFromDomain ¶
func MapFromDomain(file *entities.FileAccess) *FileAccessResponse
func MapFromDomainSlice ¶
func MapFromDomainSlice(fileAccess []entities.FileAccess) []*FileAccessResponse
Click to show internal directories.
Click to hide internal directories.