Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordReq ¶
type PasswordReq struct { Length int `json:"len" binding:"omitempty,min=5,max=32"` ExtraSecurity int `json:"extra" binding:"omitempty,min=0,max=10"` Helper string `json:"helper" binding:"omitempty,max=60"` }
PasswordReq defines the password's request.
type PasswordResp ¶
PasswordResp defines the password's' response.
Click to show internal directories.
Click to hide internal directories.