Documentation
¶
Index ¶
- Constants
- func Explore(ctx *middleware.Context)
- func GlobalInit()
- func Home(ctx *middleware.Context)
- func Install(ctx *middleware.Context)
- func InstallInit(ctx *middleware.Context)
- func InstallPost(ctx *middleware.Context, form auth.InstallForm)
- func NewServices()
- func NotFound(ctx *middleware.Context)
Constants ¶
View Source
const ( HOME base.TplName = "home" EXPLORE_REPOS base.TplName = "explore/repos" )
View Source
const (
INSTALL base.TplName = "install"
)
Variables ¶
This section is empty.
Functions ¶
func Explore ¶ added in v0.5.0
func Explore(ctx *middleware.Context)