Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthUser ¶
type AuthUser struct { Name *string `form:"name" json:"name" xml:"name" binding:"required"` Password *[]byte `form:"password" xml:"password" json:"password" binding:"required"` }
AuthUser represent auth user parsed from body.
type GetUserBody ¶
type GetUserBody struct {
AuthUser *AuthUser `form:"auth_user" json:"auth_user" xml:"auth_user" binding:"required"`
}
GetUserBody represent body of GetUser method.
Click to show internal directories.
Click to hide internal directories.