package
Version:
v0.0.0-...-9808740
Opens a new window with list of versions in this module.
Published: Jun 30, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginUserRequest struct {
Username string `json:"username" validate:"required"`
Password string `json:"password" validate:"required"`
}
type RegisterUserRequest struct {
Username string `json:"username" validate:"required"`
Password string `json:"password" validate:"required"`
Email string `json:"email" validate:"omitempty,lte=60,email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.