Documentation ¶
Index ¶
- type Access
- type AccessInfo
- type AccessInfoIndexReq
- type AccessInfoIndexResp
- type ApiInfo
- type ApiInfoIndexReq
- type ApiInfoIndexResp
- type AppInfo
- type AppInfoIndexReq
- type AppInfoIndexResp
- type AppModuleIndexReq
- type AppModuleIndexResp
- type AppModuleMultiUpdateReq
- type AreaInfo
- type AreaInfoIndexReq
- type AreaInfoIndexResp
- type AreaInfoReadReq
- type AreaWithID
- type AuthApiInfo
- type ConfigResp
- type DateRange
- type JwtToken
- type LoginLogCreateReq
- type LoginLogIndexReq
- type LoginLogIndexResp
- type LoginLogInfo
- type Map
- type MenuInfo
- type MenuInfoIndexReq
- type MenuInfoIndexResp
- type ModuleInfo
- type ModuleInfoIndexReq
- type ModuleInfoIndexResp
- type OperLogCreateReq
- type OperLogIndexReq
- type OperLogIndexResp
- type OperLogInfo
- type PageInfo
- type PageInfo_OrderBy
- type Point
- type ProjectInfo
- type ProjectInfoIndexReq
- type ProjectInfoIndexResp
- type ProjectWithID
- type Response
- type RoleApiAuthReq
- type RoleApiIndexReq
- type RoleApiIndexResp
- type RoleApiMultiUpdateReq
- type RoleAppIndexReq
- type RoleAppIndexResp
- type RoleAppMultiUpdateReq
- type RoleAppUpdateReq
- type RoleInfo
- type RoleInfoIndexReq
- type RoleInfoIndexResp
- type RoleMenuIndexReq
- type RoleMenuIndexResp
- type RoleMenuMultiUpdateReq
- type RoleModuleIndexReq
- type RoleModuleIndexResp
- type RoleModuleMultiUpdateReq
- type TenantApiIndexReq
- type TenantApiIndexResp
- type TenantApiMultiUpdateReq
- type TenantAppCreateReq
- type TenantAppIndexReq
- type TenantAppIndexResp
- type TenantAppMenu
- type TenantAppMenuIndexReq
- type TenantAppMenuIndexResp
- type TenantAppModule
- type TenantAppMultiUpdateReq
- type TenantAppWithIDOrCode
- type TenantInfo
- type TenantInfoCreateReq
- type TenantInfoIndexReq
- type TenantInfoIndexResp
- type TenantModuleCreateReq
- type TenantModuleIndexReq
- type TenantModuleIndexResp
- type TenantModuleWithIDOrCode
- type UserArea
- type UserAreaApplyCreateReq
- type UserAreaApplyDealReq
- type UserAreaApplyIndexReq
- type UserAreaApplyIndexResp
- type UserAreaApplyInfo
- type UserAreaIndexReq
- type UserAreaIndexResp
- type UserAreaMultiDeleteReq
- type UserAreaMultiUpdateReq
- type UserCaptchaReq
- type UserCaptchaResp
- type UserChangePwdReq
- type UserCheckTokenReq
- type UserCheckTokenResp
- type UserCreateResp
- type UserForgetPwdReq
- type UserInfo
- type UserInfoCreateReq
- type UserInfoDeleteReq
- type UserInfoIndexReq
- type UserInfoIndexResp
- type UserInfoReadReq
- type UserLoginReq
- type UserLoginResp
- type UserProject
- type UserProjectIndexReq
- type UserProjectIndexResp
- type UserProjectMultiUpdateReq
- type UserRegisterReq
- type UserRegisterResp
- type UserRoleIndexReq
- type UserRoleIndexResp
- type UserRoleMultiUpdateReq
- type WithAppCodeID
- type WithID
- type WithIDCode
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 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 ApiInfoIndexReq ¶
type ApiInfoIndexReq = sys.ApiInfoIndexReq
type ApiInfoIndexResp ¶
type ApiInfoIndexResp = sys.ApiInfoIndexResp
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 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 LoginLogCreateReq ¶
type LoginLogCreateReq = sys.LoginLogCreateReq
type LoginLogIndexReq ¶
type LoginLogIndexReq = sys.LoginLogIndexReq
type LoginLogIndexResp ¶
type LoginLogIndexResp = sys.LoginLogIndexResp
type LoginLogInfo ¶
type LoginLogInfo = sys.LoginLogInfo
type MenuInfoIndexReq ¶
type MenuInfoIndexReq = sys.MenuInfoIndexReq
type MenuInfoIndexResp ¶
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_OrderBy ¶
type PageInfo_OrderBy = sys.PageInfo_OrderBy
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 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 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 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 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 WithIDCode ¶
type WithIDCode = sys.WithIDCode
Click to show internal directories.
Click to hide internal directories.