package
Version:
v0.0.0-...-c5541d2
Opens a new window with list of versions in this module.
Published: Aug 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginRequest struct {
Username string `json:"username" validate:"required,min=5,max=15"`
Password string `json:"password" validate:"required,min=6,max=16,lowercase,uppercase,numeric"`
}
type RegisterRequest struct {
Username string `json:"username" validate:"required,min=5,max=15"`
Password string `json:"password" validate:"required,min=6,max=16,lowercase,uppercase,numeric"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.