Documentation
¶
Index ¶
Constants ¶
View Source
const DBName = "gmm_db"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificationInfo ¶
type CertificationInfo struct { ID int `gorm:"index;primaryKey;autoIncrement"` Username string Password string }
func (CertificationInfo) TableName ¶
func (receiver CertificationInfo) TableName() string
Click to show internal directories.
Click to hide internal directories.