Documentation ¶
Index ¶
- type AddPolicyReq
- type AddPolicyResp
- type AddRoleReq
- type AddRoleResp
- type ChangePasswordReq
- type ChangePasswordResp
- type DeleteRoleReq
- type DeleteRoleResp
- type DeleteUserReq
- type DeleteUserResp
- type EnforceReq
- type EnforceResp
- type FindUserByUsernameReq
- type FindUserByUsernameResp
- type QuerySelfInfoReq
- type QuerySelfInfoResp
- type QueryUserDetailReq
- type QueryUserDetailResp
- type QueryUserListReq
- type QueryUserListResp
- type RegisterReq
- type RegisterResp
- type ResetPasswordReq
- type ResetPasswordResp
- type Role
- type RoleResp
- type RoleTreeListResp
- type RoleTreeReq
- type RoleTreeResp
- type Rule
- type SetSelfInfoReq
- type SetSelfInfoResp
- type SetUserInfoReq
- type SetUserInfoResp
- type SetUserRoleReq
- type SetUserRoleResp
- type UpdateRoleReq
- type UpdateRoleResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddPolicyReq ¶
type AddPolicyReq = system.AddPolicyReq
type AddPolicyResp ¶
type AddPolicyResp = system.AddPolicyResp
type AddRoleReq ¶
type AddRoleReq = system.AddRoleReq
type AddRoleResp ¶
type AddRoleResp = system.AddRoleResp
type ChangePasswordReq ¶
type ChangePasswordReq = system.ChangePasswordReq
type ChangePasswordResp ¶
type ChangePasswordResp = system.ChangePasswordResp
type DeleteRoleReq ¶
type DeleteRoleReq = system.DeleteRoleReq
type DeleteRoleResp ¶
type DeleteRoleResp = system.DeleteRoleResp
type DeleteUserReq ¶
type DeleteUserReq = system.DeleteUserReq
type DeleteUserResp ¶
type DeleteUserResp = system.DeleteUserResp
type EnforceReq ¶
type EnforceReq = system.EnforceReq
type EnforceResp ¶
type EnforceResp = system.EnforceResp
type FindUserByUsernameReq ¶
type FindUserByUsernameReq = system.FindUserByUsernameReq
type FindUserByUsernameResp ¶
type FindUserByUsernameResp = system.FindUserByUsernameResp
type QuerySelfInfoReq ¶
type QuerySelfInfoReq = system.QuerySelfInfoReq
type QuerySelfInfoResp ¶
type QuerySelfInfoResp = system.QuerySelfInfoResp
type QueryUserDetailReq ¶
type QueryUserDetailReq = system.QueryUserDetailReq
type QueryUserDetailResp ¶
type QueryUserDetailResp = system.QueryUserDetailResp
type QueryUserListReq ¶
type QueryUserListReq = system.QueryUserListReq
type QueryUserListResp ¶
type QueryUserListResp = system.QueryUserListResp
type RegisterReq ¶
type RegisterReq = system.RegisterReq
type RegisterResp ¶
type RegisterResp = system.RegisterResp
type ResetPasswordReq ¶
type ResetPasswordReq = system.ResetPasswordReq
type ResetPasswordResp ¶
type ResetPasswordResp = system.ResetPasswordResp
type Role ¶
type Role interface { AddRole(ctx context.Context, in *AddRoleReq, opts ...grpc.CallOption) (*AddRoleResp, error) DeleteRole(ctx context.Context, in *DeleteRoleReq, opts ...grpc.CallOption) (*DeleteRoleResp, error) UpdateRole(ctx context.Context, in *UpdateRoleReq, opts ...grpc.CallOption) (*UpdateRoleResp, error) RoleTree(ctx context.Context, in *RoleTreeReq, opts ...grpc.CallOption) (*RoleTreeListResp, error) }
type RoleTreeListResp ¶
type RoleTreeListResp = system.RoleTreeListResp
type RoleTreeReq ¶
type RoleTreeReq = system.RoleTreeReq
type RoleTreeResp ¶
type RoleTreeResp = system.RoleTreeResp
type SetSelfInfoReq ¶
type SetSelfInfoReq = system.SetSelfInfoReq
type SetSelfInfoResp ¶
type SetSelfInfoResp = system.SetSelfInfoResp
type SetUserInfoReq ¶
type SetUserInfoReq = system.SetUserInfoReq
type SetUserInfoResp ¶
type SetUserInfoResp = system.SetUserInfoResp
type SetUserRoleReq ¶
type SetUserRoleReq = system.SetUserRoleReq
type SetUserRoleResp ¶
type SetUserRoleResp = system.SetUserRoleResp
type UpdateRoleReq ¶
type UpdateRoleReq = system.UpdateRoleReq
type UpdateRoleResp ¶
type UpdateRoleResp = system.UpdateRoleResp
Click to show internal directories.
Click to hide internal directories.