permissionrpclogic

package
v0.0.0-...-eea11df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddApiLogic

type AddApiLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewAddApiLogic

func NewAddApiLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddApiLogic

func (*AddApiLogic) AddApi

创建接口

type AddMenuLogic

type AddMenuLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewAddMenuLogic

func NewAddMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddMenuLogic

func (*AddMenuLogic) AddMenu

创建菜单

type AddRoleLogic

type AddRoleLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewAddRoleLogic

func NewAddRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddRoleLogic

func (*AddRoleLogic) AddRole

创建角色

type CleanApiListLogic

type CleanApiListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCleanApiListLogic

func NewCleanApiListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CleanApiListLogic

func (*CleanApiListLogic) CleanApiList

清空接口列表

type CleanMenuListLogic

type CleanMenuListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCleanMenuListLogic

func NewCleanMenuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CleanMenuListLogic

func (*CleanMenuListLogic) CleanMenuList

清空菜单列表

type DeleteApiLogic

type DeleteApiLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteApiLogic

func NewDeleteApiLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteApiLogic

func (*DeleteApiLogic) DeleteApi

删除接口

type DeleteMenuLogic

type DeleteMenuLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteMenuLogic

func NewDeleteMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMenuLogic

func (*DeleteMenuLogic) DeleteMenu

删除菜单

type DeleteRoleLogic

type DeleteRoleLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteRoleLogic

func NewDeleteRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteRoleLogic

func (*DeleteRoleLogic) DeleteRole

删除角色

type FindApiListLogic

type FindApiListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindApiListLogic

func NewFindApiListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindApiListLogic

func (*FindApiListLogic) FindApiList

分页获取接口列表

type FindMenuListLogic

type FindMenuListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindMenuListLogic

func NewFindMenuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindMenuListLogic

func (*FindMenuListLogic) FindMenuList

分页获取菜单列表

type FindRoleListLogic

type FindRoleListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindRoleListLogic

func NewFindRoleListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindRoleListLogic

func (*FindRoleListLogic) FindRoleList

分页获取角色列表

type FindRoleResourcesLogic

type FindRoleResourcesLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindRoleResourcesLogic

func NewFindRoleResourcesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindRoleResourcesLogic

func (*FindRoleResourcesLogic) FindRoleResources

查询角色

type FindUserApisLogic

type FindUserApisLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindUserApisLogic

func NewFindUserApisLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindUserApisLogic

func (*FindUserApisLogic) FindUserApis

获取用户接口权限

type FindUserMenusLogic

type FindUserMenusLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindUserMenusLogic

func NewFindUserMenusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindUserMenusLogic

func (*FindUserMenusLogic) FindUserMenus

获取用户菜单权限

type FindUserRolesLogic

type FindUserRolesLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindUserRolesLogic

func NewFindUserRolesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindUserRolesLogic

func (*FindUserRolesLogic) FindUserRoles

获取用户角色信息

type SyncApiListLogic

type SyncApiListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSyncApiListLogic

func NewSyncApiListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SyncApiListLogic

func (*SyncApiListLogic) SyncApiList

同步接口列表

type SyncMenuListLogic

type SyncMenuListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSyncMenuListLogic

func NewSyncMenuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SyncMenuListLogic

func (*SyncMenuListLogic) SyncMenuList

同步菜单列表

type UpdateApiLogic

type UpdateApiLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateApiLogic

func NewUpdateApiLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateApiLogic

func (*UpdateApiLogic) UpdateApi

更新接口

type UpdateMenuLogic

type UpdateMenuLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateMenuLogic

func NewUpdateMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateMenuLogic

func (*UpdateMenuLogic) UpdateMenu

更新菜单

type UpdateRoleApisLogic

type UpdateRoleApisLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateRoleApisLogic

func NewUpdateRoleApisLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRoleApisLogic

func (*UpdateRoleApisLogic) UpdateRoleApis

更新角色资源

type UpdateRoleLogic

type UpdateRoleLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateRoleLogic

func NewUpdateRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRoleLogic

func (*UpdateRoleLogic) UpdateRole

type UpdateRoleMenusLogic

type UpdateRoleMenusLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateRoleMenusLogic

func NewUpdateRoleMenusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRoleMenusLogic

func (*UpdateRoleMenusLogic) UpdateRoleMenus

更新角色菜单

type UpdateUserRoleLogic

type UpdateUserRoleLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateUserRoleLogic

func NewUpdateUserRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserRoleLogic

func (*UpdateUserRoleLogic) UpdateUserRole

修改用户角色

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL