models

package
v0.0.0-...-cd9e512 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2021 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Note

type Note struct {
	gorm.Model
	ID     int `gorm:"primaryKey"`
	UserID int
	Text   string
}

type User

type User struct {
	gorm.Model
	ID       int `gorm:"primaryKey"`
	Login    string
	Password string
	Token    string
}

Jump to

Keyboard shortcuts

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