package
Version:
v0.0.0-...-58bd1cf
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PwdChgArg struct {
Oldpwd string `form:"oldpwd" validate:"required"`
Newpwd string `form:"newpwd" validate:"required,printascii"`
Conpwd string `form:"conpwd" validate:"required,eqfield=Newpwd"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.