routers

package
v0.9.97 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2016 License: MIT Imports: 26 Imported by: 0

Documentation

Index

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 ExploreRepos(ctx *context.Context)

func ExploreUsers added in v0.9.13

func ExploreUsers(ctx *context.Context)

func GlobalInit

func GlobalInit()

GlobalInit is for global configuration reload-able.

func Home

func Home(ctx *context.Context)

func Install

func Install(ctx *context.Context)

func InstallInit added in v0.5.13

func InstallInit(ctx *context.Context)

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 NotFound

func NotFound(ctx *context.Context)

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

type RepoSearchOptions struct {
	Counter  func(bool) int64
	Ranger   func(int, int) ([]*models.Repository, error)
	Private  bool
	PageSize int
	OrderBy  string
	TplName  base.TplName
}

type UserSearchOptions added in v0.9.13

type UserSearchOptions struct {
	Type     models.UserType
	Counter  func() int64
	Ranger   func(int, int) ([]*models.User, error)
	PageSize int
	OrderBy  string
	TplName  base.TplName
}

Directories

Path Synopsis
api
v1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL