Documentation
¶
Index ¶
- func GetLogin(req *web.WebRequest) (login *module_manage.LoginInfo)
- type LogFilter
- type LoginFilter
- type WebApiManageLogService
- type WebApiManageLoginService
- type WebApiManagePermissionService
- func (this_ *WebApiManagePermissionService) Add(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManagePermissionService) Delete(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManagePermissionService) GetWebApi() (webApi *web.WebApi)
- func (this_ *WebApiManagePermissionService) Query(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManagePermissionService) QueryByIds(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManagePermissionService) QueryByRoleIds(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManagePermissionService) QueryByUserIds(request *web.WebRequest) (res any, err error)
- type WebApiManageRoleService
- func (this_ *WebApiManageRoleService) Add(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageRoleService) AddRoleUser(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageRoleService) AddRoleUsers(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageRoleService) Delete(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageRoleService) GetUserRoles(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageRoleService) GetWebApi() (webApi *web.WebApi)
- func (this_ *WebApiManageRoleService) List(request *web.WebRequest) (res any, err error)
- type WebApiManageService
- func (this_ *WebApiManageService) GetSecurityCode(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageService) GetWebApi() (webApi *web.WebApi)
- func (this_ *WebApiManageService) Login(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageService) Logout(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageService) Session(request *web.WebRequest) (res any, err error)
- type WebApiManageUserService
- func (this_ *WebApiManageUserService) Add(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageUserService) Delete(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageUserService) GetWebApi() (webApi *web.WebApi)
- func (this_ *WebApiManageUserService) List(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageUserService) Page(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageUserService) Remove(request *web.WebRequest) (res any, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogin ¶ added in v1.0.2
func GetLogin(req *web.WebRequest) (login *module_manage.LoginInfo)
Types ¶
type LogFilter ¶ added in v1.0.2
type LogFilter struct {
}
func NewLogFilter ¶ added in v1.0.2
func NewLogFilter() *LogFilter
func (*LogFilter) DoFilter ¶ added in v1.0.2
func (this_ *LogFilter) DoFilter(req *web.WebRequest, chain web.WebFilterChain) (err error)
func (*LogFilter) GetMatch ¶ added in v1.0.2
func (this_ *LogFilter) GetMatch() (res web.WebRequestMatch)
type LoginFilter ¶ added in v1.0.2
type LoginFilter struct {
}
func NewLoginFilter ¶ added in v1.0.2
func NewLoginFilter() *LoginFilter
func (*LoginFilter) DoFilter ¶ added in v1.0.2
func (this_ *LoginFilter) DoFilter(req *web.WebRequest, chain web.WebFilterChain) (err error)
func (*LoginFilter) GetMatch ¶ added in v1.0.2
func (this_ *LoginFilter) GetMatch() (res web.WebRequestMatch)
func (*LoginFilter) GetName ¶ added in v1.0.2
func (this_ *LoginFilter) GetName() (res string)
func (*LoginFilter) Order ¶ added in v1.0.2
func (this_ *LoginFilter) Order() (res int)
type WebApiManageLogService ¶ added in v1.0.2
type WebApiManageLogService struct {
}
func NewWebApiManageLogService ¶ added in v1.0.2
func NewWebApiManageLogService() *WebApiManageLogService
func (*WebApiManageLogService) Delete ¶ added in v1.0.2
func (this_ *WebApiManageLogService) Delete(request *web.WebRequest) (res any, err error)
func (*WebApiManageLogService) GetWebApi ¶ added in v1.0.2
func (this_ *WebApiManageLogService) GetWebApi() (webApi *web.WebApi)
func (*WebApiManageLogService) Page ¶ added in v1.0.2
func (this_ *WebApiManageLogService) Page(request *web.WebRequest) (res any, err error)
type WebApiManageLoginService ¶
type WebApiManageLoginService struct {
}
func NewWebApiManageLoginService ¶ added in v1.0.2
func NewWebApiManageLoginService() *WebApiManageLoginService
func (*WebApiManageLoginService) Delete ¶
func (this_ *WebApiManageLoginService) Delete(request *web.WebRequest) (res any, err error)
func (*WebApiManageLoginService) GetWebApi ¶
func (this_ *WebApiManageLoginService) GetWebApi() (webApi *web.WebApi)
func (*WebApiManageLoginService) Page ¶
func (this_ *WebApiManageLoginService) Page(request *web.WebRequest) (res any, err error)
type WebApiManagePermissionService ¶ added in v1.0.2
type WebApiManagePermissionService struct {
}
func NewWebApiManagePermissionService ¶ added in v1.0.2
func NewWebApiManagePermissionService() *WebApiManagePermissionService
func (*WebApiManagePermissionService) Add ¶ added in v1.0.2
func (this_ *WebApiManagePermissionService) Add(request *web.WebRequest) (res any, err error)
func (*WebApiManagePermissionService) Delete ¶ added in v1.0.2
func (this_ *WebApiManagePermissionService) Delete(request *web.WebRequest) (res any, err error)
func (*WebApiManagePermissionService) GetWebApi ¶ added in v1.0.2
func (this_ *WebApiManagePermissionService) GetWebApi() (webApi *web.WebApi)
func (*WebApiManagePermissionService) Query ¶ added in v1.0.2
func (this_ *WebApiManagePermissionService) Query(request *web.WebRequest) (res any, err error)
func (*WebApiManagePermissionService) QueryByIds ¶ added in v1.0.2
func (this_ *WebApiManagePermissionService) QueryByIds(request *web.WebRequest) (res any, err error)
func (*WebApiManagePermissionService) QueryByRoleIds ¶ added in v1.0.2
func (this_ *WebApiManagePermissionService) QueryByRoleIds(request *web.WebRequest) (res any, err error)
func (*WebApiManagePermissionService) QueryByUserIds ¶ added in v1.0.2
func (this_ *WebApiManagePermissionService) QueryByUserIds(request *web.WebRequest) (res any, err error)
type WebApiManageRoleService ¶
type WebApiManageRoleService struct {
}
func NewWebApiManageRoleService ¶ added in v1.0.2
func NewWebApiManageRoleService() *WebApiManageRoleService
func (*WebApiManageRoleService) Add ¶
func (this_ *WebApiManageRoleService) Add(request *web.WebRequest) (res any, err error)
func (*WebApiManageRoleService) AddRoleUser ¶
func (this_ *WebApiManageRoleService) AddRoleUser(request *web.WebRequest) (res any, err error)
func (*WebApiManageRoleService) AddRoleUsers ¶
func (this_ *WebApiManageRoleService) AddRoleUsers(request *web.WebRequest) (res any, err error)
func (*WebApiManageRoleService) Delete ¶
func (this_ *WebApiManageRoleService) Delete(request *web.WebRequest) (res any, err error)
func (*WebApiManageRoleService) GetUserRoles ¶
func (this_ *WebApiManageRoleService) GetUserRoles(request *web.WebRequest) (res any, err error)
func (*WebApiManageRoleService) GetWebApi ¶
func (this_ *WebApiManageRoleService) GetWebApi() (webApi *web.WebApi)
func (*WebApiManageRoleService) List ¶ added in v1.0.2
func (this_ *WebApiManageRoleService) List(request *web.WebRequest) (res any, err error)
type WebApiManageService ¶
type WebApiManageService struct {
}
func NewWebApiManageService ¶ added in v1.0.2
func NewWebApiManageService() *WebApiManageService
func (*WebApiManageService) GetSecurityCode ¶
func (this_ *WebApiManageService) GetSecurityCode(request *web.WebRequest) (res any, err error)
func (*WebApiManageService) GetWebApi ¶
func (this_ *WebApiManageService) GetWebApi() (webApi *web.WebApi)
func (*WebApiManageService) Login ¶
func (this_ *WebApiManageService) Login(request *web.WebRequest) (res any, err error)
func (*WebApiManageService) Logout ¶
func (this_ *WebApiManageService) Logout(request *web.WebRequest) (res any, err error)
func (*WebApiManageService) Session ¶
func (this_ *WebApiManageService) Session(request *web.WebRequest) (res any, err error)
type WebApiManageUserService ¶
type WebApiManageUserService struct {
}
func NewWebApiManageUserService ¶ added in v1.0.2
func NewWebApiManageUserService() *WebApiManageUserService
func (*WebApiManageUserService) Add ¶
func (this_ *WebApiManageUserService) Add(request *web.WebRequest) (res any, err error)
func (*WebApiManageUserService) Delete ¶
func (this_ *WebApiManageUserService) Delete(request *web.WebRequest) (res any, err error)
func (*WebApiManageUserService) GetWebApi ¶
func (this_ *WebApiManageUserService) GetWebApi() (webApi *web.WebApi)
func (*WebApiManageUserService) List ¶ added in v1.0.2
func (this_ *WebApiManageUserService) List(request *web.WebRequest) (res any, err error)
func (*WebApiManageUserService) Page ¶ added in v1.0.2
func (this_ *WebApiManageUserService) Page(request *web.WebRequest) (res any, err error)
func (*WebApiManageUserService) Remove ¶ added in v1.0.2
func (this_ *WebApiManageUserService) Remove(request *web.WebRequest) (res any, err error)
Click to show internal directories.
Click to hide internal directories.