Discover Packages
github.com/izzet-mtg/storage/services/backend
api
v1
admin
package
Version:
v0.0.0-...-4116f47
Opens a new window with list of versions in this module.
Published: Apr 19, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type User struct {
Name string `validate:"required"`
Email string `validate:"required,email"`
Password string `validate:"required,min=8"`
IsAdmin bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.