Documentation ¶
Index ¶
- func Download(ctx *middleware.Context)
- func ForceRebuild(tf TaskForm, ctx *middleware.Context)
- func History(ctx *middleware.Context, params martini.Params, req *http.Request)
- func Home(ctx *middleware.Context)
- func NewBuild(rf RepositoryForm, ctx *middleware.Context)
- func NewRepo(rf RepoInfoForm, ctx *middleware.Context)
- func NotFound(ctx *middleware.Context)
- func PkgList(ctx *middleware.Context)
- func Repo(ctx *middleware.Context, params martini.Params, req *http.Request)
- func Ruok() string
- func Search(ctx *middleware.Context)
- func TriggerBuildRepositoryById(rid int64) (err error)
- type Branch
- type PackageItem
- type RepoInfoForm
- type RepositoryForm
- type TaskForm
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 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 Search ¶
func Search(ctx *middleware.Context)
Types ¶
type PackageItem ¶
type RepoInfoForm ¶
type RepoInfoForm struct {
Name string `form:"repo-name" binding:"required"`
}
type RepositoryForm ¶
type RepositoryForm struct {
Rid int64 `form:"rid" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.