Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Appointment ¶
type Appointment struct {
StartAt JaneTime `json:"start_at"`
EndAt JaneTime `json:"end_at"`
State string `json:"state"`
Patient domain.Patient `json:"patient"`
}
func (Appointment) ToString ¶
func (appointment Appointment) ToString() string
type Schedule ¶
type Schedule struct {
Appointments []Appointment `json:"appointments"`
Shifts []Shift `json:"shifts"`
}
Click to show internal directories.
Click to hide internal directories.