package
Version:
v0.0.0-...-9c49bb0
Opens a new window with list of versions in this module.
Published: Dec 14, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Users struct {
ID string `db:"id"`
Name string `db:"name"`
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.