Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRoleLogic ¶ added in v0.2.4
func NewCreateRoleLogic ¶ added in v0.2.4
func NewCreateRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateRoleLogic
func (*CreateRoleLogic) CreateRole ¶ added in v0.2.4
func (l *CreateRoleLogic) CreateRole(in *core.RoleInfo) (*core.BaseIDResp, error)
type DeleteRoleLogic ¶
func NewDeleteRoleLogic ¶
func NewDeleteRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteRoleLogic
func (*DeleteRoleLogic) DeleteRole ¶
type GetRoleByIdLogic ¶
func NewGetRoleByIdLogic ¶
func NewGetRoleByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRoleByIdLogic
func (*GetRoleByIdLogic) GetRoleById ¶
type GetRoleListLogic ¶
func NewGetRoleListLogic ¶
func NewGetRoleListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRoleListLogic
func (*GetRoleListLogic) GetRoleList ¶
func (l *GetRoleListLogic) GetRoleList(in *core.RoleListReq) (*core.RoleListResp, error)
type UpdateRoleLogic ¶ added in v0.2.4
func NewUpdateRoleLogic ¶ added in v0.2.4
func NewUpdateRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRoleLogic
func (*UpdateRoleLogic) UpdateRole ¶ added in v0.2.4
Click to show internal directories.
Click to hide internal directories.