Versions in this module Expand all Collapse all v0 v0.9.99 Oct 17, 2016 Changes in this version + const AUTHS + const AUTH_EDIT + const AUTH_NEW + const CONFIG + const DASHBOARD + const MONITOR + const NOTICES + const ORGS + const REPOS + const USERS + const USER_EDIT + const USER_NEW + func Authentications(ctx *context.Context) + func Config(ctx *context.Context) + func Dashboard(ctx *context.Context) + func DeleteAuthSource(ctx *context.Context) + func DeleteNotices(ctx *context.Context) + func DeleteRepo(ctx *context.Context) + func DeleteUser(ctx *context.Context) + func EditAuthSource(ctx *context.Context) + func EditAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm) + func EditUser(ctx *context.Context) + func EditUserPost(ctx *context.Context, form auth.AdminEditUserForm) + func EmptyNotices(ctx *context.Context) + func Monitor(ctx *context.Context) + func NewAuthSource(ctx *context.Context) + func NewAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm) + func NewUser(ctx *context.Context) + func NewUserPost(ctx *context.Context, form auth.AdminCrateUserForm) + func Notices(ctx *context.Context) + func Organizations(ctx *context.Context) + func Repos(ctx *context.Context) + func SendTestMail(ctx *context.Context) + func Users(ctx *context.Context) + type AdminOperation int + const CLEAN_INACTIVATE_USER + const CLEAN_MISSING_REPOS + const CLEAN_REPO_ARCHIVES + const GIT_GC_REPOS + const REINIT_MISSING_REPOSITORY + const SYNC_REPOSITORY_UPDATE_HOOK + const SYNC_SSH_AUTHORIZED_KEY