Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountsModel ¶
type AccountsModel struct { gorm.Model Email string `json:"email"` Password string `json:"password"` Token string `json:"token"` }
AccountsModel to get the DataBase
func GetTableDataByID ¶
func GetTableDataByID(table string, id string) *AccountsModel
GetTableDataByID to get the DataBase
Click to show internal directories.
Click to hide internal directories.