Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestIUser ¶
type RequestUser ¶
type RequestUser struct {
// contains filtered or unexported fields
}
func (*RequestUser) ScanUser ¶
func (au *RequestUser) ScanUser() error
func (*RequestUser) SetContext ¶
func (au *RequestUser) SetContext(c Context)
func (*RequestUser) User ¶
func (au *RequestUser) User() IUser
func (*RequestUser) UserId ¶
func (au *RequestUser) UserId() (userId uint, err error)
type UserNotExistError ¶
type UserNotExistError struct{}
func (UserNotExistError) Error ¶
func (e UserNotExistError) Error() string
type UserNotLoginError ¶
type UserNotLoginError struct{}
func (UserNotLoginError) Error ¶
func (e UserNotLoginError) Error() string
Click to show internal directories.
Click to hide internal directories.