Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - func ExploreRepos(ctx *context.Context)
 - func ExploreUsers(ctx *context.Context)
 - func GlobalInit()
 - func Home(ctx *context.Context)
 - func Install(ctx *context.Context)
 - func InstallInit(ctx *context.Context)
 - func InstallPost(ctx *context.Context, form auth.InstallForm)
 - func NewServices()
 - func NotFound(ctx *context.Context)
 - func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions)
 - func RenderUserSearch(ctx *context.Context, opts *UserSearchOptions)
 - type RepoSearchOptions
 - type UserSearchOptions
 
Constants ¶
      View Source
      
  
    const ( HOME base.TplName = "home" EXPLORE_REPOS base.TplName = "explore/repos" EXPLORE_USERS base.TplName = "explore/users" )
      View Source
      
  
const (
	INSTALL base.TplName = "install"
)
    Variables ¶
This section is empty.
Functions ¶
func ExploreRepos ¶ added in v0.9.13
func ExploreUsers ¶ added in v0.9.13
func InstallInit ¶ added in v0.5.13
func InstallPost ¶ added in v0.3.0
func InstallPost(ctx *context.Context, form auth.InstallForm)
func NewServices ¶ added in v0.3.0
func NewServices()
func RenderRepoSearch ¶ added in v0.9.13
func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions)
func RenderUserSearch ¶ added in v0.9.13
func RenderUserSearch(ctx *context.Context, opts *UserSearchOptions)
Types ¶
type RepoSearchOptions ¶ added in v0.9.13
 Click to show internal directories. 
   Click to hide internal directories.