models

package
v0.0.0-...-b313c08 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 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 Event

type Event struct {
	gorm.Model
	ID          string
	Name        string    `binding:"required"`
	Description string    `binding:"required"`
	Location    string    `binding:"required"`
	DateTime    time.Time `binding:"required"`
	UserId      string
	CreatedAt   time.Time
	UpdatedAt   time.Time
}

type User

type User struct {
	gorm.Model
	ID       string `gorm:"primaryKey"`
	Email    string `gorm:"unique" binding:"required"`
	Password string `binding:"required"`
	Events   []Event
}

Jump to

Keyboard shortcuts

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