Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Appointment ¶
type Appointment struct { Id int ClientName string `json:"client_name" db:"client_name"` ClientPhone string `json:"client_phone" db:"client_phone"` ClientEmail string `json:"client_email" db:"client_email"` AppointmentTime time.Time `json:"appointment_time" db:"appointment_time"` ServiceId int `json:"service_id" db:"service_id"` EmployeeId int `json:"employee_id" db:"employee_id"` IsOpen bool `json:"is_open" db:"is_open"` }
type DailySchedule ¶
type Employee ¶
type Employee struct { Id int Login string Password []byte Name string Phone string Email string About sql.NullString RoleId int CreatedBy int HireDate time.Time DismissalDate *time.Time Active bool TotalEarnings float64 Photo sql.NullString }
Employee структура для хранения данных о сотруднике
type WorkSchedule ¶
Click to show internal directories.
Click to hide internal directories.