routers

package
v0.0.0-...-f867dd8 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2014 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Download

func Download(ctx *middleware.Context)

func ForceRebuild

func ForceRebuild(tf TaskForm, ctx *middleware.Context)

func History

func History(ctx *middleware.Context, params martini.Params, req *http.Request)

func Home

func Home(ctx *middleware.Context)

func NewBuild

func NewBuild(rf RepositoryForm, ctx *middleware.Context)

func NewRepo

func NewRepo(rf RepoInfoForm, ctx *middleware.Context)

func NotFound

func NotFound(ctx *middleware.Context)

func PkgList

func PkgList(ctx *middleware.Context)

func Repo

func Repo(ctx *middleware.Context, params martini.Params, req *http.Request)

func Ruok

func Ruok() string
func Search(ctx *middleware.Context)

func TriggerBuildRepositoryById

func TriggerBuildRepositoryById(rid int64) (err error)

Types

type Branch

type Branch struct {
	Name       string `json:"name"`
	Sha        string `json:"sha"`
	Updated    string `json:"updated"`
	Os         string `json:"os"`
	Arch       string `json:"arch"`
	ZipBallUrl string `json:"zipball_url"`
}

type PackageItem

type PackageItem struct {
	Name        string   `json:"name"`
	Description string   `json:"description"`
	Branches    []Branch `json:"branches"`
}

type RepoInfoForm

type RepoInfoForm struct {
	Name string `form:"repo-name" binding:"required"`
}

type RepositoryForm

type RepositoryForm struct {
	Rid int64 `form:"rid" binding:"required"`
}

type TaskForm

type TaskForm struct {
	Tid int64 `form:"tid" binding:"required"`
}

Jump to

Keyboard shortcuts

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