package
Version:
v0.0.0-...-e7dc820
Opens a new window with list of versions in this module.
Published: Dec 2, 2024
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 User struct {
Id uuid.UUID `json:"id"`
Email string `json:"email"`
Password password `json:"-"`
}
User represents an object with ID, email and password structure.
type UserJson struct {
Email string `json:"email"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.