controllers

package
v0.0.0-...-e9593d0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2017 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Whitelist = to.Bool(beego.AppConfig.String("admin::whitelist"))
)

Functions

This section is empty.

Types

type AdminController

type AdminController struct {
	BaseController
}

func (*AdminController) Get

func (this *AdminController) Get()

func (*AdminController) Post

func (this *AdminController) Post()

type AdvisoryBaseController

type AdvisoryBaseController struct {
	BaseController
}

func (*AdvisoryBaseController) Prepare

func (this *AdvisoryBaseController) Prepare()

type AdvisoryMainController

type AdvisoryMainController struct {
	AdvisoryBaseController
}

func (*AdvisoryMainController) Get

func (this *AdvisoryMainController) Get()

type AdvisoryNewController

type AdvisoryNewController struct {
	AdvisoryBaseController
}

func (*AdvisoryNewController) Get

func (this *AdvisoryNewController) Get()

func (*AdvisoryNewController) Post

func (this *AdvisoryNewController) Post()

type AuditController

type AuditController struct {
	BaseController
}

func (*AuditController) Get

func (this *AuditController) Get()

type BaseController

type BaseController struct {
	beego.Controller
}

func (*BaseController) Prepare

func (this *BaseController) Prepare()

type BuildController

type BuildController struct {
	BaseController
}

func (*BuildController) Get

func (this *BuildController) Get()

func (*BuildController) Post

func (this *BuildController) Post()

type BuildsController

type BuildsController struct {
	BaseController
}

ALL BUILDS

func (*BuildsController) Get

func (this *BuildsController) Get()

type ByBuildDate

type ByBuildDate []*models.BuildList

TESTING BUILDS

func (ByBuildDate) Len

func (b ByBuildDate) Len() int

func (ByBuildDate) Less

func (b ByBuildDate) Less(i, j int) bool

func (ByBuildDate) Swap

func (b ByBuildDate) Swap(i, j int)

type ByUpdateDate

type ByUpdateDate []*models.BuildList

func (ByUpdateDate) Len

func (b ByUpdateDate) Len() int

func (ByUpdateDate) Less

func (b ByUpdateDate) Less(i, j int) bool

func (ByUpdateDate) Swap

func (b ByUpdateDate) Swap(i, j int)

type MainController

type MainController struct {
	BaseController
}

func (*MainController) Get

func (this *MainController) Get()

This Get() function displays the list of endpoints that the application has:

--> See all packages queued for testing --> See all packages in testing --> See all packages queued for updates --> See all packages in updates

type PublishedController

type PublishedController struct {
	BaseController
}

PUBLISHED BUILDS

func (*PublishedController) Get

func (this *PublishedController) Get()

type RejectedController

type RejectedController struct {
	BaseController
}

REJECTED BUILDS

func (*RejectedController) Get

func (this *RejectedController) Get()

type SearchController

type SearchController struct {
	BaseController
	Filters    map[string]interface{}
	Parameters map[interface{}]interface{}
	Generic    bool
}

func (*SearchController) Get

func (this *SearchController) Get()

func (*SearchController) JsonGet

func (this *SearchController) JsonGet()

call with /path/to/search/:{page+1}?{filterList:filter}&{sortList:sort}&size={size}

type TestingController

type TestingController struct {
	BaseController
}

func (*TestingController) Get

func (this *TestingController) Get()

type UserController

type UserController struct {
	BaseController
}

func (*UserController) Get

func (u *UserController) Get()

Jump to

Keyboard shortcuts

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