Discover Packages
github.com/zhangchaokun/api-framework
models
package
Version:
v0.0.0-...-120fd38
Opens a new window with list of versions in this module.
Published: Oct 6, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Auth struct {
ID int `gorm:"primary_key" json:"id"`
Username string `json:"username"`
Password string `json:"password"`
}
type Model struct {
ID int `gorm:"primary_key" json:"id"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
DeletedAt time .Time `json:"deleted_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.