package
Version:
v0.0.0-...-50f4c6c
Opens a new window with list of versions in this module.
Published: Oct 6, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID uint64 `gorm:"column:id;primary_key;auto_increment;" json:"id"`
Username string `gorm:"column:username;not null;unique_index:username" json:"username" form:"username"`
Hash string `gorm:"column:hash;not null;" json:"hash"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.