package
Version:
v0.0.0-...-ad2105c
Opens a new window with list of versions in this module.
Published: Oct 3, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Appointment struct {
Id *uuid.UUID `db:"id"`
ProviderId *uuid.UUID `db:"provider_id"`
StartTime time.Time `db:"start_time"`
ClientId *uuid.UUID `db:"client_id"`
ReservedAt time.Time `db:"reserved_at"`
ConfirmedAt time.Time `db:"confirmed_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.