 Documentation
      ¶
      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)
func Home ¶
func Home(ctx *middleware.Context)
func Install ¶
func Install(ctx *middleware.Context)
func InstallInit ¶ added in v0.5.13
func InstallInit(ctx *middleware.Context)
func InstallPost ¶ added in v0.3.0
func InstallPost(ctx *middleware.Context, form auth.InstallForm)
func NewServices ¶ added in v0.3.0
func NewServices()
func NotFound ¶
func NotFound(ctx *middleware.Context)
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.