package
Version:
v0.0.0-...-3dc5271
Opens a new window with list of versions in this module.
Published: Apr 20, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
gorm.Model
Name string `gorm:"not null;unique"`
Nick string `gorm:"not null;unique"`
Mail string `gorm:"not null;unique"`
Phone int64 `gorm:"not null;unique"`
Password string `gorm:"not null"`
}
Account is a principal of the user
Source Files
¶
Click to show internal directories.
Click to hide internal directories.