accesscontrol

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Access

type Access interface {
	ApiInfoCreate(ctx context.Context, in *ApiInfo, opts ...grpc.CallOption) (*WithID, error)
	ApiInfoIndex(ctx context.Context, in *ApiInfoIndexReq, opts ...grpc.CallOption) (*ApiInfoIndexResp, error)
	ApiInfoUpdate(ctx context.Context, in *ApiInfo, opts ...grpc.CallOption) (*Response, error)
	ApiInfoDelete(ctx context.Context, in *WithID, opts ...grpc.CallOption) (*Response, error)
	AccessInfoCreate(ctx context.Context, in *AccessInfo, opts ...grpc.CallOption) (*WithID, error)
	AccessInfoIndex(ctx context.Context, in *AccessInfoIndexReq, opts ...grpc.CallOption) (*AccessInfoIndexResp, error)
	AccessInfoUpdate(ctx context.Context, in *AccessInfo, opts ...grpc.CallOption) (*Response, error)
	AccessInfoDelete(ctx context.Context, in *WithID, opts ...grpc.CallOption) (*Response, error)
}

func NewAccess

func NewAccess(cli zrpc.Client) Access

func NewDirectAccess

func NewDirectAccess(svcCtx *svc.ServiceContext, svr sys.AccessServer) Access

type AccessInfo

type AccessInfo = sys.AccessInfo

type AccessInfoIndexReq

type AccessInfoIndexReq = sys.AccessInfoIndexReq

type AccessInfoIndexResp

type AccessInfoIndexResp = sys.AccessInfoIndexResp

type ApiInfo

type ApiInfo = sys.ApiInfo

type ApiInfoIndexReq

type ApiInfoIndexReq = sys.ApiInfoIndexReq

type ApiInfoIndexResp

type ApiInfoIndexResp = sys.ApiInfoIndexResp

type AppInfo

type AppInfo = sys.AppInfo

type AppInfoIndexReq

type AppInfoIndexReq = sys.AppInfoIndexReq

type AppInfoIndexResp

type AppInfoIndexResp = sys.AppInfoIndexResp

type AppModuleIndexReq

type AppModuleIndexReq = sys.AppModuleIndexReq

type AppModuleIndexResp

type AppModuleIndexResp = sys.AppModuleIndexResp

type AppModuleMultiUpdateReq

type AppModuleMultiUpdateReq = sys.AppModuleMultiUpdateReq

type AreaInfo

type AreaInfo = sys.AreaInfo

type AreaInfoIndexReq

type AreaInfoIndexReq = sys.AreaInfoIndexReq

type AreaInfoIndexResp

type AreaInfoIndexResp = sys.AreaInfoIndexResp

type AreaInfoReadReq

type AreaInfoReadReq = sys.AreaInfoReadReq

type AreaWithID

type AreaWithID = sys.AreaWithID

type AuthApiInfo

type AuthApiInfo = sys.AuthApiInfo

type ConfigResp

type ConfigResp = sys.ConfigResp

type DateRange

type DateRange = sys.DateRange

type JwtToken

type JwtToken = sys.JwtToken

type LoginLogCreateReq

type LoginLogCreateReq = sys.LoginLogCreateReq

type LoginLogIndexReq

type LoginLogIndexReq = sys.LoginLogIndexReq

type LoginLogIndexResp

type LoginLogIndexResp = sys.LoginLogIndexResp

type LoginLogInfo

type LoginLogInfo = sys.LoginLogInfo

type Map

type Map = sys.Map
type MenuInfo = sys.MenuInfo
type MenuInfoIndexReq = sys.MenuInfoIndexReq
type MenuInfoIndexResp = sys.MenuInfoIndexResp

type ModuleInfo

type ModuleInfo = sys.ModuleInfo

type ModuleInfoIndexReq

type ModuleInfoIndexReq = sys.ModuleInfoIndexReq

type ModuleInfoIndexResp

type ModuleInfoIndexResp = sys.ModuleInfoIndexResp

type OperLogCreateReq

type OperLogCreateReq = sys.OperLogCreateReq

