Documentation ¶
Index ¶
- Constants
- func GlobalInit()
- func Home(ctx *context.HTMLContext)
- func Install(ctx *context.HTMLContext)
- func InstallInit(ctx *context.HTMLContext)
- func InstallPost(ctx *context.HTMLContext, form forms.InstallForm)
- func NotFound(ctx *context.HTMLContext)
- func ReadMeGet(ctx *context.APIContext)
- func TokensGet(ctx *context.APIContext)
Constants ¶
View Source
const ( HOME infrastructure.TplName = "home" ACTIVATE infrastructure.TplName = "auth/activate" )
View Source
const (
INSTALL infrastructure.TplName = "install"
)
Variables ¶
This section is empty.
Functions ¶
func Home ¶
func Home(ctx *context.HTMLContext)
func InstallInit ¶
func InstallInit(ctx *context.HTMLContext)
func InstallPost ¶
func InstallPost(ctx *context.HTMLContext, form forms.InstallForm)
func NotFound ¶
func NotFound(ctx *context.HTMLContext)
func ReadMeGet ¶
func ReadMeGet(ctx *context.APIContext)
func TokensGet ¶
func TokensGet(ctx *context.APIContext)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.