Documentation ¶
Index ¶
- type Api
- type ApiInfo
- type BaseResp
- type BatchCreateUserReq
- type ChangeDept
- type ChangePasswdReq
- type ChangePositionReq
- type CreateApiReq
- type CreateMenuParamReq
- type CreateMenuReq
- type CreateRoleReq
- type CreateStationReq
- type CreateTenantReq
- type CreateTokenReq
- type CreateUserReq
- type Empty
- type GetApiListResp
- type GetApiResp
- type GetMenuListReq
- type GetMenuListResp
- type GetParamsByMenuResp
- type GetRoleResp
- type GetStationByUserResp
- type GetStationListResp
- type GetStationResp
- type GetTeantListResp
- type GetTenantResp
- type GetTokenListReq
- type GetTokenListResp
- type GetTokenResp
- type GrantApiToRoleReq
- type GrantMenuToRoleReq
- type GrantMenusToRoleReq
- type GrantRoleReq
- type GrantRoleToStationReq
- type IDReq
- type IDResp
- type IDsReq
- type IDsResp
- type LoginReq
- type LoginResp
- type MenuInfo
- type MenuParamInfo
- type Meta
- type PageInfoReq
- type ReplaceUserReq
- type RoleInfo
- type RoleListResp
- type StationInfo
- type StationUserReq
- type StatusCodeReq
- type TSRU
- type TenantInfo
- type TokenInfo
- type UpdateApiReq
- type UpdateMenuParamsReq
- type UpdateMenuReq
- type UpdatePeriodReq
- type UpdateProfileReq
- type UpdateRoleReq
- type UpdateStationReq
- type UpdateStatusReq
- type UpdateTenantReq
- type UserInfoResp
- type UserListResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api interface { CreateApi(ctx context.Context, in *CreateApiReq, opts ...grpc.CallOption) (*BaseResp, error) DeleteApi(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*BaseResp, error) UpdateApi(ctx context.Context, in *UpdateApiReq, opts ...grpc.CallOption) (*BaseResp, error) GetApi(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*GetApiResp, error) GetApiListByMenu(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*GetApiListResp, error) }
type BatchCreateUserReq ¶
type BatchCreateUserReq = pb.BatchCreateUserReq
type ChangeDept ¶
type ChangeDept = pb.ChangeDept
type ChangePasswdReq ¶
type ChangePasswdReq = pb.ChangePasswdReq
type ChangePositionReq ¶
type ChangePositionReq = pb.ChangePositionReq
type CreateApiReq ¶
type CreateApiReq = pb.CreateApiReq
type CreateMenuParamReq ¶
type CreateMenuParamReq = pb.CreateMenuParamReq
type CreateMenuReq ¶
type CreateMenuReq = pb.CreateMenuReq
type CreateRoleReq ¶
type CreateRoleReq = pb.CreateRoleReq
type CreateStationReq ¶
type CreateStationReq = pb.CreateStationReq
type CreateTenantReq ¶
type CreateTenantReq = pb.CreateTenantReq
type CreateTokenReq ¶
type CreateTokenReq = pb.CreateTokenReq
type CreateUserReq ¶
type CreateUserReq = pb.CreateUserReq
type GetApiListResp ¶
type GetApiListResp = pb.GetApiListResp
type GetApiResp ¶
type GetApiResp = pb.GetApiResp
type GetMenuListReq ¶
type GetMenuListReq = pb.GetMenuListReq
type GetMenuListResp ¶
type GetMenuListResp = pb.GetMenuListResp
type GetParamsByMenuResp ¶
type GetParamsByMenuResp = pb.GetParamsByMenuResp
type GetRoleResp ¶
type GetRoleResp = pb.GetRoleResp
type GetStationByUserResp ¶
type GetStationByUserResp = pb.GetStationByUserResp
type GetStationListResp ¶
type GetStationListResp = pb.GetStationListResp
type GetStationResp ¶
type GetStationResp = pb.GetStationResp
type GetTeantListResp ¶
type GetTeantListResp = pb.GetTeantListResp
type GetTenantResp ¶
type GetTenantResp = pb.GetTenantResp
type GetTokenListReq ¶
type GetTokenListReq = pb.GetTokenListReq
type GetTokenListResp ¶
type GetTokenListResp = pb.GetTokenListResp
type GetTokenResp ¶
type GetTokenResp = pb.GetTokenResp
type GrantApiToRoleReq ¶
type GrantApiToRoleReq = pb.GrantApiToRoleReq
type GrantMenuToRoleReq ¶
type GrantMenuToRoleReq = pb.GrantMenuToRoleReq
type GrantMenusToRoleReq ¶
type GrantMenusToRoleReq = pb.GrantMenusToRoleReq
type GrantRoleReq ¶
type GrantRoleReq = pb.GrantRoleReq
type GrantRoleToStationReq ¶
type GrantRoleToStationReq = pb.GrantRoleToStationReq
type MenuParamInfo ¶
type MenuParamInfo = pb.MenuParamInfo
type PageInfoReq ¶
type PageInfoReq = pb.PageInfoReq
type ReplaceUserReq ¶
type ReplaceUserReq = pb.ReplaceUserReq
type RoleListResp ¶
type RoleListResp = pb.RoleListResp
type StationInfo ¶
type StationInfo = pb.StationInfo
type StationUserReq ¶
type StationUserReq = pb.StationUserReq
type StatusCodeReq ¶
type StatusCodeReq = pb.StatusCodeReq
type TenantInfo ¶
type TenantInfo = pb.TenantInfo
type UpdateApiReq ¶
type UpdateApiReq = pb.UpdateApiReq
type UpdateMenuParamsReq ¶
type UpdateMenuParamsReq = pb.UpdateMenuParamsReq
type UpdateMenuReq ¶
type UpdateMenuReq = pb.UpdateMenuReq
type UpdatePeriodReq ¶
type UpdatePeriodReq = pb.UpdatePeriodReq
type UpdateProfileReq ¶
type UpdateProfileReq = pb.UpdateProfileReq
type UpdateRoleReq ¶
type UpdateRoleReq = pb.UpdateRoleReq
type UpdateStationReq ¶
type UpdateStationReq = pb.UpdateStationReq
type UpdateStatusReq ¶
type UpdateStatusReq = pb.UpdateStatusReq
type UpdateTenantReq ¶
type UpdateTenantReq = pb.UpdateTenantReq
type UserInfoResp ¶
type UserInfoResp = pb.UserInfoResp
type UserListResp ¶
type UserListResp = pb.UserListResp
Click to show internal directories.
Click to hide internal directories.