controllers

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthMultiController

type AuthMultiController struct {
	beego.Controller
}

func (*AuthMultiController) Post

func (this *AuthMultiController) Post()

type AuthResult

type AuthResult struct {
	Success bool                     `json:"success"`
	Result  models.Multi_Auth_Result `json:"result"`
}

type AuthSingleController

type AuthSingleController struct {
	beego.Controller
}

func (*AuthSingleController) Post

func (this *AuthSingleController) Post()

type HealthController

type HealthController struct {
	beego.Controller
}

func (*HealthController) Get

func (this *HealthController) Get()

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Get

func (this *MainController) Get()

type MsgResult

type MsgResult struct {
	Msg     string `json:"msg"`
	Success bool   `json:"success"`
}

type SearchFilterController

type SearchFilterController struct {
	beego.Controller
}

func (*SearchFilterController) Get

func (this *SearchFilterController) Get()

type SearchMultiController

type SearchMultiController struct {
	beego.Controller
}

func (*SearchMultiController) Post

func (this *SearchMultiController) Post()

type SearchMultiResult

type SearchMultiResult struct {
	Success bool                            `json:"success"`
	Result  models.Multi_Search_User_Result `json:"result"`
}

type SearchResult

type SearchResult struct {
	Results []models.LDAP_RESULT `json:"results"`
	Success bool                 `json:"success"`
}

type SearchUserController

type SearchUserController struct {
	beego.Controller
}

func (*SearchUserController) Get

func (this *SearchUserController) Get()

type SearchUserResult

type SearchUserResult struct {
	User    models.LDAP_RESULT `json:"user"`
	Success bool               `json:"success"`
}

Jump to

Keyboard shortcuts

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