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 パスワード忘れ確認コントローラー
type CheckResponse ¶
CheckResponse パスワードを忘れ確認レスポンス
type MainController ¶
type MainController struct {
controllers.BaseController
}
MainController パスワード忘れ
type PostRequest ¶
type PostRequest struct {
Email string `form:"email" validate:"required,email"`
}
PostRequest パスワードを忘れ追加リクエスト
type PostResponse ¶
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 ¶
PutResponse パスワード保存レスポンス
Click to show internal directories.
Click to hide internal directories.