package
Version:
v0.0.0-...-42c4776
Opens a new window with list of versions in this module.
Published: Jun 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
Id int `json:"id"`
GivenName string `json:"given_name"`
FamilyName string `json:"family_name"`
Email string `json:"email"`
Password string `json:"password"`
CreatedAt time.Time `json:"createdat"`
UpdatedAt sql.NullTime `json:"updatedat"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.