controllers

package
v0.0.0-...-56299ac Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2017 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

this package provide method which handle domain share action

Index

Constants

This section is empty.

Variables

View Source
var AuthroityCtl = &AuthorityController{
	models: new(models.AuthorityModel),
}
View Source
var DomainCtl = &domainController{models: &models.ProjectMgr{}}
View Source
var DomainShareCtl = domainShareControll{
	// contains filtered or unexported fields
}
View Source
var HandleLogsCtl = &HandleLogsController{}
View Source
var HelpCtl = &helpController{}
View Source
var OrgCtl = &orgController{
	models: new(models.OrgModel),
}
View Source
var PasswdController = &passwdController{
	p: &models.PasswdModels{},
}
View Source
var ResourceCtl = &resourceController{
	new(models.ResourceModel),
}
View Source
var RoleAndResourceCtl = &roleAndResourceController{
	new(models.RoleModel),
	new(models.RoleAndResourceModel),
	new(models.ResourceModel),
}
View Source
var RoleCtl = &roleController{
	models.RoleModel{},
	models.ResourceModel{},
	models.RoleAndResourceModel{},
}
View Source
var ThemeCtl = &themeController{
	new(models.ThemeModel),
}
View Source
var UserCtl = &userController{
	new(models.UserModel),
}
View Source
var UserRolesController = &userRolesController{
	models: new(models.UserRolesModel),
}

Functions

func HomePage

func HomePage(ctx *context.Context)

func HomePageMenus

func HomePageMenus(ctx *context.Context)

func IndexPage

func IndexPage(ctx *context.Context)

func LoginSystem

func LoginSystem(ctx *context.Context)

func LogoutSystem

func LogoutSystem(ctx *context.Context)

func SubSystemEntry

func SubSystemEntry(ctx *context.Context)

Types

type AuthorityController

type AuthorityController struct {
	// contains filtered or unexported fields
}

Controller for authorization this class provide 4 Method

func (*AuthorityController) GetBatchPage

func (this *AuthorityController) GetBatchPage(ctx *context.Context)

Get authorization page

type HandleLogsController

type HandleLogsController struct {
}

func (HandleLogsController) Download

func (HandleLogsController) Download(ctx *context.Context)

func (*HandleLogsController) GetHandleLogPage

func (this *HandleLogsController) GetHandleLogPage(ctx *context.Context)

func (HandleLogsController) GetHandleLogs

func (HandleLogsController) GetHandleLogs(ctx *context.Context)

func (HandleLogsController) SerachLogs

func (HandleLogsController) SerachLogs(ctx *context.Context)

Jump to

Keyboard shortcuts

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