Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateApiAuthorityLogic ¶
type CreateOrUpdateApiAuthorityLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCreateOrUpdateApiAuthorityLogic ¶
func NewCreateOrUpdateApiAuthorityLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrUpdateApiAuthorityLogic
func (*CreateOrUpdateApiAuthorityLogic) CreateOrUpdateApiAuthority ¶
func (l *CreateOrUpdateApiAuthorityLogic) CreateOrUpdateApiAuthority(req *types.CreateOrUpdateApiAuthorityReq) (resp *types.BaseMsgResp, err error)
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(req *types.MenuAuthorityInfoReq) (resp *types.BaseMsgResp, err error)
type GetApiAuthorityLogic ¶
func NewGetApiAuthorityLogic ¶
func NewGetApiAuthorityLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetApiAuthorityLogic
func (*GetApiAuthorityLogic) GetApiAuthority ¶
func (l *GetApiAuthorityLogic) GetApiAuthority(req *types.IDReq) (resp *types.ApiAuthorityListResp, err error)
type GetMenuAuthorityLogic ¶
func NewGetMenuAuthorityLogic ¶
func NewGetMenuAuthorityLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuAuthorityLogic
func (*GetMenuAuthorityLogic) GetMenuAuthority ¶
func (l *GetMenuAuthorityLogic) GetMenuAuthority(req *types.IDReq) (resp *types.MenuAuthorityInfoResp, err error)
Click to show internal directories.
Click to hide internal directories.