menumanage

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 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 ApiDeleteReq

type ApiDeleteReq = sys.ApiDeleteReq

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 DataArea

type DataArea = sys.DataArea

type DataAreaIndexReq

type DataAreaIndexReq = sys.DataAreaIndexReq

type DataAreaIndexResp

type DataAreaIndexResp = sys.DataAreaIndexResp

type DataAreaMultiDeleteReq

type DataAreaMultiDeleteReq = sys.DataAreaMultiDeleteReq

type DataAreaMultiUpdateReq

type DataAreaMultiUpdateReq = sys.DataAreaMultiUpdateReq

type DataProject

type DataProject = sys.DataProject

type DataProjectIndexReq

type DataProjectIndexReq = sys.DataProjectIndexReq

type DataProjectIndexResp

type DataProjectIndexResp = sys.DataProjectIndexResp

type DataProjectMultiUpdateReq

type DataProjectMultiUpdateReq = sys.DataProjectMultiUpdateReq

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 MenuManage interface {
	MenuInfoCreate(ctx context.Context, in *MenuInfo, opts ...grpc.CallOption) (*WithID, error)
	MenuInfoIndex(ctx context.Context, in *MenuInfoIndexReq, opts ...grpc.CallOption) (*MenuInfoIndexResp, error)
	MenuInfoUpdate(ctx context.Context, in *MenuInfo, opts ...grpc.CallOption) (*Response, error)
	MenuInfoDelete(ctx context.Context, in *WithID, opts ...grpc.CallOption) (*Response, error)
}

func NewDirectMenuManage

func NewDirectMenuManage(svcCtx *svc.ServiceContext, svr sys.MenuManageServer) MenuManage

func NewMenuManage

func NewMenuManage(cli zrpc.Client) MenuManage

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 TenantApiInfo

type TenantApiInfo = sys.TenantApiInfo

type TenantAppApiIndexReq

type TenantAppApiIndexReq = sys.TenantAppApiIndexReq

type TenantAppApiIndexResp

type TenantAppApiIndexResp = sys.TenantAppApiIndexResp

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 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 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