type OperLogIndexReq

type OperLogIndexReq = sys.OperLogIndexReq

type OperLogIndexResp

type OperLogIndexResp = sys.OperLogIndexResp

type OperLogInfo

type OperLogInfo = sys.OperLogInfo

type PageInfo

type PageInfo = sys.PageInfo

type PageInfo_OrderBy

type PageInfo_OrderBy = sys.PageInfo_OrderBy

type Point

type Point = sys.Point

type ProjectInfo

type ProjectInfo = sys.ProjectInfo

type ProjectInfoIndexReq

type ProjectInfoIndexReq = sys.ProjectInfoIndexReq

type ProjectInfoIndexResp

type ProjectInfoIndexResp = sys.ProjectInfoIndexResp

type ProjectWithID

type ProjectWithID = sys.ProjectWithID

type Response

type Response = sys.Response

type RoleApiAuthReq

type RoleApiAuthReq = sys.RoleApiAuthReq

type RoleApiIndexReq

type RoleApiIndexReq = sys.RoleApiIndexReq

type RoleApiIndexResp

type RoleApiIndexResp = sys.RoleApiIndexResp

type RoleApiMultiUpdateReq

type RoleApiMultiUpdateReq = sys.RoleApiMultiUpdateReq

type RoleAppIndexReq

type RoleAppIndexReq = sys.RoleAppIndexReq

type RoleAppIndexResp

type RoleAppIndexResp = sys.RoleAppIndexResp

type RoleAppMultiUpdateReq

type RoleAppMultiUpdateReq = sys.RoleAppMultiUpdateReq

type RoleAppUpdateReq

type RoleAppUpdateReq = sys.RoleAppUpdateReq

type RoleInfo

type RoleInfo = sys.RoleInfo

type RoleInfoIndexReq

type RoleInfoIndexReq = sys.RoleInfoIndexReq

type RoleInfoIndexResp

type RoleInfoIndexResp = sys.RoleInfoIndexResp

type RoleMenuIndexReq

type RoleMenuIndexReq = sys.RoleMenuIndexReq

type RoleMenuIndexResp

type RoleMenuIndexResp = sys.RoleMenuIndexResp

type RoleMenuMultiUpdateReq

type RoleMenuMultiUpdateReq = sys.RoleMenuMultiUpdateReq

type RoleModuleIndexReq

type RoleModuleIndexReq = sys.RoleModuleIndexReq

type RoleModuleIndexResp

type RoleModuleIndexResp = sys.RoleModuleIndexResp

type RoleModuleMultiUpdateReq

type RoleModuleMultiUpdateReq = sys.RoleModuleMultiUpdateReq

type TenantApiIndexReq

type TenantApiIndexReq = sys.TenantApiIndexReq

type TenantApiIndexResp

type TenantApiIndexResp = sys.TenantApiIndexResp

type TenantApiMultiUpdateReq

type TenantApiMultiUpdateReq = sys.TenantApiMultiUpdateReq

type TenantAppCreateReq

type TenantAppCreateReq = sys.TenantAppCreateReq

type TenantAppIndexReq

type TenantAppIndexReq = sys.TenantAppIndexReq

type TenantAppIndexResp

type TenantAppIndexResp = sys.TenantAppIndexResp

type TenantAppMenu

type TenantAppMenu = sys.TenantAppMenu

type TenantAppMenuIndexReq

type TenantAppMenuIndexReq = sys.TenantAppMenuIndexReq

type TenantAppMenuIndexResp

type TenantAppMenuIndexResp = sys.TenantAppMenuIndexResp

type TenantAppModule

type TenantAppModule = sys.TenantAppModule

type TenantAppMultiUpdateReq

type TenantAppMultiUpdateReq = sys.TenantAppMultiUpdateReq

type TenantAppWithIDOrCode

type TenantAppWithIDOrCode = sys.TenantAppWithIDOrCode

type TenantInfo

type TenantInfo = sys.TenantInfo

type TenantInfoCreateReq

type TenantInfoCreateReq = sys.TenantInfoCreateReq

type TenantInfoIndexReq

