controllersForgetPassword

package
v0.0.0-...-a74fbde Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2017 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckController

type CheckController struct {
	controllers.BaseController
}

CheckController パスワード忘れ確認コントローラー

func (*CheckController) Get

func (c *CheckController) Get()

Get パスワード忘れ確認

type CheckResponse

type CheckResponse struct {
	Warning bool   `json:"warning"`
	Message string `json:"message"`
}

CheckResponse パスワードを忘れ確認レスポンス

type MainController

type MainController struct {
	controllers.BaseController
}

MainController パスワード忘れ

func (*MainController) Post

func (c *MainController) Post()

Post ユーザー投稿一覧を取得する

func (*MainController) Put

func (c *MainController) Put()

Put パスワード保存

type PostRequest

type PostRequest struct {
	Email string `form:"email" validate:"required,email"`
}

PostRequest パスワードを忘れ追加リクエスト

type PostResponse

type PostResponse struct {
	Warning bool   `json:"warning"`
	Message string `json:"message"`
}

PostResponse パスワードを忘れ追加レスポンス

type PutRequest

type PutRequest struct {
	Email    string `form:"email"`
	Keyword  string `form:"keyword"`
	Password string `form:"password" validate:"min=8,max=100"`
}

PutRequest パスワード保存リクエスト

type PutResponse

type PutResponse struct {
	Warning bool   `json:"warning"`
	Message string `json:"message"`
}

PutResponse パスワード保存レスポンス

Jump to

Keyboard shortcuts

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