routers

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2016 License: MIT Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExploreOrganizations

func ExploreOrganizations(ctx *context.Context)

ExploreOrganizations render explore organizations page

func ExploreRepos

func ExploreRepos(ctx *context.Context)

ExploreRepos render explore repositories page

func ExploreUsers

func ExploreUsers(ctx *context.Context)

ExploreUsers render explore users page

func GlobalInit

func GlobalInit()

GlobalInit is for global configuration reload-able.

func Home

func Home(ctx *context.Context)

Home render home page

func Install

func Install(ctx *context.Context)

Install render installation page

func InstallInit

func InstallInit(ctx *context.Context)

InstallInit prepare for rendering installation page

func InstallPost

func InstallPost(ctx *context.Context, form auth.InstallForm)

InstallPost response for submit install items

func NewServices

func NewServices()

NewServices init new services

func NotFound

func NotFound(ctx *context.Context)

NotFound render 404 page

func RenderRepoSearch

func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions)

RenderRepoSearch render repositories search page

func RenderUserSearch

func RenderUserSearch(ctx *context.Context, opts *UserSearchOptions)

RenderUserSearch render user search page

Types

type RepoSearchOptions

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

RepoSearchOptions when calling search repositories

type UserSearchOptions

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

UserSearchOptions options when render search user page

Directories

Path Synopsis
api
v1

Jump to

Keyboard shortcuts

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