Documentation
¶
Index ¶
Constants ¶
View Source
const MaskedPassword = "--------"
Variables ¶
View Source
var ( From = contextx.From[tCtxUser, Controller] Must = contextx.Must[tCtxUser, Controller] With = contextx.With[tCtxUser, Controller] Carry = contextx.Carry[tCtxUser, Controller] )
Functions ¶
This section is empty.
Types ¶
type ErrorForbidden ¶
type ErrorForbidden struct{}
func (ErrorForbidden) Error ¶
func (ErrorForbidden) Error() string
func (ErrorForbidden) StatusCode ¶
func (ErrorForbidden) StatusCode() int
type ErrorNotFound ¶
type ErrorNotFound struct{}
func (ErrorNotFound) Error ¶
func (ErrorNotFound) Error() string
func (ErrorNotFound) StatusCode ¶
func (ErrorNotFound) StatusCode() int
type Password ¶
type Password string
Password as a string underlying and implements SecurityStringer
func (Password) SecurityString ¶
type RegisterReq ¶
type RegisterRsp ¶
Click to show internal directories.
Click to hide internal directories.