Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2026 Changes in this version + func RegisterAccessManagerServer(s *grpc.Server, srv AccessManagerServer) + type AccessManagerClient interface + BindUserRole func(ctx context.Context, in *BindUserRoleRequest, opts ...grpc.CallOption) (*BindUserRoleResponse, error) + CanDo func(ctx context.Context, in *CanDoRequest, opts ...grpc.CallOption) (*CanDoResponse, error) + CreateRole func(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption) (*CreateRoleResponse, error) + DeleteRoles func(ctx context.Context, in *DeleteRolesRequest, opts ...grpc.CallOption) (*DeleteRolesResponse, error) + DescribeRoles func(ctx context.Context, in *DescribeRolesRequest, opts ...grpc.CallOption) (*DescribeRolesResponse, error) + DescribeRolesWithUser func(ctx context.Context, in *DescribeRolesRequest, opts ...grpc.CallOption) (*DescribeRolesWithUserResponse, error) + GetRole func(ctx context.Context, in *GetRoleRequest, opts ...grpc.CallOption) (*GetRoleResponse, error) + GetRoleModule func(ctx context.Context, in *GetRoleModuleRequest, opts ...grpc.CallOption) (*GetRoleModuleResponse, error) + GetRoleWithUser func(ctx context.Context, in *GetRoleRequest, opts ...grpc.CallOption) (*GetRoleWithUserResponse, error) + GetVersion func(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error) + ModifyRole func(ctx context.Context, in *ModifyRoleRequest, opts ...grpc.CallOption) (*ModifyRoleResponse, error) + ModifyRoleModule func(ctx context.Context, in *ModifyRoleModuleRequest, opts ...grpc.CallOption) (*ModifyRoleModuleResponse, error) + UnbindUserRole func(ctx context.Context, in *UnbindUserRoleRequest, opts ...grpc.CallOption) (*UnbindUserRoleResponse, error) + func NewAccessManagerClient(cc *grpc.ClientConn) AccessManagerClient + type AccessManagerServer interface + BindUserRole func(context.Context, *BindUserRoleRequest) (*BindUserRoleResponse, error) + CanDo func(context.Context, *CanDoRequest) (*CanDoResponse, error) + CreateRole func(context.Context, *CreateRoleRequest) (*CreateRoleResponse, error) + DeleteRoles func(context.Context, *DeleteRolesRequest) (*DeleteRolesResponse, error) + DescribeRoles func(context.Context, *DescribeRolesRequest) (*DescribeRolesResponse, error) + DescribeRolesWithUser func(context.Context, *DescribeRolesRequest) (*DescribeRolesWithUserResponse, error) + GetRole func(context.Context, *GetRoleRequest) (*GetRoleResponse, error) + GetRoleModule func(context.Context, *GetRoleModuleRequest) (*GetRoleModuleResponse, error) + GetRoleWithUser func(context.Context, *GetRoleRequest) (*GetRoleWithUserResponse, error) + GetVersion func(context.Context, *GetVersionRequest) (*GetVersionResponse, error) + ModifyRole func(context.Context, *ModifyRoleRequest) (*ModifyRoleResponse, error) + ModifyRoleModule func(context.Context, *ModifyRoleModuleRequest) (*ModifyRoleModuleResponse, error) + UnbindUserRole func(context.Context, *UnbindUserRoleRequest) (*UnbindUserRoleResponse, error) + type ActionBundle struct + ActionBundleId string + ActionBundleName string + ApiSet []*Api + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ActionBundle) Descriptor() ([]byte, []int) + func (*ActionBundle) ProtoMessage() + func (m *ActionBundle) GetActionBundleId() string + func (m *ActionBundle) GetActionBundleName() string + func (m *ActionBundle) GetApiSet() []*Api + func (m *ActionBundle) Reset() + func (m *ActionBundle) String() string + func (m *ActionBundle) XXX_DiscardUnknown() + func (m *ActionBundle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ActionBundle) XXX_Merge(src proto.Message) + func (m *ActionBundle) XXX_Size() int + func (m *ActionBundle) XXX_Unmarshal(b []byte) error + type Api struct + ApiId string + ApiMethod string + Url string + UrlMethod string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Api) Descriptor() ([]byte, []int) + func (*Api) ProtoMessage() + func (m *Api) GetApiId() string + func (m *Api) GetApiMethod() string + func (m *Api) GetUrl() string + func (m *Api) GetUrlMethod() string + func (m *Api) Reset() + func (m *Api) String() string + func (m *Api) XXX_DiscardUnknown() + func (m *Api) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Api) XXX_Merge(src proto.Message) + func (m *Api) XXX_Size() int + func (m *Api) XXX_Unmarshal(b []byte) error + type BindUserRoleRequest struct + RoleId []string + UserId []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BindUserRoleRequest) Descriptor() ([]byte, []int) + func (*BindUserRoleRequest) ProtoMessage() + func (m *BindUserRoleRequest) GetRoleId() []string + func (m *BindUserRoleRequest) GetUserId() []string + func (m *BindUserRoleRequest) Reset() + func (m *BindUserRoleRequest) String() string + func (m *BindUserRoleRequest) XXX_DiscardUnknown() + func (m *BindUserRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BindUserRoleRequest) XXX_Merge(src proto.Message) + func (m *BindUserRoleRequest) XXX_Size() int + func (m *BindUserRoleRequest) XXX_Unmarshal(b []byte) error + type BindUserRoleResponse struct + RoleId []string + UserId []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BindUserRoleResponse) Descriptor() ([]byte, []int) + func (*BindUserRoleResponse) ProtoMessage() + func (m *BindUserRoleResponse) GetRoleId() []string + func (m *BindUserRoleResponse) GetUserId() []string + func (m *BindUserRoleResponse) Reset() + func (m *BindUserRoleResponse) String() string + func (m *BindUserRoleResponse) XXX_DiscardUnknown() + func (m *BindUserRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BindUserRoleResponse) XXX_Merge(src proto.Message) + func (m *BindUserRoleResponse) XXX_Size() int + func (m *BindUserRoleResponse) XXX_Unmarshal(b []byte) error + type CanDoRequest struct + ApiMethod string + Url string + UrlMethod string + UserId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CanDoRequest) Descriptor() ([]byte, []int) + func (*CanDoRequest) ProtoMessage() + func (m *CanDoRequest) GetApiMethod() string + func (m *CanDoRequest) GetUrl() string + func (m *CanDoRequest) GetUrlMethod() string + func (m *CanDoRequest) GetUserId() string + func (m *CanDoRequest) Reset() + func (m *CanDoRequest) String() string + func (m *CanDoRequest) XXX_DiscardUnknown() + func (m *CanDoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CanDoRequest) XXX_Merge(src proto.Message) + func (m *CanDoRequest) XXX_Size() int + func (m *CanDoRequest) XXX_Unmarshal(b []byte) error + type CanDoResponse struct + AccessPath string + OwnerPath string + UserId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CanDoResponse) Descriptor() ([]byte, []int) + func (*CanDoResponse) ProtoMessage() + func (m *CanDoResponse) GetAccessPath() string + func (m *CanDoResponse) GetOwnerPath() string + func (m *CanDoResponse) GetUserId() string + func (m *CanDoResponse) Reset() + func (m *CanDoResponse) String() string + func (m *CanDoResponse) XXX_DiscardUnknown() + func (m *CanDoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CanDoResponse) XXX_Merge(src proto.Message) + func (m *CanDoResponse) XXX_Size() int + func (m *CanDoResponse) XXX_Unmarshal(b []byte) error + type CreateRoleRequest struct + Description string + Owner string + OwnerPath string + Portal string + RoleName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateRoleRequest) Descriptor() ([]byte, []int) + func (*CreateRoleRequest) ProtoMessage() + func (m *CreateRoleRequest) GetDescription() string + func (m *CreateRoleRequest) GetOwner() string + func (m *CreateRoleRequest) GetOwnerPath() string + func (m *CreateRoleRequest) GetPortal() string + func (m *CreateRoleRequest) GetRoleName() string + func (m *CreateRoleRequest) Reset() + func (m *CreateRoleRequest) String() string + func (m *CreateRoleRequest) XXX_DiscardUnknown() + func (m *CreateRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateRoleRequest) XXX_Merge(src proto.Message) + func (m *CreateRoleRequest) XXX_Size() int + func (m *CreateRoleRequest) XXX_Unmarshal(b []byte) error + type CreateRoleResponse struct + RoleId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateRoleResponse) Descriptor() ([]byte, []int) + func (*CreateRoleResponse) ProtoMessage() + func (m *CreateRoleResponse) GetRoleId() string + func (m *CreateRoleResponse) Reset() + func (m *CreateRoleResponse) String() string + func (m *CreateRoleResponse) XXX_DiscardUnknown() + func (m *CreateRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateRoleResponse) XXX_Merge(src proto.Message) + func (m *CreateRoleResponse) XXX_Size() int + func (m *CreateRoleResponse) XXX_Unmarshal(b []byte) error + type DeleteRolesRequest struct + RoleId []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteRolesRequest) Descriptor() ([]byte, []int) + func (*DeleteRolesRequest) ProtoMessage() + func (m *DeleteRolesRequest) GetRoleId() []string + func (m *DeleteRolesRequest) Reset() + func (m *DeleteRolesRequest) String() string + func (m *DeleteRolesRequest) XXX_DiscardUnknown() + func (m *DeleteRolesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteRolesRequest) XXX_Merge(src proto.Message) + func (m *DeleteRolesRequest) XXX_Size() int + func (m *DeleteRolesRequest) XXX_Unmarshal(b []byte) error + type DeleteRolesResponse struct + RoleId []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteRolesResponse) Descriptor() ([]byte, []int) + func (*DeleteRolesResponse) ProtoMessage() + func (m *DeleteRolesResponse) GetRoleId() []string + func (m *DeleteRolesResponse) Reset() + func (m *DeleteRolesResponse) String() string + func (m *DeleteRolesResponse) XXX_DiscardUnknown() + func (m *DeleteRolesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteRolesResponse) XXX_Merge(src proto.Message) + func (m *DeleteRolesResponse) XXX_Size() int + func (m *DeleteRolesResponse) XXX_Unmarshal(b []byte) error + type DescribeRolesRequest struct + ActionBundleId []string + Limit uint32 + Offset uint32 + Portal []string + Reverse bool + RoleId []string + RoleName []string + SearchWord string + SortKey string + Status []string + UserId []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DescribeRolesRequest) Descriptor() ([]byte, []int) + func (*DescribeRolesRequest) ProtoMessage() + func (m *DescribeRolesRequest) GetActionBundleId() []string + func (m *DescribeRolesRequest) GetLimit() uint32 + func (m *DescribeRolesRequest) GetOffset() uint32 + func (m *DescribeRolesRequest) GetPortal() []string + func (m *DescribeRolesRequest) GetReverse() bool + func (m *DescribeRolesRequest) GetRoleId() []string + func (m *DescribeRolesRequest) GetRoleName() []string + func (m *DescribeRolesRequest) GetSearchWord() string + func (m *DescribeRolesRequest) GetSortKey() string + func (m *DescribeRolesRequest) GetStatus() []string + func (m *DescribeRolesRequest) GetUserId() []string + func (m *DescribeRolesRequest) Reset() + func (m *DescribeRolesRequest) String() string + func (m *DescribeRolesRequest) XXX_DiscardUnknown() + func (m *DescribeRolesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DescribeRolesRequest) XXX_Merge(src proto.Message) + func (m *DescribeRolesRequest) XXX_Size() int + func (m *DescribeRolesRequest) XXX_Unmarshal(b []byte) error + type DescribeRolesResponse struct + RoleSet []*Role + Total uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DescribeRolesResponse) Descriptor() ([]byte, []int) + func (*DescribeRolesResponse) ProtoMessage() + func (m *DescribeRolesResponse) GetRoleSet() []*Role + func (m *DescribeRolesResponse) GetTotal() uint32 + func (m *DescribeRolesResponse) Reset() + func (m *DescribeRolesResponse) String() string + func (m *DescribeRolesResponse) XXX_DiscardUnknown() + func (m *DescribeRolesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DescribeRolesResponse) XXX_Merge(src proto.Message) + func (m *DescribeRolesResponse) XXX_Size() int + func (m *DescribeRolesResponse) XXX_Unmarshal(b []byte) error + type DescribeRolesWithUserResponse struct + RoleSet []*RoleWithUser + Total uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DescribeRolesWithUserResponse) Descriptor() ([]byte, []int) + func (*DescribeRolesWithUserResponse) ProtoMessage() + func (m *DescribeRolesWithUserResponse) GetRoleSet() []*RoleWithUser + func (m *DescribeRolesWithUserResponse) GetTotal() uint32 + func (m *DescribeRolesWithUserResponse) Reset() + func (m *DescribeRolesWithUserResponse) String() string + func (m *DescribeRolesWithUserResponse) XXX_DiscardUnknown() + func (m *DescribeRolesWithUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DescribeRolesWithUserResponse) XXX_Merge(src proto.Message) + func (m *DescribeRolesWithUserResponse) XXX_Size() int + func (m *DescribeRolesWithUserResponse) XXX_Unmarshal(b []byte) error + type ErrorDetail struct + Cause string + ErrorName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ErrorDetail) Descriptor() ([]byte, []int) + func (*ErrorDetail) ProtoMessage() + func (m *ErrorDetail) GetCause() string + func (m *ErrorDetail) GetErrorName() string + func (m *ErrorDetail) Reset() + func (m *ErrorDetail) String() string + func (m *ErrorDetail) XXX_DiscardUnknown() + func (m *ErrorDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ErrorDetail) XXX_Merge(src proto.Message) + func (m *ErrorDetail) XXX_Size() int + func (m *ErrorDetail) XXX_Unmarshal(b []byte) error + type Feature struct + ActionBundleSet []*ActionBundle + CheckedActionBundleIdSet []string + FeatureId string + FeatureName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Feature) Descriptor() ([]byte, []int) + func (*Feature) ProtoMessage() + func (m *Feature) GetActionBundleSet() []*ActionBundle + func (m *Feature) GetCheckedActionBundleIdSet() []string + func (m *Feature) GetFeatureId() string + func (m *Feature) GetFeatureName() string + func (m *Feature) Reset() + func (m *Feature) String() string + func (m *Feature) XXX_DiscardUnknown() + func (m *Feature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Feature) XXX_Merge(src proto.Message) + func (m *Feature) XXX_Size() int + func (m *Feature) XXX_Unmarshal(b []byte) error + type GetRoleModuleRequest struct + RoleId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetRoleModuleRequest) Descriptor() ([]byte, []int) + func (*GetRoleModuleRequest) ProtoMessage() + func (m *GetRoleModuleRequest) GetRoleId() string + func (m *GetRoleModuleRequest) Reset() + func (m *GetRoleModuleRequest) String() string + func (m *GetRoleModuleRequest) XXX_DiscardUnknown() + func (m *GetRoleModuleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetRoleModuleRequest) XXX_Merge(src proto.Message) + func (m *GetRoleModuleRequest) XXX_Size() int + func (m *GetRoleModuleRequest) XXX_Unmarshal(b []byte) error + type GetRoleModuleResponse struct + Module *Module + RoleId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetRoleModuleResponse) Descriptor() ([]byte, []int) + func (*GetRoleModuleResponse) ProtoMessage() + func (m *GetRoleModuleResponse) GetModule() *Module + func (m *GetRoleModuleResponse) GetRoleId() string + func (m *GetRoleModuleResponse) Reset() + func (m *GetRoleModuleResponse) String() string + func (m *GetRoleModuleResponse) XXX_DiscardUnknown() + func (m *GetRoleModuleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetRoleModuleResponse) XXX_Merge(src proto.Message) + func (m *GetRoleModuleResponse) XXX_Size() int + func (m *GetRoleModuleResponse) XXX_Unmarshal(b []byte) error + type GetRoleRequest struct + RoleId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetRoleRequest) Descriptor() ([]byte, []int) + func (*GetRoleRequest) ProtoMessage() + func (m *GetRoleRequest) GetRoleId() string + func (m *GetRoleRequest) Reset() + func (m *GetRoleRequest) String() string + func (m *GetRoleRequest) XXX_DiscardUnknown() + func (m *GetRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetRoleRequest) XXX_Merge(src proto.Message) + func (m *GetRoleRequest) XXX_Size() int + func (m *GetRoleRequest) XXX_Unmarshal(b []byte) error + type GetRoleResponse struct + Role *Role + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetRoleResponse) Descriptor() ([]byte, []int) + func (*GetRoleResponse) ProtoMessage() + func (m *GetRoleResponse) GetRole() *Role + func (m *GetRoleResponse) Reset() + func (m *GetRoleResponse) String() string + func (m *GetRoleResponse) XXX_DiscardUnknown() + func (m *GetRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetRoleResponse) XXX_Merge(src proto.Message) + func (m *GetRoleResponse) XXX_Size() int + func (m *GetRoleResponse) XXX_Unmarshal(b []byte) error + type GetRoleWithUserResponse struct + Role *RoleWithUser + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetRoleWithUserResponse) Descriptor() ([]byte, []int) + func (*GetRoleWithUserResponse) ProtoMessage() + func (m *GetRoleWithUserResponse) GetRole() *RoleWithUser + func (m *GetRoleWithUserResponse) Reset() + func (m *GetRoleWithUserResponse) String() string + func (m *GetRoleWithUserResponse) XXX_DiscardUnknown() + func (m *GetRoleWithUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetRoleWithUserResponse) XXX_Merge(src proto.Message) + func (m *GetRoleWithUserResponse) XXX_Size() int + func (m *GetRoleWithUserResponse) XXX_Unmarshal(b []byte) error + type GetVersionRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetVersionRequest) Descriptor() ([]byte, []int) + func (*GetVersionRequest) ProtoMessage() + func (m *GetVersionRequest) Reset() + func (m *GetVersionRequest) String() string + func (m *GetVersionRequest) XXX_DiscardUnknown() + func (m *GetVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetVersionRequest) XXX_Merge(src proto.Message) + func (m *GetVersionRequest) XXX_Size() int + func (m *GetVersionRequest) XXX_Unmarshal(b []byte) error + type GetVersionResponse struct + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetVersionResponse) Descriptor() ([]byte, []int) + func (*GetVersionResponse) ProtoMessage() + func (m *GetVersionResponse) GetVersion() string + func (m *GetVersionResponse) Reset() + func (m *GetVersionResponse) String() string + func (m *GetVersionResponse) XXX_DiscardUnknown() + func (m *GetVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetVersionResponse) XXX_Merge(src proto.Message) + func (m *GetVersionResponse) XXX_Size() int + func (m *GetVersionResponse) XXX_Unmarshal(b []byte) error + type ModifyRoleModuleRequest struct + Module *Module + RoleId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModifyRoleModuleRequest) Descriptor() ([]byte, []int) + func (*ModifyRoleModuleRequest) ProtoMessage() + func (m *ModifyRoleModuleRequest) GetModule() *Module + func (m *ModifyRoleModuleRequest) GetRoleId() string + func (m *ModifyRoleModuleRequest) Reset() + func (m *ModifyRoleModuleRequest) String() string + func (m *ModifyRoleModuleRequest) XXX_DiscardUnknown() + func (m *ModifyRoleModuleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModifyRoleModuleRequest) XXX_Merge(src proto.Message) + func (m *ModifyRoleModuleRequest) XXX_Size() int + func (m *ModifyRoleModuleRequest) XXX_Unmarshal(b []byte) error + type ModifyRoleModuleResponse struct + RoleId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModifyRoleModuleResponse) Descriptor() ([]byte, []int) + func (*ModifyRoleModuleResponse) ProtoMessage() + func (m *ModifyRoleModuleResponse) GetRoleId() string + func (m *ModifyRoleModuleResponse) Reset() + func (m *ModifyRoleModuleResponse) String() string + func (m *ModifyRoleModuleResponse) XXX_DiscardUnknown() + func (m *ModifyRoleModuleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModifyRoleModuleResponse) XXX_Merge(src proto.Message) + func (m *ModifyRoleModuleResponse) XXX_Size() int + func (m *ModifyRoleModuleResponse) XXX_Unmarshal(b []byte) error + type ModifyRoleRequest struct + Description string + RoleId string + RoleName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModifyRoleRequest) Descriptor() ([]byte, []int) + func (*ModifyRoleRequest) ProtoMessage() + func (m *ModifyRoleRequest) GetDescription() string + func (m *ModifyRoleRequest) GetRoleId() string + func (m *ModifyRoleRequest) GetRoleName() string + func (m *ModifyRoleRequest) Reset() + func (m *ModifyRoleRequest) String() string + func (m *ModifyRoleRequest) XXX_DiscardUnknown() + func (m *ModifyRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModifyRoleRequest) XXX_Merge(src proto.Message) + func (m *ModifyRoleRequest) XXX_Size() int + func (m *ModifyRoleRequest) XXX_Unmarshal(b []byte) error + type ModifyRoleResponse struct + RoleId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModifyRoleResponse) Descriptor() ([]byte, []int) + func (*ModifyRoleResponse) ProtoMessage() + func (m *ModifyRoleResponse) GetRoleId() string + func (m *ModifyRoleResponse) Reset() + func (m *ModifyRoleResponse) String() string + func (m *ModifyRoleResponse) XXX_DiscardUnknown() + func (m *ModifyRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModifyRoleResponse) XXX_Merge(src proto.Message) + func (m *ModifyRoleResponse) XXX_Size() int + func (m *ModifyRoleResponse) XXX_Unmarshal(b []byte) error + type Module struct + ModuleElemSet []*ModuleElem + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Module) Descriptor() ([]byte, []int) + func (*Module) ProtoMessage() + func (m *Module) GetModuleElemSet() []*ModuleElem + func (m *Module) Reset() + func (m *Module) String() string + func (m *Module) XXX_DiscardUnknown() + func (m *Module) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Module) XXX_Merge(src proto.Message) + func (m *Module) XXX_Size() int + func (m *Module) XXX_Unmarshal(b []byte) error + type ModuleElem struct + DataLevel string + FeatureSet []*Feature + IsCheckAll bool + ModuleId string + ModuleName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModuleElem) Descriptor() ([]byte, []int) + func (*ModuleElem) ProtoMessage() + func (m *ModuleElem) GetDataLevel() string + func (m *ModuleElem) GetFeatureSet() []*Feature + func (m *ModuleElem) GetIsCheckAll() bool + func (m *ModuleElem) GetModuleId() string + func (m *ModuleElem) GetModuleName() string + func (m *ModuleElem) Reset() + func (m *ModuleElem) String() string + func (m *ModuleElem) XXX_DiscardUnknown() + func (m *ModuleElem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModuleElem) XXX_Merge(src proto.Message) + func (m *ModuleElem) XXX_Size() int + func (m *ModuleElem) XXX_Unmarshal(b []byte) error + type Role struct + Controller string + CreateTime *timestamp.Timestamp + Description string + Owner string + OwnerPath string + Portal string + RoleId string + RoleName string + Status string + StatusTime *timestamp.Timestamp + UpdateTime *timestamp.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Role) Descriptor() ([]byte, []int) + func (*Role) ProtoMessage() + func (m *Role) GetController() string + func (m *Role) GetCreateTime() *timestamp.Timestamp + func (m *Role) GetDescription() string + func (m *Role) GetOwner() string + func (m *Role) GetOwnerPath() string + func (m *Role) GetPortal() string + func (m *Role) GetRoleId() string + func (m *Role) GetRoleName() string + func (m *Role) GetStatus() string + func (m *Role) GetStatusTime() *timestamp.Timestamp + func (m *Role) GetUpdateTime() *timestamp.Timestamp + func (m *Role) Reset() + func (m *Role) String() string + func (m *Role) XXX_DiscardUnknown() + func (m *Role) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Role) XXX_Merge(src proto.Message) + func (m *Role) XXX_Size() int + func (m *Role) XXX_Unmarshal(b []byte) error + type RoleWithUser struct + Role *Role + UserIdSet []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RoleWithUser) Descriptor() ([]byte, []int) + func (*RoleWithUser) ProtoMessage() + func (m *RoleWithUser) GetRole() *Role + func (m *RoleWithUser) GetUserIdSet() []string + func (m *RoleWithUser) Reset() + func (m *RoleWithUser) String() string + func (m *RoleWithUser) XXX_DiscardUnknown() + func (m *RoleWithUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RoleWithUser) XXX_Merge(src proto.Message) + func (m *RoleWithUser) XXX_Size() int + func (m *RoleWithUser) XXX_Unmarshal(b []byte) error + type UnbindUserRoleRequest struct + RoleId []string + UserId []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnbindUserRoleRequest) Descriptor() ([]byte, []int) + func (*UnbindUserRoleRequest) ProtoMessage() + func (m *UnbindUserRoleRequest) GetRoleId() []string + func (m *UnbindUserRoleRequest) GetUserId() []string + func (m *UnbindUserRoleRequest) Reset() + func (m *UnbindUserRoleRequest) String() string + func (m *UnbindUserRoleRequest) XXX_DiscardUnknown() + func (m *UnbindUserRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnbindUserRoleRequest) XXX_Merge(src proto.Message) + func (m *UnbindUserRoleRequest) XXX_Size() int + func (m *UnbindUserRoleRequest) XXX_Unmarshal(b []byte) error + type UnbindUserRoleResponse struct + RoleId []string + UserId []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnbindUserRoleResponse) Descriptor() ([]byte, []int) + func (*UnbindUserRoleResponse) ProtoMessage() + func (m *UnbindUserRoleResponse) GetRoleId() []string + func (m *UnbindUserRoleResponse) GetUserId() []string + func (m *UnbindUserRoleResponse) Reset() + func (m *UnbindUserRoleResponse) String() string + func (m *UnbindUserRoleResponse) XXX_DiscardUnknown() + func (m *UnbindUserRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnbindUserRoleResponse) XXX_Merge(src proto.Message) + func (m *UnbindUserRoleResponse) XXX_Size() int + func (m *UnbindUserRoleResponse) XXX_Unmarshal(b []byte) error