type TenantInfoIndexReq = sys.TenantInfoIndexReq

type TenantInfoIndexResp

type TenantInfoIndexResp = sys.TenantInfoIndexResp

type TenantModuleCreateReq

type TenantModuleCreateReq = sys.TenantModuleCreateReq

type TenantModuleIndexReq

type TenantModuleIndexReq = sys.TenantModuleIndexReq

type TenantModuleIndexResp

type TenantModuleIndexResp = sys.TenantModuleIndexResp

type TenantModuleWithIDOrCode

type TenantModuleWithIDOrCode = sys.TenantModuleWithIDOrCode

type UserArea

type UserArea = sys.UserArea

type UserAreaApplyCreateReq

type UserAreaApplyCreateReq = sys.UserAreaApplyCreateReq

type UserAreaApplyDealReq

type UserAreaApplyDealReq = sys.UserAreaApplyDealReq

type UserAreaApplyIndexReq

type UserAreaApplyIndexReq = sys.UserAreaApplyIndexReq

type UserAreaApplyIndexResp

type UserAreaApplyIndexResp = sys.UserAreaApplyIndexResp

type UserAreaApplyInfo

type UserAreaApplyInfo = sys.UserAreaApplyInfo

type UserAreaIndexReq

type UserAreaIndexReq = sys.UserAreaIndexReq

type UserAreaIndexResp

type UserAreaIndexResp = sys.UserAreaIndexResp

type UserAreaMultiDeleteReq

type UserAreaMultiDeleteReq = sys.UserAreaMultiDeleteReq

type UserAreaMultiUpdateReq

type UserAreaMultiUpdateReq = sys.UserAreaMultiUpdateReq

type UserCaptchaReq

type UserCaptchaReq = sys.UserCaptchaReq

type UserCaptchaResp

type UserCaptchaResp = sys.UserCaptchaResp

type UserChangePwdReq

type UserChangePwdReq = sys.UserChangePwdReq

type UserCheckTokenReq

type UserCheckTokenReq = sys.UserCheckTokenReq

type UserCheckTokenResp

type UserCheckTokenResp = sys.UserCheckTokenResp

type UserCreateResp

type UserCreateResp = sys.UserCreateResp

type UserForgetPwdReq

type UserForgetPwdReq = sys.UserForgetPwdReq

type UserInfo

type UserInfo = sys.UserInfo

type UserInfoCreateReq

type UserInfoCreateReq = sys.UserInfoCreateReq

type UserInfoDeleteReq

type UserInfoDeleteReq = sys.UserInfoDeleteReq

type UserInfoIndexReq

type UserInfoIndexReq = sys.UserInfoIndexReq

type UserInfoIndexResp

type UserInfoIndexResp = sys.UserInfoIndexResp

type UserInfoReadReq

type UserInfoReadReq = sys.UserInfoReadReq

type UserLoginReq

type UserLoginReq = sys.UserLoginReq

type UserLoginResp

type UserLoginResp = sys.UserLoginResp

type UserProject

type UserProject = sys.UserProject

type UserProjectIndexReq

type UserProjectIndexReq = sys.UserProjectIndexReq

type UserProjectIndexResp

type UserProjectIndexResp = sys.UserProjectIndexResp

type UserProjectMultiUpdateReq

type UserProjectMultiUpdateReq = sys.UserProjectMultiUpdateReq

type UserRegisterReq

type UserRegisterReq = sys.UserRegisterReq

type UserRegisterResp

type UserRegisterResp = sys.UserRegisterResp

type UserRoleIndexReq

type UserRoleIndexReq = sys.UserRoleIndexReq

type UserRoleIndexResp

type UserRoleIndexResp = sys.UserRoleIndexResp

type UserRoleMultiUpdateReq

type UserRoleMultiUpdateReq = sys.UserRoleMultiUpdateReq

type WithAppCodeID

type WithAppCodeID = sys.WithAppCodeID

type WithID

type WithID = sys.WithID

type WithIDCode

type WithIDCode = sys.WithIDCode

Jump to

Keyboard shortcuts

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