Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Appointment ¶
type Querier ¶
type Querier interface {
GetAppointment(ctx context.Context, patientID string) (Appointment, error)
}
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) GetAppointment ¶
Click to show internal directories.
Click to hide internal directories.