package
Version:
v0.0.0-...-02249b2
Opens a new window with list of versions in this module.
Published: Aug 3, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
UID uuid.UUID `db:"id" json:"id"`
Name string `db:"name" json:"name"`
Email string `db:"email" json:"email"`
Cpf string `db:"cpf" json:"cpf"`
BirthDate time.Time `db:"birthdate" json:"birthdate"`
}
User defines domain model json and db representation
Source Files
¶
Click to show internal directories.
Click to hide internal directories.