package
Version:
v2.0.0-beta1
Opens a new window with list of versions in this module.
Published: Apr 19, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateUserDTO struct {
Username string `json:"username,omitempty" validate:"required,min=3,max=254"`
Email string `json:"email,omitempty" validate:"required,email,min=3,max=254"`
Password string `json:"password,omitempty" validate:"required,min=8,max=64"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.