Documentation ¶
Index ¶
- func ForgotPassword(ctx iris.Context)
- func GetAllUsers(ctx iris.Context)
- func GetUser(ctx iris.Context)
- func ResetPassword(ctx iris.Context)
- func UpdateUser(ctx iris.Context)
- func UserLogin(ctx iris.Context)
- func UserSignup(ctx iris.Context)
- func VerifyEmail(ctx iris.Context)
- type ApiJson
- type Cred
- type RequestJson
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForgotPassword ¶
func GetAllUsers ¶
func ResetPassword ¶
func UpdateUser ¶
func UserSignup ¶
func VerifyEmail ¶
Types ¶
type ApiJson ¶
type ApiJson struct { Status bool `json:"status"` Msg interface{} `json:"msg"` Data interface{} `json:"data"` }
func ApiResource ¶
type RequestJson ¶
type RequestJson struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.