controllers

package
v0.0.0-...-527721e Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2018 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 Application

type Application struct {
	gorpController.Controller
}

func (Application) AddUser

func (c Application) AddUser() revel.Result

func (Application) Index

func (c Application) Index() revel.Result

func (Application) Login

func (c Application) Login(username, password string, remember bool) revel.Result

func (Application) Logout

func (c Application) Logout() revel.Result

func (Application) Register

func (c Application) Register() revel.Result

func (Application) SaveUser

func (c Application) SaveUser(user models.User, verifyPassword string) revel.Result

type Articles

type Articles struct {
	Application
}

func (Articles) Index

func (c Articles) Index(sourceId int, size, page uint64) revel.Result

func (Articles) Show

func (c Articles) Show(sourceId, id int) revel.Result

type Profile

type Profile struct {
	Application
}

func (Profile) SaveSettings

func (c Profile) SaveSettings(password, verifyPassword string) revel.Result

func (Profile) Settings

func (c Profile) Settings() revel.Result

type Sources

type Sources struct {
	Application
}

func (Sources) Add

func (c Sources) Add(source *models.Source) revel.Result

func (Sources) Edit

func (c Sources) Edit(id int) revel.Result

func (Sources) Index

func (c Sources) Index(size, page uint64) revel.Result

func (Sources) New

func (c Sources) New() revel.Result

func (Sources) SaveChanges

func (c Sources) SaveChanges(id int, source *models.Source) revel.Result

Jump to

Keyboard shortcuts

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