controllers

package
v0.0.0-...-f242362 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	*revel.Controller
	UserInfo struct {
		ID      uint
		IsLogin bool
	}
}

App Revel Controller

func (App) Index

func (c App) Index() revel.Result

Index TOPページ

func (App) Terms

func (c App) Terms() revel.Result

Terms 利用規約

type Auth

type Auth struct {
	App
}

Auth is App

func (Auth) Callback

func (c Auth) Callback() revel.Result

Callback GoogleからのCallback処理 成功時セッション保存しアプリへ

func (Auth) Index

func (c Auth) Index() revel.Result

Index TOPページ ログイン情報有効ならアプリへ 無ければLPへ

func (Auth) Login

func (c Auth) Login() revel.Result

Login oauth認証する

func (Auth) Logout

func (c Auth) Logout() revel.Result

Logout ログアウト処理 セッション削除

type Reminders

type Reminders struct {
	App
}

Reminders is App

func (Reminders) Create

func (c Reminders) Create() revel.Result

Create リマインド作成

func (Reminders) CreatePrepare

func (c Reminders) CreatePrepare() revel.Result

CreatePrepare リマインド作成入力画面

func (Reminders) Delete

func (c Reminders) Delete(number int) revel.Result

Delete リマインダー削除

func (Reminders) Index

func (c Reminders) Index() revel.Result

Index リマインド一覧表示

func (Reminders) Update

func (c Reminders) Update(number int) revel.Result

Update リマインダー変更

func (Reminders) UpdatePrepare

func (c Reminders) UpdatePrepare(number int) revel.Result

UpdatePrepare リマインダー変更入力画面

type Schedules

type Schedules struct {
	App
}

Reminders is App

func (Schedules) Index

func (c Schedules) Index() revel.Result

Index 画面無し リマインダ一覧へ戻る

func (Schedules) Update

func (c Schedules) Update(id int) revel.Result

Update リマインダー変更

func (Schedules) UpdatePrepare

func (c Schedules) UpdatePrepare(id int) revel.Result

UpdatePrepare リマインダー変更入力画面

Jump to

Keyboard shortcuts

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