Documentation
¶
Index ¶
- Constants
- func AccessKeysGet(ctx *context.HTMLContext)
- func ActivateGet(ctx *context.HTMLContext)
- func AppAdd(ctx *context.HTMLContext, appForm form.AppAddForm)
- func AppCollaboratorsGet(ctx *context.HTMLContext)
- func AppDeploymentsGet(ctx *context.HTMLContext)
- func AppsGet(ctx *context.HTMLContext)
- func AutoSignIn(ctx *context.HTMLContext) (bool, error)
- func SignInGet(ctx *context.HTMLContext)
- func SignInPost(ctx *context.HTMLContext, form forms.SignInForm)
- func SignOutGet(ctx *context.HTMLContext)
- func SignUpGet(ctx *context.HTMLContext)
- func SignUpPost(ctx *context.HTMLContext, cpt *captcha.Captcha, form forms.SignUpForm)
- func UserAddPost(ctx *context.APIContext)
- func UserPatch(ctx *context.APIContext)
- func UsersGet(ctx *context.HTMLContext)
- func UsersQuery(ctx *context.APIContext)
Constants ¶
View Source
const ( APPS infrastructure.TplName = "app/list" APP_DETAIL_COLLABORATORS infrastructure.TplName = "app/detail/collaborators" APP_DETAIL_DEPLOYMENTS infrastructure.TplName = "app/detail/deployments" )
View Source
const ( SIGNUP infrastructure.TplName = "auth/signup" SIGNIN infrastructure.TplName = "auth/signin" ACTIVATE infrastructure.TplName = "auth/activate" )
View Source
const (
ACCESSKEYS infrastructure.TplName = "accessKey/list"
)
View Source
const (
ADMIN_USERS infrastructure.TplName = "admin/users"
)
Variables ¶
This section is empty.
Functions ¶
func AccessKeysGet ¶
func AccessKeysGet(ctx *context.HTMLContext)
func ActivateGet ¶
func ActivateGet(ctx *context.HTMLContext)
func AppCollaboratorsGet ¶
func AppCollaboratorsGet(ctx *context.HTMLContext)
detail of collaborators
func AutoSignIn ¶
func AutoSignIn(ctx *context.HTMLContext) (bool, error)
func SignInGet ¶
func SignInGet(ctx *context.HTMLContext)
func SignInPost ¶
func SignInPost(ctx *context.HTMLContext, form forms.SignInForm)
func SignOutGet ¶
func SignOutGet(ctx *context.HTMLContext)
func SignUpGet ¶
func SignUpGet(ctx *context.HTMLContext)
func SignUpPost ¶
func SignUpPost(ctx *context.HTMLContext, cpt *captcha.Captcha, form forms.SignUpForm)
func UserAddPost ¶ added in v0.1.1
func UserAddPost(ctx *context.APIContext)
func UserPatch ¶ added in v0.1.1
func UserPatch(ctx *context.APIContext)
func UsersGet ¶ added in v0.1.1
func UsersGet(ctx *context.HTMLContext)
func UsersQuery ¶ added in v0.1.1
func UsersQuery(ctx *context.APIContext)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.