Versions in this module Expand all Collapse all v0 v0.1.1 Sep 27, 2019 v0.1.0 Sep 1, 2019 Changes in this version + func Activation(input ActivationParams) (res schema.Response) + func ActivationRouter(context *gin.Context) + func DeleteUserByUserName(username string) + func ResetPassword(input ResetPasswordParams) (res schema.Response) + func ResetPasswordRouter(context *gin.Context) + func SignIn(context controller.Context, input SignInParams) (res schema.Response) + func SignInRouter(context *gin.Context) + func SignUp(input SignUpParams) (res schema.Response) + func SignUpRouter(context *gin.Context) + type ActivationParams struct + Code string + type ResetPasswordParams struct + Code string + NewPassword string + type SignInParams struct + Account string + Code *string + Password string + type SignUpParams struct + Email *string + InviteCode *string + MCode *string + Password string + Phone *string + Username *string