Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddRoleLogic ¶
func NewAddRoleLogic ¶
func NewAddRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddRoleLogic
func (*AddRoleLogic) AddRole ¶
func (l *AddRoleLogic) AddRole(in *system.AddRoleReq) (*system.AddRoleResp, error)
type DeleteRoleLogic ¶
func NewDeleteRoleLogic ¶
func NewDeleteRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteRoleLogic
func (*DeleteRoleLogic) DeleteRole ¶
func (l *DeleteRoleLogic) DeleteRole(in *system.DeleteRoleReq) (*system.DeleteRoleResp, error)
type RoleTreeLogic ¶
func NewRoleTreeLogic ¶
func NewRoleTreeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleTreeLogic
func (*RoleTreeLogic) RoleTree ¶
func (l *RoleTreeLogic) RoleTree(in *system.RoleTreeReq) (*system.RoleTreeListResp, error)
type UpdateRoleLogic ¶
func NewUpdateRoleLogic ¶
func NewUpdateRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRoleLogic
func (*UpdateRoleLogic) UpdateRole ¶
func (l *UpdateRoleLogic) UpdateRole(in *system.UpdateRoleReq) (*system.UpdateRoleResp, error)
Click to show internal directories.
Click to hide internal directories.