user

package
v0.0.0-...-3ea1b23 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Username string `json:"username" gorm:"type:varchar(32);primaryKey"`
	Password string `json:"password" gorm:"type:varchar(32)"`
	Email    string `json:"email" gorm:"type:varchar(128)"`
}

Jump to

Keyboard shortcuts

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