Documentation ¶
Index ¶
- func Badge(w http.ResponseWriter)
- func BadgeEncode(w io.Writer, message string) (err error)
- func Doc(ctx *middleware.Context)
- 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 Register(m *martini.ClassicMartini)
- 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 Badge ¶
func Badge(w http.ResponseWriter)
func Doc ¶
func Doc(ctx *middleware.Context)
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 Register ¶
func Register(m *martini.ClassicMartini)
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"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.