models

package
v0.0.0-...-ba19f9b Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Calendar

type Calendar struct {
	ID           int
	UserID       int
	CalendarName string
	Color        string
	Schedule     []CalendarSchedule
}

type CalendarSchedule

type CalendarSchedule struct {
	ID         int
	CalendarID int
	Weekday    int
	Start      int
	Finish     int
}

type Event

type Event struct {
	ID          int
	UserID      int
	Title       string
	Description string
	Start       string
	End         string
	Location    string
	Visibility  string
}

type EventParticipant

type EventParticipant struct {
	EventID int
	UserID  int
	Status  string
}

type User

type User struct {
	ID             int
	Username       string
	Email          string
	DocumentNumber int64
	Phone          int64
	PasswordHash   string
}

Jump to

Keyboard shortcuts

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