model

package
v0.0.0-...-33b7491 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Session

type Session struct {
	gorm.Model
	SessionToken string `gorm:"unique;not null"`
	UserID       uint
	ExpiresAt    time.Time
}

type User

type User struct {
	gorm.Model
	Username string `gorm:"unique"`
	Password string `gorm:"size:256"`
	Name     string
}

Jump to

Keyboard shortcuts

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