controllers

package
v0.0.0-...-f2d197a Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2015 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action interface {
	Get()
	Post()
	Put()
	Delete()
}

type EmailSponsorAction

type EmailSponsorAction struct {
	*utron.BaseController
	Routes []string
}

func NewEmailSponsorAction

func NewEmailSponsorAction() *EmailSponsorAction

func (*EmailSponsorAction) Delete

func (a *EmailSponsorAction) Delete()

func (*EmailSponsorAction) Get

func (a *EmailSponsorAction) Get()

func (*EmailSponsorAction) Post

func (a *EmailSponsorAction) Post()

func (*EmailSponsorAction) Put

func (a *EmailSponsorAction) Put()

type EmailSupplierAction

type EmailSupplierAction struct {
	*utron.BaseController
	Routes []string
}

func NewEmailSupplierAction

func NewEmailSupplierAction() *EmailSupplierAction

func (*EmailSupplierAction) Delete

func (a *EmailSupplierAction) Delete()

func (*EmailSupplierAction) Get

func (a *EmailSupplierAction) Get()

func (*EmailSupplierAction) Post

func (a *EmailSupplierAction) Post()

func (*EmailSupplierAction) Put

func (a *EmailSupplierAction) Put()

type GeneralAction

type GeneralAction struct {
	*utron.BaseController
	Routes []string
}

func NewGeneralAction

func NewGeneralAction() *GeneralAction

func (*GeneralAction) Home

func (a *GeneralAction) Home()

func (*GeneralAction) WrongMethod

func (a *GeneralAction) WrongMethod()

type SponsorAction

type SponsorAction struct {
	*utron.BaseController
	Routes []string
}

func NewSponsorAction

func NewSponsorAction() *SponsorAction

func (*SponsorAction) Delete

func (a *SponsorAction) Delete()

func (*SponsorAction) Get

func (a *SponsorAction) Get()

func (*SponsorAction) Post

func (a *SponsorAction) Post()

func (*SponsorAction) Put

func (a *SponsorAction) Put()

type SupplierAction

type SupplierAction struct {
	*utron.BaseController
	Routes []string
}

func NewSupplierAction

func NewSupplierAction() *SupplierAction

func (*SupplierAction) Delete

func (a *SupplierAction) Delete()

func (*SupplierAction) Get

func (a *SupplierAction) Get()

func (*SupplierAction) Post

func (a *SupplierAction) Post()

func (*SupplierAction) Put

func (a *SupplierAction) Put()

Jump to

Keyboard shortcuts

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