Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateMenuAuthorityLogic ¶
type CreateOrUpdateMenuAuthorityLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCreateOrUpdateMenuAuthorityLogic ¶
func NewCreateOrUpdateMenuAuthorityLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrUpdateMenuAuthorityLogic
func (*CreateOrUpdateMenuAuthorityLogic) CreateOrUpdateMenuAuthority ¶
func (l *CreateOrUpdateMenuAuthorityLogic) CreateOrUpdateMenuAuthority(in *core.RoleMenuAuthorityReq) (*core.BaseResp, error)
type GetMenuAuthorityLogic ¶
func NewGetMenuAuthorityLogic ¶
func NewGetMenuAuthorityLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuAuthorityLogic
func (*GetMenuAuthorityLogic) GetMenuAuthority ¶
func (l *GetMenuAuthorityLogic) GetMenuAuthority(in *core.IDReq) (*core.RoleMenuAuthorityResp, error)
Click to show internal directories.
Click to hide internal directories.