Documentation ¶
Index ¶
- func ErrRoleCreate(e error) *utils.ApiException
- func ErrRoleCreateParams(e error) *utils.ApiException
- func ErrRoleDelete(e error) *utils.ApiException
- func ErrRoleDeleteParams(e error) *utils.ApiException
- func ErrRoleDesc(e error) *utils.ApiException
- func ErrRoleDescParams(e error) *utils.ApiException
- func ErrRoleQuery(e error) *utils.ApiException
- func ErrUserQueryParams(e error) *utils.ApiException
- type Handler
- func (h *Handler) CreateRole(r *restful.Request, w *restful.Response)
- func (h *Handler) DeleteRole(r *restful.Request, w *restful.Response)
- func (h *Handler) DescRole(r *restful.Request, w *restful.Response)
- func (h *Handler) Init()
- func (h *Handler) Name() string
- func (h *Handler) Priority() int
- func (h *Handler) QueryRole(r *restful.Request, w *restful.Response)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrRoleCreate ¶
func ErrRoleCreate(e error) *utils.ApiException
func ErrRoleCreateParams ¶
func ErrRoleCreateParams(e error) *utils.ApiException
func ErrRoleDelete ¶
func ErrRoleDelete(e error) *utils.ApiException
func ErrRoleDeleteParams ¶
func ErrRoleDeleteParams(e error) *utils.ApiException
func ErrRoleDesc ¶
func ErrRoleDesc(e error) *utils.ApiException
func ErrRoleDescParams ¶
func ErrRoleDescParams(e error) *utils.ApiException
func ErrRoleQuery ¶
func ErrRoleQuery(e error) *utils.ApiException
func ErrUserQueryParams ¶
func ErrUserQueryParams(e error) *utils.ApiException
Types ¶
type Handler ¶
type Handler struct { ioc.ObjectImpl // contains filtered or unexported fields }
func (*Handler) CreateRole ¶
func (h *Handler) CreateRole(r *restful.Request, w *restful.Response)
func (*Handler) DeleteRole ¶
func (h *Handler) DeleteRole(r *restful.Request, w *restful.Response)
Click to show internal directories.
Click to hide internal directories.