package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 18, 2023
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 MasterUser struct {
Id int `db:"ID"`
UserName string `db:"USERNAME"`
Password string `db:"USER_PASSWORD"`
CreatedAt time.Time `db:"CREATED_AT"`
UpdatedAt time.Time `db:"UPDATED_AT"`
}
type PasswordList struct {
Id int `db:"ID"`
UserPk int `db:"USER_PK"`
Key string `db:"KEY_VALUE"`
Password string `db:"PASSWORD"`
CreatedAt time.Time `db:"CREATED_AT"`
UpdatedAt time.Time `db:"UPDATED_AT"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.