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