controller

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2017 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseController

type BaseController struct {
	*logrus.Logger
	// contains filtered or unexported fields
}

func (*BaseController) Init

func (bc *BaseController) Init(w http.ResponseWriter, r *http.Request,
	session data.DataAccess, fs data.FileSystem, logger *logrus.Logger)

type LinksController

type LinksController struct {
	*BaseController
}

func (LinksController) Base

func (c LinksController) Base() *BaseController

func (LinksController) Delete

func (c LinksController) Delete() error

func (LinksController) Get

func (c LinksController) Get() error

func (LinksController) Post

func (c LinksController) Post() error

func (LinksController) Put

func (c LinksController) Put() error

type RESTController

type RESTController interface {
	Get() error
	Post() error
	Delete() error
	Put() error
	Base() *BaseController
}

type SkillIconsController

type SkillIconsController struct {
	*BaseController
}

func (SkillIconsController) Base

func (SkillIconsController) Delete

func (c SkillIconsController) Delete() error

func (SkillIconsController) Get

func (c SkillIconsController) Get() error

func (SkillIconsController) Post

func (c SkillIconsController) Post() error

func (SkillIconsController) Put

func (c SkillIconsController) Put() error

type SkillReviewsController

type SkillReviewsController struct {
	*BaseController
}

func (SkillReviewsController) Base

func (SkillReviewsController) Delete

func (c SkillReviewsController) Delete() error

func (SkillReviewsController) Get

func (c SkillReviewsController) Get() error

func (SkillReviewsController) Post

func (c SkillReviewsController) Post() error

func (SkillReviewsController) Put

func (c SkillReviewsController) Put() error

type SkillsController

type SkillsController struct {
	*BaseController
}

func (SkillsController) Base

func (c SkillsController) Base() *BaseController

func (SkillsController) Delete

func (c SkillsController) Delete() error

func (SkillsController) Get

func (c SkillsController) Get() error

func (SkillsController) Post

func (c SkillsController) Post() error

func (SkillsController) Put

func (c SkillsController) Put() error

type TMSkillsController

type TMSkillsController struct {
	*BaseController
}

func (TMSkillsController) Base

func (TMSkillsController) Delete

func (c TMSkillsController) Delete() error

func (TMSkillsController) Get

func (c TMSkillsController) Get() error

func (TMSkillsController) Post

func (c TMSkillsController) Post() error

func (TMSkillsController) Put

func (c TMSkillsController) Put() error

type TeamMembersController

type TeamMembersController struct {
	*BaseController
}

func (TeamMembersController) Base

func (TeamMembersController) Delete

func (c TeamMembersController) Delete() error

func (TeamMembersController) Get

func (c TeamMembersController) Get() error

func (TeamMembersController) Post

func (c TeamMembersController) Post() error

func (TeamMembersController) Put

func (c TeamMembersController) Put() error

type UsersController

type UsersController struct {
	*BaseController
}

func (UsersController) Base

func (c UsersController) Base() *BaseController

func (UsersController) Delete

func (c UsersController) Delete() error

func (UsersController) Get

func (c UsersController) Get() error

func (UsersController) Post

func (c UsersController) Post() error

func (UsersController) Put

func (c UsersController) Put() error

Jump to

Keyboard shortcuts

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