model

package
v0.0.0-...-ad2105c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Appointment

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"`
}

type Client

type Client struct {
	Id    *uuid.UUID `db:"id"`
	Name  string     `db:"name"`
	Email string     `db:"email"`
	Phone string     `db:"phone"`
}

type Provider

type Provider struct {
	Id    *uuid.UUID `db:"id"`
	Name  string     `db:"name"`
	Email string     `db:"email"`
	Phone string     `db:"phone"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL