Documentation
¶
Index ¶
- type WebApiManageLoginService
- 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)
- type WebApiManageService
- func (this_ *WebApiManageService) GetSecurityCode(request *web.WebRequest) (res any, err error)
- func (this_ *WebApiManageService) GetWebApi(webApi *web.WebApi)
- func (this_ *WebApiManageService) LoadLogin(request *web.WebRequest) (res any, err error)
- 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) A(request *web.WebRequest) (res any, err error)
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebApiManageLoginService ¶
type WebApiManageLoginService struct {
}
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 WebApiManageRoleService ¶
type WebApiManageRoleService struct {
}
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)
type WebApiManageService ¶
type WebApiManageService struct {
}
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) LoadLogin ¶
func (this_ *WebApiManageService) LoadLogin(request *web.WebRequest) (res any, err error)
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 (*WebApiManageUserService) A ¶
func (this_ *WebApiManageUserService) A(request *web.WebRequest) (res any, err error)
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)
Click to show internal directories.
Click to hide internal directories.