package
Version:
v0.0.0-...-1d59f67
Opens a new window with list of versions in this module.
Published: May 14, 2024
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 User struct {
ID uuid.UUID `json:"ID"`
Email string `json:"Email"`
FirstName string `json:"FirstName"`
LastName string `json:"LastName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.