account

package
v0.0.0-...-cc50a0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleCurrent

func HandleCurrent(_uri string, _group *gin.RouterGroup)

func HandleReset

func HandleReset(_uri string, _group *gin.RouterGroup)

func HandleSignout

func HandleSignout(_uri string, _group *gin.RouterGroup)

func HandleSignup

func HandleSignup(_uri string, _group *gin.RouterGroup)

func HandleUpdate

func HandleUpdate(_uri string, _group *gin.RouterGroup)

Types

type ResetRequest

type ResetRequest struct {
	Password string `form:"password" json:"password" binding:"required"`
}

type SignupRequest

type SignupRequest struct {
	Username string `form:"username" json:"username" binding:"required"`
	Password string `form:"password" json:"password" binding:"required"`
}

type UpdateRequest

type UpdateRequest struct {
	Profile string `form:"profile" json:"profile" binding:"required"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL