Documentation ¶
Index ¶
- Constants
- Variables
- func ErrorAccountExisted(format string, args ...interface{}) *errors.Error
- func ErrorAccountForbidden(format string, args ...interface{}) *errors.Error
- func ErrorBizErrorApi(format string, args ...interface{}) *errors.Error
- func ErrorCaptchaInvalid(format string, args ...interface{}) *errors.Error
- func ErrorCodeNotMatch(format string, args ...interface{}) *errors.Error
- func ErrorContentMissing(format string, args ...interface{}) *errors.Error
- func ErrorDatabaseErr(format string, args ...interface{}) *errors.Error
- func ErrorInternalErr(format string, args ...interface{}) *errors.Error
- func ErrorLoginFail(format string, args ...interface{}) *errors.Error
- func ErrorRoleBindAccount(format string, args ...interface{}) *errors.Error
- func ErrorTentcentApi(format string, args ...interface{}) *errors.Error
- func ErrorUserNotFound(format string, args ...interface{}) *errors.Error
- func IsAccountExisted(err error) bool
- func IsAccountForbidden(err error) bool
- func IsBizErrorApi(err error) bool
- func IsCaptchaInvalid(err error) bool
- func IsCodeNotMatch(err error) bool
- func IsContentMissing(err error) bool
- func IsDatabaseErr(err error) bool
- func IsInternalErr(err error) bool
- func IsLoginFail(err error) bool
- func IsRoleBindAccount(err error) bool
- func IsTentcentApi(err error) bool
- func IsUserNotFound(err error) bool
- func RegisterApiHTTPServer(s *http.Server, srv ApiHTTPServer)
- func RegisterApiServer(s grpc.ServiceRegistrar, srv ApiServer)
- func RegisterDeptHTTPServer(s *http.Server, srv DeptHTTPServer)
- func RegisterDeptServer(s grpc.ServiceRegistrar, srv DeptServer)
- func RegisterDictDataHTTPServer(s *http.Server, srv DictDataHTTPServer)
- func RegisterDictDataServer(s grpc.ServiceRegistrar, srv DictDataServer)
- func RegisterDictTypeHTTPServer(s *http.Server, srv DictTypeHTTPServer)
- func RegisterDictTypeServer(s grpc.ServiceRegistrar, srv DictTypeServer)
- func RegisterMenusHTTPServer(s *http.Server, srv MenusHTTPServer)
- func RegisterMenusServer(s grpc.ServiceRegistrar, srv MenusServer)
- func RegisterRolesHTTPServer(s *http.Server, srv RolesHTTPServer)
- func RegisterRolesServer(s grpc.ServiceRegistrar, srv RolesServer)
- func RegisterSysPostHTTPServer(s *http.Server, srv SysPostHTTPServer)
- func RegisterSysPostServer(s grpc.ServiceRegistrar, srv SysPostServer)
- func RegisterSysuserHTTPServer(s *http.Server, srv SysuserHTTPServer)
- func RegisterSysuserServer(s grpc.ServiceRegistrar, srv SysuserServer)
- type AllApiReply
- func (*AllApiReply) Descriptor() ([]byte, []int)deprecated
- func (x *AllApiReply) GetData() []*ApiData
- func (*AllApiReply) ProtoMessage()
- func (x *AllApiReply) ProtoReflect() protoreflect.Message
- func (x *AllApiReply) Reset()
- func (x *AllApiReply) String() string
- func (m *AllApiReply) Validate() error
- func (m *AllApiReply) ValidateAll() error
- type AllApiReplyMultiError
- type AllApiReplyValidationError
- func (e AllApiReplyValidationError) Cause() error
- func (e AllApiReplyValidationError) Error() string
- func (e AllApiReplyValidationError) ErrorName() string
- func (e AllApiReplyValidationError) Field() string
- func (e AllApiReplyValidationError) Key() bool
- func (e AllApiReplyValidationError) Reason() string
- type AllApiRequest
- func (*AllApiRequest) Descriptor() ([]byte, []int)deprecated
- func (*AllApiRequest) ProtoMessage()
- func (x *AllApiRequest) ProtoReflect() protoreflect.Message
- func (x *AllApiRequest) Reset()
- func (x *AllApiRequest) String() string
- func (m *AllApiRequest) Validate() error
- func (m *AllApiRequest) ValidateAll() error
- type AllApiRequestMultiError
- type AllApiRequestValidationError
- func (e AllApiRequestValidationError) Cause() error
- func (e AllApiRequestValidationError) Error() string
- func (e AllApiRequestValidationError) ErrorName() string
- func (e AllApiRequestValidationError) Field() string
- func (e AllApiRequestValidationError) Key() bool
- func (e AllApiRequestValidationError) Reason() string
- type ApiBase
- func (*ApiBase) Descriptor() ([]byte, []int)deprecated
- func (x *ApiBase) GetMethod() string
- func (x *ApiBase) GetPath() string
- func (*ApiBase) ProtoMessage()
- func (x *ApiBase) ProtoReflect() protoreflect.Message
- func (x *ApiBase) Reset()
- func (x *ApiBase) String() string
- func (m *ApiBase) Validate() error
- func (m *ApiBase) ValidateAll() error
- type ApiBaseMultiError
- type ApiBaseValidationError
- type ApiClient
- type ApiData
- func (*ApiData) Descriptor() ([]byte, []int)deprecated
- func (x *ApiData) GetApiGroup() string
- func (x *ApiData) GetCreateTime() *timestamppb.Timestamp
- func (x *ApiData) GetDescription() string
- func (x *ApiData) GetId() int32
- func (x *ApiData) GetMethod() string
- func (x *ApiData) GetPath() string
- func (x *ApiData) GetUpdateTime() *timestamppb.Timestamp
- func (*ApiData) ProtoMessage()
- func (x *ApiData) ProtoReflect() protoreflect.Message
- func (x *ApiData) Reset()
- func (x *ApiData) String() string
- func (m *ApiData) Validate() error
- func (m *ApiData) ValidateAll() error
- type ApiDataMultiError
- type ApiDataValidationError
- type ApiHTTPClient
- type ApiHTTPClientImpl
- func (c *ApiHTTPClientImpl) AllApi(ctx context.Context, in *AllApiRequest, opts ...http.CallOption) (*AllApiReply, error)
- func (c *ApiHTTPClientImpl) CreateApi(ctx context.Context, in *CreateApiRequest, opts ...http.CallOption) (*CreateApiReply, error)
- func (c *ApiHTTPClientImpl) DeleteApi(ctx context.Context, in *DeleteApiRequest, opts ...http.CallOption) (*DeleteApiReply, error)
- func (c *ApiHTTPClientImpl) GetApi(ctx context.Context, in *GetApiRequest, opts ...http.CallOption) (*GetApiReply, error)
- func (c *ApiHTTPClientImpl) GetPolicyPathByRoleKey(ctx context.Context, in *GetPolicyPathByRoleKeyRequest, ...) (*GetPolicyPathByRoleKeyReply, error)
- func (c *ApiHTTPClientImpl) ListApi(ctx context.Context, in *ListApiRequest, opts ...http.CallOption) (*ListApiReply, error)
- func (c *ApiHTTPClientImpl) UpdateApi(ctx context.Context, in *UpdateApiRequest, opts ...http.CallOption) (*UpdateApiReply, error)
- type ApiHTTPServer
- type ApiServer
- type AuthReply
- func (*AuthReply) Descriptor() ([]byte, []int)deprecated
- func (x *AuthReply) GetMenus() []*MenuTreeAuth
- func (x *AuthReply) GetPermissions() []string
- func (x *AuthReply) GetRole() *AuthReply_Role
- func (x *AuthReply) GetUser() *AuthReply_User
- func (*AuthReply) ProtoMessage()
- func (x *AuthReply) ProtoReflect() protoreflect.Message
- func (x *AuthReply) Reset()
- func (x *AuthReply) String() string
- func (m *AuthReply) Validate() error
- func (m *AuthReply) ValidateAll() error
- type AuthReplyMultiError
- type AuthReplyValidationError
- type AuthReply_Role
- func (*AuthReply_Role) Descriptor() ([]byte, []int)deprecated
- func (x *AuthReply_Role) GetApiIds() *anypb.Any
- func (x *AuthReply_Role) GetCreateBy() string
- func (x *AuthReply_Role) GetCreatedAt() *timestamppb.Timestamp
- func (x *AuthReply_Role) GetDataScope() int32
- func (x *AuthReply_Role) GetDeptIds() *anypb.Any
- func (x *AuthReply_Role) GetMenuIds() *anypb.Any
- func (x *AuthReply_Role) GetRemark() string
- func (x *AuthReply_Role) GetRoleId() int64
- func (x *AuthReply_Role) GetRoleKey() string
- func (x *AuthReply_Role) GetRoleName() string
- func (x *AuthReply_Role) GetRoleSort() int32
- func (x *AuthReply_Role) GetStatus() int32
- func (x *AuthReply_Role) GetUpdateBy() string
- func (x *AuthReply_Role) GetUpdatedAt() *timestamppb.Timestamp
- func (*AuthReply_Role) ProtoMessage()
- func (x *AuthReply_Role) ProtoReflect() protoreflect.Message
- func (x *AuthReply_Role) Reset()
- func (x *AuthReply_Role) String() string
- func (m *AuthReply_Role) Validate() error
- func (m *AuthReply_Role) ValidateAll() error
- type AuthReply_RoleMultiError
- type AuthReply_RoleValidationError
- func (e AuthReply_RoleValidationError) Cause() error
- func (e AuthReply_RoleValidationError) Error() string
- func (e AuthReply_RoleValidationError) ErrorName() string
- func (e AuthReply_RoleValidationError) Field() string
- func (e AuthReply_RoleValidationError) Key() bool
- func (e AuthReply_RoleValidationError) Reason() string
- type AuthReply_User
- func (*AuthReply_User) Descriptor() ([]byte, []int)deprecated
- func (x *AuthReply_User) GetAvatar() string
- func (x *AuthReply_User) GetCreateBy() string
- func (x *AuthReply_User) GetCreatedAt() *timestamppb.Timestamp
- func (x *AuthReply_User) GetDeptId() int64
- func (x *AuthReply_User) GetEmail() string
- func (x *AuthReply_User) GetNickName() string
- func (x *AuthReply_User) GetPassword() string
- func (x *AuthReply_User) GetPhone() string
- func (x *AuthReply_User) GetPostId() int64
- func (x *AuthReply_User) GetPostIds() string
- func (x *AuthReply_User) GetRemark() string
- func (x *AuthReply_User) GetRoleId() int64
- func (x *AuthReply_User) GetRoleIds() string
- func (x *AuthReply_User) GetRoleName() string
- func (x *AuthReply_User) GetSalt() string
- func (x *AuthReply_User) GetSex() int32
- func (x *AuthReply_User) GetStatus() int32
- func (x *AuthReply_User) GetUpdateBy() string
- func (x *AuthReply_User) GetUpdatedAt() *timestamppb.Timestamp
- func (x *AuthReply_User) GetUserId() int64
- func (x *AuthReply_User) GetUsername() string
- func (*AuthReply_User) ProtoMessage()
- func (x *AuthReply_User) ProtoReflect() protoreflect.Message
- func (x *AuthReply_User) Reset()
- func (x *AuthReply_User) String() string
- func (m *AuthReply_User) Validate() error
- func (m *AuthReply_User) ValidateAll() error
- type AuthReply_UserMultiError
- type AuthReply_UserValidationError
- func (e AuthReply_UserValidationError) Cause() error
- func (e AuthReply_UserValidationError) Error() string
- func (e AuthReply_UserValidationError) ErrorName() string
- func (e AuthReply_UserValidationError) Field() string
- func (e AuthReply_UserValidationError) Key() bool
- func (e AuthReply_UserValidationError) Reason() string
- type AuthRequest
- func (*AuthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AuthRequest) GetUsername() string
- func (*AuthRequest) ProtoMessage()
- func (x *AuthRequest) ProtoReflect() protoreflect.Message
- func (x *AuthRequest) Reset()
- func (x *AuthRequest) String() string
- func (m *AuthRequest) Validate() error
- func (m *AuthRequest) ValidateAll() error
- type AuthRequestMultiError
- type AuthRequestValidationError
- func (e AuthRequestValidationError) Cause() error
- func (e AuthRequestValidationError) Error() string
- func (e AuthRequestValidationError) ErrorName() string
- func (e AuthRequestValidationError) Field() string
- func (e AuthRequestValidationError) Key() bool
- func (e AuthRequestValidationError) Reason() string
- type ChangeRoleStatusReply
- func (*ChangeRoleStatusReply) Descriptor() ([]byte, []int)deprecated
- func (*ChangeRoleStatusReply) ProtoMessage()
- func (x *ChangeRoleStatusReply) ProtoReflect() protoreflect.Message
- func (x *ChangeRoleStatusReply) Reset()
- func (x *ChangeRoleStatusReply) String() string
- func (m *ChangeRoleStatusReply) Validate() error
- func (m *ChangeRoleStatusReply) ValidateAll() error
- type ChangeRoleStatusReplyMultiError
- type ChangeRoleStatusReplyValidationError
- func (e ChangeRoleStatusReplyValidationError) Cause() error
- func (e ChangeRoleStatusReplyValidationError) Error() string
- func (e ChangeRoleStatusReplyValidationError) ErrorName() string
- func (e ChangeRoleStatusReplyValidationError) Field() string
- func (e ChangeRoleStatusReplyValidationError) Key() bool
- func (e ChangeRoleStatusReplyValidationError) Reason() string
- type ChangeRoleStatusRequest
- func (*ChangeRoleStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeRoleStatusRequest) GetRoleId() int64
- func (x *ChangeRoleStatusRequest) GetStatus() int32
- func (*ChangeRoleStatusRequest) ProtoMessage()
- func (x *ChangeRoleStatusRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeRoleStatusRequest) Reset()
- func (x *ChangeRoleStatusRequest) String() string
- func (m *ChangeRoleStatusRequest) Validate() error
- func (m *ChangeRoleStatusRequest) ValidateAll() error
- type ChangeRoleStatusRequestMultiError
- type ChangeRoleStatusRequestValidationError
- func (e ChangeRoleStatusRequestValidationError) Cause() error
- func (e ChangeRoleStatusRequestValidationError) Error() string
- func (e ChangeRoleStatusRequestValidationError) ErrorName() string
- func (e ChangeRoleStatusRequestValidationError) Field() string
- func (e ChangeRoleStatusRequestValidationError) Key() bool
- func (e ChangeRoleStatusRequestValidationError) Reason() string
- type ChangeStatusReply
- func (*ChangeStatusReply) Descriptor() ([]byte, []int)deprecated
- func (*ChangeStatusReply) ProtoMessage()
- func (x *ChangeStatusReply) ProtoReflect() protoreflect.Message
- func (x *ChangeStatusReply) Reset()
- func (x *ChangeStatusReply) String() string
- func (m *ChangeStatusReply) Validate() error
- func (m *ChangeStatusReply) ValidateAll() error
- type ChangeStatusReplyMultiError
- type ChangeStatusReplyValidationError
- func (e ChangeStatusReplyValidationError) Cause() error
- func (e ChangeStatusReplyValidationError) Error() string
- func (e ChangeStatusReplyValidationError) ErrorName() string
- func (e ChangeStatusReplyValidationError) Field() string
- func (e ChangeStatusReplyValidationError) Key() bool
- func (e ChangeStatusReplyValidationError) Reason() string
- type ChangeStatusRequest
- func (*ChangeStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeStatusRequest) GetStatus() int32
- func (x *ChangeStatusRequest) GetUserId() int64
- func (*ChangeStatusRequest) ProtoMessage()
- func (x *ChangeStatusRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeStatusRequest) Reset()
- func (x *ChangeStatusRequest) String() string
- func (m *ChangeStatusRequest) Validate() error
- func (m *ChangeStatusRequest) ValidateAll() error
- type ChangeStatusRequestMultiError
- type ChangeStatusRequestValidationError
- func (e ChangeStatusRequestValidationError) Cause() error
- func (e ChangeStatusRequestValidationError) Error() string
- func (e ChangeStatusRequestValidationError) ErrorName() string
- func (e ChangeStatusRequestValidationError) Field() string
- func (e ChangeStatusRequestValidationError) Key() bool
- func (e ChangeStatusRequestValidationError) Reason() string
- type CommonReply
- func (*CommonReply) Descriptor() ([]byte, []int)deprecated
- func (x *CommonReply) GetCode() int32
- func (x *CommonReply) GetData() *anypb.Any
- func (x *CommonReply) GetMessage() string
- func (*CommonReply) ProtoMessage()
- func (x *CommonReply) ProtoReflect() protoreflect.Message
- func (x *CommonReply) Reset()
- func (x *CommonReply) String() string
- func (m *CommonReply) Validate() error
- func (m *CommonReply) ValidateAll() error
- type CommonReplyMultiError
- type CommonReplyValidationError
- func (e CommonReplyValidationError) Cause() error
- func (e CommonReplyValidationError) Error() string
- func (e CommonReplyValidationError) ErrorName() string
- func (e CommonReplyValidationError) Field() string
- func (e CommonReplyValidationError) Key() bool
- func (e CommonReplyValidationError) Reason() string
- type CreateApiReply
- func (*CreateApiReply) Descriptor() ([]byte, []int)deprecated
- func (*CreateApiReply) ProtoMessage()
- func (x *CreateApiReply) ProtoReflect() protoreflect.Message
- func (x *CreateApiReply) Reset()
- func (x *CreateApiReply) String() string
- func (m *CreateApiReply) Validate() error
- func (m *CreateApiReply) ValidateAll() error
- type CreateApiReplyMultiError
- type CreateApiReplyValidationError
- func (e CreateApiReplyValidationError) Cause() error
- func (e CreateApiReplyValidationError) Error() string
- func (e CreateApiReplyValidationError) ErrorName() string
- func (e CreateApiReplyValidationError) Field() string
- func (e CreateApiReplyValidationError) Key() bool
- func (e CreateApiReplyValidationError) Reason() string
- type CreateApiRequest
- func (*CreateApiRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateApiRequest) GetApiGroup() string
- func (x *CreateApiRequest) GetDescription() string
- func (x *CreateApiRequest) GetMethod() string
- func (x *CreateApiRequest) GetPath() string
- func (*CreateApiRequest) ProtoMessage()
- func (x *CreateApiRequest) ProtoReflect() protoreflect.Message
- func (x *CreateApiRequest) Reset()
- func (x *CreateApiRequest) String() string
- func (m *CreateApiRequest) Validate() error
- func (m *CreateApiRequest) ValidateAll() error
- type CreateApiRequestMultiError
- type CreateApiRequestValidationError
- func (e CreateApiRequestValidationError) Cause() error
- func (e CreateApiRequestValidationError) Error() string
- func (e CreateApiRequestValidationError) ErrorName() string
- func (e CreateApiRequestValidationError) Field() string
- func (e CreateApiRequestValidationError) Key() bool
- func (e CreateApiRequestValidationError) Reason() string
- type CreateDeptReply
- func (*CreateDeptReply) Descriptor() ([]byte, []int)deprecated
- func (*CreateDeptReply) ProtoMessage()
- func (x *CreateDeptReply) ProtoReflect() protoreflect.Message
- func (x *CreateDeptReply) Reset()
- func (x *CreateDeptReply) String() string
- func (m *CreateDeptReply) Validate() error
- func (m *CreateDeptReply) ValidateAll() error
- type CreateDeptReplyMultiError
- type CreateDeptReplyValidationError
- func (e CreateDeptReplyValidationError) Cause() error
- func (e CreateDeptReplyValidationError) Error() string
- func (e CreateDeptReplyValidationError) ErrorName() string
- func (e CreateDeptReplyValidationError) Field() string
- func (e CreateDeptReplyValidationError) Key() bool
- func (e CreateDeptReplyValidationError) Reason() string
- type CreateDeptRequest
- func (*CreateDeptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeptRequest) GetDeptName() string
- func (x *CreateDeptRequest) GetEmail() string
- func (x *CreateDeptRequest) GetLeader() string
- func (x *CreateDeptRequest) GetParentId() int64
- func (x *CreateDeptRequest) GetPhone() string
- func (x *CreateDeptRequest) GetSort() int32
- func (x *CreateDeptRequest) GetStatus() int32
- func (*CreateDeptRequest) ProtoMessage()
- func (x *CreateDeptRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeptRequest) Reset()
- func (x *CreateDeptRequest) String() string
- func (m *CreateDeptRequest) Validate() error
- func (m *CreateDeptRequest) ValidateAll() error
- type CreateDeptRequestMultiError
- type CreateDeptRequestValidationError
- func (e CreateDeptRequestValidationError) Cause() error
- func (e CreateDeptRequestValidationError) Error() string
- func (e CreateDeptRequestValidationError) ErrorName() string
- func (e CreateDeptRequestValidationError) Field() string
- func (e CreateDeptRequestValidationError) Key() bool
- func (e CreateDeptRequestValidationError) Reason() string
- type CreateDictDataReply
- func (*CreateDictDataReply) Descriptor() ([]byte, []int)deprecated
- func (*CreateDictDataReply) ProtoMessage()
- func (x *CreateDictDataReply) ProtoReflect() protoreflect.Message
- func (x *CreateDictDataReply) Reset()
- func (x *CreateDictDataReply) String() string
- func (m *CreateDictDataReply) Validate() error
- func (m *CreateDictDataReply) ValidateAll() error
- type CreateDictDataReplyMultiError
- type CreateDictDataReplyValidationError
- func (e CreateDictDataReplyValidationError) Cause() error
- func (e CreateDictDataReplyValidationError) Error() string
- func (e CreateDictDataReplyValidationError) ErrorName() string
- func (e CreateDictDataReplyValidationError) Field() string
- func (e CreateDictDataReplyValidationError) Key() bool
- func (e CreateDictDataReplyValidationError) Reason() string
- type CreateDictDataRequest
- func (*CreateDictDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDictDataRequest) GetDictLabel() string
- func (x *CreateDictDataRequest) GetDictSort() uint32
- func (x *CreateDictDataRequest) GetDictType() string
- func (x *CreateDictDataRequest) GetDictValue() string
- func (x *CreateDictDataRequest) GetRemark() string
- func (x *CreateDictDataRequest) GetStatus() int32
- func (*CreateDictDataRequest) ProtoMessage()
- func (x *CreateDictDataRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDictDataRequest) Reset()
- func (x *CreateDictDataRequest) String() string
- func (m *CreateDictDataRequest) Validate() error
- func (m *CreateDictDataRequest) ValidateAll() error
- type CreateDictDataRequestMultiError
- type CreateDictDataRequestValidationError
- func (e CreateDictDataRequestValidationError) Cause() error
- func (e CreateDictDataRequestValidationError) Error() string
- func (e CreateDictDataRequestValidationError) ErrorName() string
- func (e CreateDictDataRequestValidationError) Field() string
- func (e CreateDictDataRequestValidationError) Key() bool
- func (e CreateDictDataRequestValidationError) Reason() string
- type CreateDictTypeReply
- func (*CreateDictTypeReply) Descriptor() ([]byte, []int)deprecated
- func (*CreateDictTypeReply) ProtoMessage()
- func (x *CreateDictTypeReply) ProtoReflect() protoreflect.Message
- func (x *CreateDictTypeReply) Reset()
- func (x *CreateDictTypeReply) String() string
- func (m *CreateDictTypeReply) Validate() error
- func (m *CreateDictTypeReply) ValidateAll() error
- type CreateDictTypeReplyMultiError
- type CreateDictTypeReplyValidationError
- func (e CreateDictTypeReplyValidationError) Cause() error
- func (e CreateDictTypeReplyValidationError) Error() string
- func (e CreateDictTypeReplyValidationError) ErrorName() string
- func (e CreateDictTypeReplyValidationError) Field() string
- func (e CreateDictTypeReplyValidationError) Key() bool
- func (e CreateDictTypeReplyValidationError) Reason() string
- type CreateDictTypeRequest
- func (*CreateDictTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDictTypeRequest) GetDictName() string
- func (x *CreateDictTypeRequest) GetDictType() string
- func (x *CreateDictTypeRequest) GetRemark() string
- func (x *CreateDictTypeRequest) GetStatus() int32
- func (*CreateDictTypeRequest) ProtoMessage()
- func (x *CreateDictTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDictTypeRequest) Reset()
- func (x *CreateDictTypeRequest) String() string
- func (m *CreateDictTypeRequest) Validate() error
- func (m *CreateDictTypeRequest) ValidateAll() error
- type CreateDictTypeRequestMultiError
- type CreateDictTypeRequestValidationError
- func (e CreateDictTypeRequestValidationError) Cause() error
- func (e CreateDictTypeRequestValidationError) Error() string
- func (e CreateDictTypeRequestValidationError) ErrorName() string
- func (e CreateDictTypeRequestValidationError) Field() string
- func (e CreateDictTypeRequestValidationError) Key() bool
- func (e CreateDictTypeRequestValidationError) Reason() string
- type CreateMenusReply
- func (*CreateMenusReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMenusReply) GetMenus() []*MenuTree
- func (x *CreateMenusReply) GetPermissions() []string
- func (*CreateMenusReply) ProtoMessage()
- func (x *CreateMenusReply) ProtoReflect() protoreflect.Message
- func (x *CreateMenusReply) Reset()
- func (x *CreateMenusReply) String() string
- func (m *CreateMenusReply) Validate() error
- func (m *CreateMenusReply) ValidateAll() error
- type CreateMenusReplyMultiError
- type CreateMenusReplyValidationError
- func (e CreateMenusReplyValidationError) Cause() error
- func (e CreateMenusReplyValidationError) Error() string
- func (e CreateMenusReplyValidationError) ErrorName() string
- func (e CreateMenusReplyValidationError) Field() string
- func (e CreateMenusReplyValidationError) Key() bool
- func (e CreateMenusReplyValidationError) Reason() string
- type CreateMenusRequest
- func (*CreateMenusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMenusRequest) GetComponent() string
- func (x *CreateMenusRequest) GetIcon() string
- func (x *CreateMenusRequest) GetIsAffix() int32
- func (x *CreateMenusRequest) GetIsHide() int64
- func (x *CreateMenusRequest) GetIsIframe() int32
- func (x *CreateMenusRequest) GetIsKeepAlive() int32
- func (x *CreateMenusRequest) GetIsLink() string
- func (x *CreateMenusRequest) GetMenuName() string
- func (x *CreateMenusRequest) GetMenuType() string
- func (x *CreateMenusRequest) GetParentId() int32
- func (x *CreateMenusRequest) GetPath() string
- func (x *CreateMenusRequest) GetPermission() string
- func (x *CreateMenusRequest) GetRemark() string
- func (x *CreateMenusRequest) GetSort() int32
- func (x *CreateMenusRequest) GetStatus() int32
- func (x *CreateMenusRequest) GetTitle() string
- func (*CreateMenusRequest) ProtoMessage()
- func (x *CreateMenusRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMenusRequest) Reset()
- func (x *CreateMenusRequest) String() string
- func (m *CreateMenusRequest) Validate() error
- func (m *CreateMenusRequest) ValidateAll() error
- type CreateMenusRequestMultiError
- type CreateMenusRequestValidationError
- func (e CreateMenusRequestValidationError) Cause() error
- func (e CreateMenusRequestValidationError) Error() string
- func (e CreateMenusRequestValidationError) ErrorName() string
- func (e CreateMenusRequestValidationError) Field() string
- func (e CreateMenusRequestValidationError) Key() bool
- func (e CreateMenusRequestValidationError) Reason() string
- type CreatePostReply
- func (*CreatePostReply) Descriptor() ([]byte, []int)deprecated
- func (*CreatePostReply) ProtoMessage()
- func (x *CreatePostReply) ProtoReflect() protoreflect.Message
- func (x *CreatePostReply) Reset()
- func (x *CreatePostReply) String() string
- func (m *CreatePostReply) Validate() error
- func (m *CreatePostReply) ValidateAll() error
- type CreatePostReplyMultiError
- type CreatePostReplyValidationError
- func (e CreatePostReplyValidationError) Cause() error
- func (e CreatePostReplyValidationError) Error() string
- func (e CreatePostReplyValidationError) ErrorName() string
- func (e CreatePostReplyValidationError) Field() string
- func (e CreatePostReplyValidationError) Key() bool
- func (e CreatePostReplyValidationError) Reason() string
- type CreatePostRequest
- func (*CreatePostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePostRequest) GetPostCode() string
- func (x *CreatePostRequest) GetPostName() string
- func (x *CreatePostRequest) GetRemark() string
- func (x *CreatePostRequest) GetSort() int32
- func (x *CreatePostRequest) GetStatus() int32
- func (*CreatePostRequest) ProtoMessage()
- func (x *CreatePostRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePostRequest) Reset()
- func (x *CreatePostRequest) String() string
- func (m *CreatePostRequest) Validate() error
- func (m *CreatePostRequest) ValidateAll() error
- type CreatePostRequestMultiError
- type CreatePostRequestValidationError
- func (e CreatePostRequestValidationError) Cause() error
- func (e CreatePostRequestValidationError) Error() string
- func (e CreatePostRequestValidationError) ErrorName() string
- func (e CreatePostRequestValidationError) Field() string
- func (e CreatePostRequestValidationError) Key() bool
- func (e CreatePostRequestValidationError) Reason() string
- type CreateRolesReply
- func (*CreateRolesReply) Descriptor() ([]byte, []int)deprecated
- func (*CreateRolesReply) ProtoMessage()
- func (x *CreateRolesReply) ProtoReflect() protoreflect.Message
- func (x *CreateRolesReply) Reset()
- func (x *CreateRolesReply) String() string
- func (m *CreateRolesReply) Validate() error
- func (m *CreateRolesReply) ValidateAll() error
- type CreateRolesReplyMultiError
- type CreateRolesReplyValidationError
- func (e CreateRolesReplyValidationError) Cause() error
- func (e CreateRolesReplyValidationError) Error() string
- func (e CreateRolesReplyValidationError) ErrorName() string
- func (e CreateRolesReplyValidationError) Field() string
- func (e CreateRolesReplyValidationError) Key() bool
- func (e CreateRolesReplyValidationError) Reason() string
- type CreateRolesRequest
- func (*CreateRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRolesRequest) GetApiIds() []*ApiBase
- func (x *CreateRolesRequest) GetDataScope() int32
- func (x *CreateRolesRequest) GetDefaultRouter() string
- func (x *CreateRolesRequest) GetMenuIds() []int64
- func (x *CreateRolesRequest) GetParentId() int64
- func (x *CreateRolesRequest) GetRemark() string
- func (x *CreateRolesRequest) GetRoleKey() string
- func (x *CreateRolesRequest) GetRoleName() string
- func (x *CreateRolesRequest) GetSort() int32
- func (x *CreateRolesRequest) GetStatus() int32
- func (*CreateRolesRequest) ProtoMessage()
- func (x *CreateRolesRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRolesRequest) Reset()
- func (x *CreateRolesRequest) String() string
- func (m *CreateRolesRequest) Validate() error
- func (m *CreateRolesRequest) ValidateAll() error
- type CreateRolesRequestMultiError
- type CreateRolesRequestValidationError
- func (e CreateRolesRequestValidationError) Cause() error
- func (e CreateRolesRequestValidationError) Error() string
- func (e CreateRolesRequestValidationError) ErrorName() string
- func (e CreateRolesRequestValidationError) Field() string
- func (e CreateRolesRequestValidationError) Key() bool
- func (e CreateRolesRequestValidationError) Reason() string
- type CreateSysuserReply
- func (*CreateSysuserReply) Descriptor() ([]byte, []int)deprecated
- func (*CreateSysuserReply) ProtoMessage()
- func (x *CreateSysuserReply) ProtoReflect() protoreflect.Message
- func (x *CreateSysuserReply) Reset()
- func (x *CreateSysuserReply) String() string
- func (m *CreateSysuserReply) Validate() error
- func (m *CreateSysuserReply) ValidateAll() error
- type CreateSysuserReplyMultiError
- type CreateSysuserReplyValidationError
- func (e CreateSysuserReplyValidationError) Cause() error
- func (e CreateSysuserReplyValidationError) Error() string
- func (e CreateSysuserReplyValidationError) ErrorName() string
- func (e CreateSysuserReplyValidationError) Field() string
- func (e CreateSysuserReplyValidationError) Key() bool
- func (e CreateSysuserReplyValidationError) Reason() string
- type CreateSysuserRequest
- func (*CreateSysuserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSysuserRequest) GetAvatar() string
- func (x *CreateSysuserRequest) GetDeptId() int64
- func (x *CreateSysuserRequest) GetEmail() string
- func (x *CreateSysuserRequest) GetNickName() string
- func (x *CreateSysuserRequest) GetPassword() string
- func (x *CreateSysuserRequest) GetPhone() string
- func (x *CreateSysuserRequest) GetPostId() int64
- func (x *CreateSysuserRequest) GetPostIds() string
- func (x *CreateSysuserRequest) GetRemark() string
- func (x *CreateSysuserRequest) GetRoleId() int64
- func (x *CreateSysuserRequest) GetRoleIds() string
- func (x *CreateSysuserRequest) GetSecret() string
- func (x *CreateSysuserRequest) GetSex() int32
- func (x *CreateSysuserRequest) GetStatus() int32
- func (x *CreateSysuserRequest) GetUsername() string
- func (*CreateSysuserRequest) ProtoMessage()
- func (x *CreateSysuserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSysuserRequest) Reset()
- func (x *CreateSysuserRequest) String() string
- func (m *CreateSysuserRequest) Validate() error
- func (m *CreateSysuserRequest) ValidateAll() error
- type CreateSysuserRequestMultiError
- type CreateSysuserRequestValidationError
- func (e CreateSysuserRequestValidationError) Cause() error
- func (e CreateSysuserRequestValidationError) Error() string
- func (e CreateSysuserRequestValidationError) ErrorName() string
- func (e CreateSysuserRequestValidationError) Field() string
- func (e CreateSysuserRequestValidationError) Key() bool
- func (e CreateSysuserRequestValidationError) Reason() string
- type DataScopeReply
- func (*DataScopeReply) Descriptor() ([]byte, []int)deprecated
- func (*DataScopeReply) ProtoMessage()
- func (x *DataScopeReply) ProtoReflect() protoreflect.Message
- func (x *DataScopeReply) Reset()
- func (x *DataScopeReply) String() string
- func (m *DataScopeReply) Validate() error
- func (m *DataScopeReply) ValidateAll() error
- type DataScopeReplyMultiError
- type DataScopeReplyValidationError
- func (e DataScopeReplyValidationError) Cause() error
- func (e DataScopeReplyValidationError) Error() string
- func (e DataScopeReplyValidationError) ErrorName() string
- func (e DataScopeReplyValidationError) Field() string
- func (e DataScopeReplyValidationError) Key() bool
- func (e DataScopeReplyValidationError) Reason() string
- type DataScopeRequest
- func (*DataScopeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DataScopeRequest) GetDataScope() int32
- func (x *DataScopeRequest) GetRoleId() int64
- func (*DataScopeRequest) ProtoMessage()
- func (x *DataScopeRequest) ProtoReflect() protoreflect.Message
- func (x *DataScopeRequest) Reset()
- func (x *DataScopeRequest) String() string
- func (m *DataScopeRequest) Validate() error
- func (m *DataScopeRequest) ValidateAll() error
- type DataScopeRequestMultiError
- type DataScopeRequestValidationError
- func (e DataScopeRequestValidationError) Cause() error
- func (e DataScopeRequestValidationError) Error() string
- func (e DataScopeRequestValidationError) ErrorName() string
- func (e DataScopeRequestValidationError) Field() string
- func (e DataScopeRequestValidationError) Key() bool
- func (e DataScopeRequestValidationError) Reason() string
- type DeleteApiReply
- func (*DeleteApiReply) Descriptor() ([]byte, []int)deprecated
- func (*DeleteApiReply) ProtoMessage()
- func (x *DeleteApiReply) ProtoReflect() protoreflect.Message
- func (x *DeleteApiReply) Reset()
- func (x *DeleteApiReply) String() string
- func (m *DeleteApiReply) Validate() error
- func (m *DeleteApiReply) ValidateAll() error
- type DeleteApiReplyMultiError
- type DeleteApiReplyValidationError
- func (e DeleteApiReplyValidationError) Cause() error
- func (e DeleteApiReplyValidationError) Error() string
- func (e DeleteApiReplyValidationError) ErrorName() string
- func (e DeleteApiReplyValidationError) Field() string
- func (e DeleteApiReplyValidationError) Key() bool
- func (e DeleteApiReplyValidationError) Reason() string
- type DeleteApiRequest
- func (*DeleteApiRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteApiRequest) GetId() int64
- func (*DeleteApiRequest) ProtoMessage()
- func (x *DeleteApiRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteApiRequest) Reset()
- func (x *DeleteApiRequest) String() string
- func (m *DeleteApiRequest) Validate() error
- func (m *DeleteApiRequest) ValidateAll() error
- type DeleteApiRequestMultiError
- type DeleteApiRequestValidationError
- func (e DeleteApiRequestValidationError) Cause() error
- func (e DeleteApiRequestValidationError) Error() string
- func (e DeleteApiRequestValidationError) ErrorName() string
- func (e DeleteApiRequestValidationError) Field() string
- func (e DeleteApiRequestValidationError) Key() bool
- func (e DeleteApiRequestValidationError) Reason() string
- type DeleteDeptReply
- func (*DeleteDeptReply) Descriptor() ([]byte, []int)deprecated
- func (*DeleteDeptReply) ProtoMessage()
- func (x *DeleteDeptReply) ProtoReflect() protoreflect.Message
- func (x *DeleteDeptReply) Reset()
- func (x *DeleteDeptReply) String() string
- func (m *DeleteDeptReply) Validate() error
- func (m *DeleteDeptReply) ValidateAll() error
- type DeleteDeptReplyMultiError
- type DeleteDeptReplyValidationError
- func (e DeleteDeptReplyValidationError) Cause() error
- func (e DeleteDeptReplyValidationError) Error() string
- func (e DeleteDeptReplyValidationError) ErrorName() string
- func (e DeleteDeptReplyValidationError) Field() string
- func (e DeleteDeptReplyValidationError) Key() bool
- func (e DeleteDeptReplyValidationError) Reason() string
- type DeleteDeptRequest
- func (*DeleteDeptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDeptRequest) GetId() int64
- func (*DeleteDeptRequest) ProtoMessage()
- func (x *DeleteDeptRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDeptRequest) Reset()
- func (x *DeleteDeptRequest) String() string
- func (m *DeleteDeptRequest) Validate() error
- func (m *DeleteDeptRequest) ValidateAll() error
- type DeleteDeptRequestMultiError
- type DeleteDeptRequestValidationError
- func (e DeleteDeptRequestValidationError) Cause() error
- func (e DeleteDeptRequestValidationError) Error() string
- func (e DeleteDeptRequestValidationError) ErrorName() string
- func (e DeleteDeptRequestValidationError) Field() string
- func (e DeleteDeptRequestValidationError) Key() bool
- func (e DeleteDeptRequestValidationError) Reason() string
- type DeleteDictDataReply
- func (*DeleteDictDataReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictDataReply) GetDictCode() int64
- func (*DeleteDictDataReply) ProtoMessage()
- func (x *DeleteDictDataReply) ProtoReflect() protoreflect.Message
- func (x *DeleteDictDataReply) Reset()
- func (x *DeleteDictDataReply) String() string
- func (m *DeleteDictDataReply) Validate() error
- func (m *DeleteDictDataReply) ValidateAll() error
- type DeleteDictDataReplyMultiError
- type DeleteDictDataReplyValidationError
- func (e DeleteDictDataReplyValidationError) Cause() error
- func (e DeleteDictDataReplyValidationError) Error() string
- func (e DeleteDictDataReplyValidationError) ErrorName() string
- func (e DeleteDictDataReplyValidationError) Field() string
- func (e DeleteDictDataReplyValidationError) Key() bool
- func (e DeleteDictDataReplyValidationError) Reason() string
- type DeleteDictDataRequest
- func (*DeleteDictDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictDataRequest) GetDictCode() int64
- func (*DeleteDictDataRequest) ProtoMessage()
- func (x *DeleteDictDataRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDictDataRequest) Reset()
- func (x *DeleteDictDataRequest) String() string
- func (m *DeleteDictDataRequest) Validate() error
- func (m *DeleteDictDataRequest) ValidateAll() error
- type DeleteDictDataRequestMultiError
- type DeleteDictDataRequestValidationError
- func (e DeleteDictDataRequestValidationError) Cause() error
- func (e DeleteDictDataRequestValidationError) Error() string
- func (e DeleteDictDataRequestValidationError) ErrorName() string
- func (e DeleteDictDataRequestValidationError) Field() string
- func (e DeleteDictDataRequestValidationError) Key() bool
- func (e DeleteDictDataRequestValidationError) Reason() string
- type DeleteDictTypeReply
- func (*DeleteDictTypeReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictTypeReply) GetDictId() int64
- func (*DeleteDictTypeReply) ProtoMessage()
- func (x *DeleteDictTypeReply) ProtoReflect() protoreflect.Message
- func (x *DeleteDictTypeReply) Reset()
- func (x *DeleteDictTypeReply) String() string
- func (m *DeleteDictTypeReply) Validate() error
- func (m *DeleteDictTypeReply) ValidateAll() error
- type DeleteDictTypeReplyMultiError
- type DeleteDictTypeReplyValidationError
- func (e DeleteDictTypeReplyValidationError) Cause() error
- func (e DeleteDictTypeReplyValidationError) Error() string
- func (e DeleteDictTypeReplyValidationError) ErrorName() string
- func (e DeleteDictTypeReplyValidationError) Field() string
- func (e DeleteDictTypeReplyValidationError) Key() bool
- func (e DeleteDictTypeReplyValidationError) Reason() string
- type DeleteDictTypeRequest
- func (*DeleteDictTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictTypeRequest) GetDictId() int64
- func (*DeleteDictTypeRequest) ProtoMessage()
- func (x *DeleteDictTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDictTypeRequest) Reset()
- func (x *DeleteDictTypeRequest) String() string
- func (m *DeleteDictTypeRequest) Validate() error
- func (m *DeleteDictTypeRequest) ValidateAll() error
- type DeleteDictTypeRequestMultiError
- type DeleteDictTypeRequestValidationError
- func (e DeleteDictTypeRequestValidationError) Cause() error
- func (e DeleteDictTypeRequestValidationError) Error() string
- func (e DeleteDictTypeRequestValidationError) ErrorName() string
- func (e DeleteDictTypeRequestValidationError) Field() string
- func (e DeleteDictTypeRequestValidationError) Key() bool
- func (e DeleteDictTypeRequestValidationError) Reason() string
- type DeleteMenusReply
- func (*DeleteMenusReply) Descriptor() ([]byte, []int)deprecated
- func (*DeleteMenusReply) ProtoMessage()
- func (x *DeleteMenusReply) ProtoReflect() protoreflect.Message
- func (x *DeleteMenusReply) Reset()
- func (x *DeleteMenusReply) String() string
- func (m *DeleteMenusReply) Validate() error
- func (m *DeleteMenusReply) ValidateAll() error
- type DeleteMenusReplyMultiError
- type DeleteMenusReplyValidationError
- func (e DeleteMenusReplyValidationError) Cause() error
- func (e DeleteMenusReplyValidationError) Error() string
- func (e DeleteMenusReplyValidationError) ErrorName() string
- func (e DeleteMenusReplyValidationError) Field() string
- func (e DeleteMenusReplyValidationError) Key() bool
- func (e DeleteMenusReplyValidationError) Reason() string
- type DeleteMenusRequest
- func (*DeleteMenusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMenusRequest) GetId() int64
- func (*DeleteMenusRequest) ProtoMessage()
- func (x *DeleteMenusRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteMenusRequest) Reset()
- func (x *DeleteMenusRequest) String() string
- func (m *DeleteMenusRequest) Validate() error
- func (m *DeleteMenusRequest) ValidateAll() error
- type DeleteMenusRequestMultiError
- type DeleteMenusRequestValidationError
- func (e DeleteMenusRequestValidationError) Cause() error
- func (e DeleteMenusRequestValidationError) Error() string
- func (e DeleteMenusRequestValidationError) ErrorName() string
- func (e DeleteMenusRequestValidationError) Field() string
- func (e DeleteMenusRequestValidationError) Key() bool
- func (e DeleteMenusRequestValidationError) Reason() string
- type DeletePostReply
- func (*DeletePostReply) Descriptor() ([]byte, []int)deprecated
- func (*DeletePostReply) ProtoMessage()
- func (x *DeletePostReply) ProtoReflect() protoreflect.Message
- func (x *DeletePostReply) Reset()
- func (x *DeletePostReply) String() string
- func (m *DeletePostReply) Validate() error
- func (m *DeletePostReply) ValidateAll() error
- type DeletePostReplyMultiError
- type DeletePostReplyValidationError
- func (e DeletePostReplyValidationError) Cause() error
- func (e DeletePostReplyValidationError) Error() string
- func (e DeletePostReplyValidationError) ErrorName() string
- func (e DeletePostReplyValidationError) Field() string
- func (e DeletePostReplyValidationError) Key() bool
- func (e DeletePostReplyValidationError) Reason() string
- type DeletePostRequest
- func (*DeletePostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePostRequest) GetId() string
- func (*DeletePostRequest) ProtoMessage()
- func (x *DeletePostRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePostRequest) Reset()
- func (x *DeletePostRequest) String() string
- func (m *DeletePostRequest) Validate() error
- func (m *DeletePostRequest) ValidateAll() error
- type DeletePostRequestMultiError
- type DeletePostRequestValidationError
- func (e DeletePostRequestValidationError) Cause() error
- func (e DeletePostRequestValidationError) Error() string
- func (e DeletePostRequestValidationError) ErrorName() string
- func (e DeletePostRequestValidationError) Field() string
- func (e DeletePostRequestValidationError) Key() bool
- func (e DeletePostRequestValidationError) Reason() string
- type DeleteRolesReply
- func (*DeleteRolesReply) Descriptor() ([]byte, []int)deprecated
- func (*DeleteRolesReply) ProtoMessage()
- func (x *DeleteRolesReply) ProtoReflect() protoreflect.Message
- func (x *DeleteRolesReply) Reset()
- func (x *DeleteRolesReply) String() string
- func (m *DeleteRolesReply) Validate() error
- func (m *DeleteRolesReply) ValidateAll() error
- type DeleteRolesReplyMultiError
- type DeleteRolesReplyValidationError
- func (e DeleteRolesReplyValidationError) Cause() error
- func (e DeleteRolesReplyValidationError) Error() string
- func (e DeleteRolesReplyValidationError) ErrorName() string
- func (e DeleteRolesReplyValidationError) Field() string
- func (e DeleteRolesReplyValidationError) Key() bool
- func (e DeleteRolesReplyValidationError) Reason() string
- type DeleteRolesRequest
- func (*DeleteRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRolesRequest) GetId() string
- func (*DeleteRolesRequest) ProtoMessage()
- func (x *DeleteRolesRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRolesRequest) Reset()
- func (x *DeleteRolesRequest) String() string
- func (m *DeleteRolesRequest) Validate() error
- func (m *DeleteRolesRequest) ValidateAll() error
- type DeleteRolesRequestMultiError
- type DeleteRolesRequestValidationError
- func (e DeleteRolesRequestValidationError) Cause() error
- func (e DeleteRolesRequestValidationError) Error() string
- func (e DeleteRolesRequestValidationError) ErrorName() string
- func (e DeleteRolesRequestValidationError) Field() string
- func (e DeleteRolesRequestValidationError) Key() bool
- func (e DeleteRolesRequestValidationError) Reason() string
- type DeleteSysuserReply
- func (*DeleteSysuserReply) Descriptor() ([]byte, []int)deprecated
- func (*DeleteSysuserReply) ProtoMessage()
- func (x *DeleteSysuserReply) ProtoReflect() protoreflect.Message
- func (x *DeleteSysuserReply) Reset()
- func (x *DeleteSysuserReply) String() string
- func (m *DeleteSysuserReply) Validate() error
- func (m *DeleteSysuserReply) ValidateAll() error
- type DeleteSysuserReplyMultiError
- type DeleteSysuserReplyValidationError
- func (e DeleteSysuserReplyValidationError) Cause() error
- func (e DeleteSysuserReplyValidationError) Error() string
- func (e DeleteSysuserReplyValidationError) ErrorName() string
- func (e DeleteSysuserReplyValidationError) Field() string
- func (e DeleteSysuserReplyValidationError) Key() bool
- func (e DeleteSysuserReplyValidationError) Reason() string
- type DeleteSysuserRequest
- func (*DeleteSysuserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSysuserRequest) GetId() int64
- func (*DeleteSysuserRequest) ProtoMessage()
- func (x *DeleteSysuserRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSysuserRequest) Reset()
- func (x *DeleteSysuserRequest) String() string
- func (m *DeleteSysuserRequest) Validate() error
- func (m *DeleteSysuserRequest) ValidateAll() error
- type DeleteSysuserRequestMultiError
- type DeleteSysuserRequestValidationError
- func (e DeleteSysuserRequestValidationError) Cause() error
- func (e DeleteSysuserRequestValidationError) Error() string
- func (e DeleteSysuserRequestValidationError) ErrorName() string
- func (e DeleteSysuserRequestValidationError) Field() string
- func (e DeleteSysuserRequestValidationError) Key() bool
- func (e DeleteSysuserRequestValidationError) Reason() string
- type DeptClient
- type DeptData
- func (*DeptData) Descriptor() ([]byte, []int)deprecated
- func (x *DeptData) GetChildren() []*DeptData
- func (x *DeptData) GetCreateBy() string
- func (x *DeptData) GetCreateTime() *timestamppb.Timestamp
- func (x *DeptData) GetDeptId() int64
- func (x *DeptData) GetDeptName() string
- func (x *DeptData) GetDeptPath() string
- func (x *DeptData) GetEmail() string
- func (x *DeptData) GetLeader() string
- func (x *DeptData) GetParentId() int64
- func (x *DeptData) GetPhone() string
- func (x *DeptData) GetShort() int32
- func (x *DeptData) GetStatus() int32
- func (x *DeptData) GetUpdateTime() *timestamppb.Timestamp
- func (*DeptData) ProtoMessage()
- func (x *DeptData) ProtoReflect() protoreflect.Message
- func (x *DeptData) Reset()
- func (x *DeptData) String() string
- func (m *DeptData) Validate() error
- func (m *DeptData) ValidateAll() error
- type DeptDataMultiError
- type DeptDataValidationError
- type DeptHTTPClient
- type DeptHTTPClientImpl
- func (c *DeptHTTPClientImpl) CreateDept(ctx context.Context, in *CreateDeptRequest, opts ...http.CallOption) (*CreateDeptReply, error)
- func (c *DeptHTTPClientImpl) DeleteDept(ctx context.Context, in *DeleteDeptRequest, opts ...http.CallOption) (*DeleteDeptReply, error)
- func (c *DeptHTTPClientImpl) GetDeptTree(ctx context.Context, in *GetDeptTreeRequest, opts ...http.CallOption) (*GetDeptTreeReply, error)
- func (c *DeptHTTPClientImpl) ListDept(ctx context.Context, in *ListDeptRequest, opts ...http.CallOption) (*ListDeptReply, error)
- func (c *DeptHTTPClientImpl) RoleDeptTreeSelect(ctx context.Context, in *RoleDeptTreeSelectRequest, opts ...http.CallOption) (*RoleDeptTreeSelectReply, error)
- func (c *DeptHTTPClientImpl) UpdateDept(ctx context.Context, in *UpdateDeptRequest, opts ...http.CallOption) (*UpdateDeptReply, error)
- type DeptHTTPServer
- type DeptLabel
- func (*DeptLabel) Descriptor() ([]byte, []int)deprecated
- func (x *DeptLabel) GetChildren() []*DeptLabel
- func (x *DeptLabel) GetDeptId() int32
- func (x *DeptLabel) GetDeptName() string
- func (*DeptLabel) ProtoMessage()
- func (x *DeptLabel) ProtoReflect() protoreflect.Message
- func (x *DeptLabel) Reset()
- func (x *DeptLabel) String() string
- func (m *DeptLabel) Validate() error
- func (m *DeptLabel) ValidateAll() error
- type DeptLabelMultiError
- type DeptLabelValidationError
- type DeptServer
- type DeptTree
- func (*DeptTree) Descriptor() ([]byte, []int)deprecated
- func (x *DeptTree) GetChildren() []*DeptTree
- func (x *DeptTree) GetCreateBy() string
- func (x *DeptTree) GetCreateTime() *timestamppb.Timestamp
- func (x *DeptTree) GetDeptId() int64
- func (x *DeptTree) GetDeptName() string
- func (x *DeptTree) GetDeptPath() string
- func (x *DeptTree) GetEmail() string
- func (x *DeptTree) GetLeader() string
- func (x *DeptTree) GetParentId() int64
- func (x *DeptTree) GetPhone() string
- func (x *DeptTree) GetSort() int32
- func (x *DeptTree) GetStatus() int32
- func (x *DeptTree) GetUpdateBy() string
- func (x *DeptTree) GetUpdateTime() *timestamppb.Timestamp
- func (*DeptTree) ProtoMessage()
- func (x *DeptTree) ProtoReflect() protoreflect.Message
- func (x *DeptTree) Reset()
- func (x *DeptTree) String() string
- func (m *DeptTree) Validate() error
- func (m *DeptTree) ValidateAll() error
- type DeptTreeMultiError
- type DeptTreeValidationError
- type DictDataClient
- type DictDataContent
- func (*DictDataContent) Descriptor() ([]byte, []int)deprecated
- func (x *DictDataContent) GetCreateBy() string
- func (x *DictDataContent) GetCreateTime() *timestamppb.Timestamp
- func (x *DictDataContent) GetCssClass() string
- func (x *DictDataContent) GetDictCode() uint32
- func (x *DictDataContent) GetDictLabel() string
- func (x *DictDataContent) GetDictSort() uint32
- func (x *DictDataContent) GetDictType() string
- func (x *DictDataContent) GetDictValue() string
- func (x *DictDataContent) GetIsDefault() string
- func (x *DictDataContent) GetListClass() string
- func (x *DictDataContent) GetRemark() string
- func (x *DictDataContent) GetStatus() int32
- func (x *DictDataContent) GetUpdateBy() string
- func (x *DictDataContent) GetUpdateTime() *timestamppb.Timestamp
- func (*DictDataContent) ProtoMessage()
- func (x *DictDataContent) ProtoReflect() protoreflect.Message
- func (x *DictDataContent) Reset()
- func (x *DictDataContent) String() string
- func (m *DictDataContent) Validate() error
- func (m *DictDataContent) ValidateAll() error
- type DictDataContentMultiError
- type DictDataContentValidationError
- func (e DictDataContentValidationError) Cause() error
- func (e DictDataContentValidationError) Error() string
- func (e DictDataContentValidationError) ErrorName() string
- func (e DictDataContentValidationError) Field() string
- func (e DictDataContentValidationError) Key() bool
- func (e DictDataContentValidationError) Reason() string
- type DictDataHTTPClient
- type DictDataHTTPClientImpl
- func (c *DictDataHTTPClientImpl) CreateDictData(ctx context.Context, in *CreateDictDataRequest, opts ...http.CallOption) (*CreateDictDataReply, error)
- func (c *DictDataHTTPClientImpl) DeleteDictData(ctx context.Context, in *DeleteDictDataRequest, opts ...http.CallOption) (*DeleteDictDataReply, error)
- func (c *DictDataHTTPClientImpl) GetDictData(ctx context.Context, in *GetDictDataRequest, opts ...http.CallOption) (*GetDictDataReply, error)
- func (c *DictDataHTTPClientImpl) ListDictData(ctx context.Context, in *ListDictDataRequest, opts ...http.CallOption) (*ListDictDataReply, error)
- func (c *DictDataHTTPClientImpl) UpdateDictData(ctx context.Context, in *UpdateDictDataRequest, opts ...http.CallOption) (*UpdateDictDataReply, error)
- type DictDataHTTPServer
- type DictDataServer
- type DictTypeClient
- type DictTypeContent
- func (*DictTypeContent) Descriptor() ([]byte, []int)deprecated
- func (x *DictTypeContent) GetCreateBy() string
- func (x *DictTypeContent) GetCreateTime() *timestamppb.Timestamp
- func (x *DictTypeContent) GetDictId() uint32
- func (x *DictTypeContent) GetDictName() string
- func (x *DictTypeContent) GetDictType() string
- func (x *DictTypeContent) GetRemark() string
- func (x *DictTypeContent) GetStatus() int32
- func (x *DictTypeContent) GetUpdateBy() string
- func (x *DictTypeContent) GetUpdateTime() *timestamppb.Timestamp
- func (*DictTypeContent) ProtoMessage()
- func (x *DictTypeContent) ProtoReflect() protoreflect.Message
- func (x *DictTypeContent) Reset()
- func (x *DictTypeContent) String() string
- func (m *DictTypeContent) Validate() error
- func (m *DictTypeContent) ValidateAll() error
- type DictTypeContentMultiError
- type DictTypeContentValidationError
- func (e DictTypeContentValidationError) Cause() error
- func (e DictTypeContentValidationError) Error() string
- func (e DictTypeContentValidationError) ErrorName() string
- func (e DictTypeContentValidationError) Field() string
- func (e DictTypeContentValidationError) Key() bool
- func (e DictTypeContentValidationError) Reason() string
- type DictTypeHTTPClient
- type DictTypeHTTPClientImpl
- func (c *DictTypeHTTPClientImpl) CreateDictType(ctx context.Context, in *CreateDictTypeRequest, opts ...http.CallOption) (*CreateDictTypeReply, error)
- func (c *DictTypeHTTPClientImpl) DeleteDictType(ctx context.Context, in *DeleteDictTypeRequest, opts ...http.CallOption) (*DeleteDictTypeReply, error)
- func (c *DictTypeHTTPClientImpl) GetDictType(ctx context.Context, in *GetDictTypeRequest, opts ...http.CallOption) (*GetDictTypeReply, error)
- func (c *DictTypeHTTPClientImpl) ListDictType(ctx context.Context, in *ListDictTypeRequest, opts ...http.CallOption) (*ListDictTypeReply, error)
- func (c *DictTypeHTTPClientImpl) UpdateDictType(ctx context.Context, in *UpdateDictTypeRequest, opts ...http.CallOption) (*UpdateDictTypeReply, error)
- type DictTypeHTTPServer
- type DictTypeServer
- type GetApiReply
- func (*GetApiReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetApiReply) GetApi() *ApiData
- func (*GetApiReply) ProtoMessage()
- func (x *GetApiReply) ProtoReflect() protoreflect.Message
- func (x *GetApiReply) Reset()
- func (x *GetApiReply) String() string
- func (m *GetApiReply) Validate() error
- func (m *GetApiReply) ValidateAll() error
- type GetApiReplyMultiError
- type GetApiReplyValidationError
- func (e GetApiReplyValidationError) Cause() error
- func (e GetApiReplyValidationError) Error() string
- func (e GetApiReplyValidationError) ErrorName() string
- func (e GetApiReplyValidationError) Field() string
- func (e GetApiReplyValidationError) Key() bool
- func (e GetApiReplyValidationError) Reason() string
- type GetApiRequest
- func (*GetApiRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetApiRequest) GetId() int64
- func (*GetApiRequest) ProtoMessage()
- func (x *GetApiRequest) ProtoReflect() protoreflect.Message
- func (x *GetApiRequest) Reset()
- func (x *GetApiRequest) String() string
- func (m *GetApiRequest) Validate() error
- func (m *GetApiRequest) ValidateAll() error
- type GetApiRequestMultiError
- type GetApiRequestValidationError
- func (e GetApiRequestValidationError) Cause() error
- func (e GetApiRequestValidationError) Error() string
- func (e GetApiRequestValidationError) ErrorName() string
- func (e GetApiRequestValidationError) Field() string
- func (e GetApiRequestValidationError) Key() bool
- func (e GetApiRequestValidationError) Reason() string
- type GetCaptchaReply
- func (*GetCaptchaReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCaptchaReply) GetBase64Captcha() string
- func (x *GetCaptchaReply) GetCaptchaId() string
- func (x *GetCaptchaReply) GetContent() string
- func (*GetCaptchaReply) ProtoMessage()
- func (x *GetCaptchaReply) ProtoReflect() protoreflect.Message
- func (x *GetCaptchaReply) Reset()
- func (x *GetCaptchaReply) String() string
- func (m *GetCaptchaReply) Validate() error
- func (m *GetCaptchaReply) ValidateAll() error
- type GetCaptchaReplyMultiError
- type GetCaptchaReplyValidationError
- func (e GetCaptchaReplyValidationError) Cause() error
- func (e GetCaptchaReplyValidationError) Error() string
- func (e GetCaptchaReplyValidationError) ErrorName() string
- func (e GetCaptchaReplyValidationError) Field() string
- func (e GetCaptchaReplyValidationError) Key() bool
- func (e GetCaptchaReplyValidationError) Reason() string
- type GetCaptchaRequest
- func (*GetCaptchaRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetCaptchaRequest) ProtoMessage()
- func (x *GetCaptchaRequest) ProtoReflect() protoreflect.Message
- func (x *GetCaptchaRequest) Reset()
- func (x *GetCaptchaRequest) String() string
- func (m *GetCaptchaRequest) Validate() error
- func (m *GetCaptchaRequest) ValidateAll() error
- type GetCaptchaRequestMultiError
- type GetCaptchaRequestValidationError
- func (e GetCaptchaRequestValidationError) Cause() error
- func (e GetCaptchaRequestValidationError) Error() string
- func (e GetCaptchaRequestValidationError) ErrorName() string
- func (e GetCaptchaRequestValidationError) Field() string
- func (e GetCaptchaRequestValidationError) Key() bool
- func (e GetCaptchaRequestValidationError) Reason() string
- type GetDeptTreeReply
- func (*GetDeptTreeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeptTreeReply) GetData() []*DeptTree
- func (*GetDeptTreeReply) ProtoMessage()
- func (x *GetDeptTreeReply) ProtoReflect() protoreflect.Message
- func (x *GetDeptTreeReply) Reset()
- func (x *GetDeptTreeReply) String() string
- func (m *GetDeptTreeReply) Validate() error
- func (m *GetDeptTreeReply) ValidateAll() error
- type GetDeptTreeReplyMultiError
- type GetDeptTreeReplyValidationError
- func (e GetDeptTreeReplyValidationError) Cause() error
- func (e GetDeptTreeReplyValidationError) Error() string
- func (e GetDeptTreeReplyValidationError) ErrorName() string
- func (e GetDeptTreeReplyValidationError) Field() string
- func (e GetDeptTreeReplyValidationError) Key() bool
- func (e GetDeptTreeReplyValidationError) Reason() string
- type GetDeptTreeRequest
- func (*GetDeptTreeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeptTreeRequest) GetDeptId() int64
- func (x *GetDeptTreeRequest) GetDeptName() string
- func (x *GetDeptTreeRequest) GetStatus() int32
- func (*GetDeptTreeRequest) ProtoMessage()
- func (x *GetDeptTreeRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeptTreeRequest) Reset()
- func (x *GetDeptTreeRequest) String() string
- func (m *GetDeptTreeRequest) Validate() error
- func (m *GetDeptTreeRequest) ValidateAll() error
- type GetDeptTreeRequestMultiError
- type GetDeptTreeRequestValidationError
- func (e GetDeptTreeRequestValidationError) Cause() error
- func (e GetDeptTreeRequestValidationError) Error() string
- func (e GetDeptTreeRequestValidationError) ErrorName() string
- func (e GetDeptTreeRequestValidationError) Field() string
- func (e GetDeptTreeRequestValidationError) Key() bool
- func (e GetDeptTreeRequestValidationError) Reason() string
- type GetDesignateDictTypesReply
- func (*GetDesignateDictTypesReply) Descriptor() ([]byte, []int)deprecated
- func (*GetDesignateDictTypesReply) ProtoMessage()
- func (x *GetDesignateDictTypesReply) ProtoReflect() protoreflect.Message
- func (x *GetDesignateDictTypesReply) Reset()
- func (x *GetDesignateDictTypesReply) String() string
- func (m *GetDesignateDictTypesReply) Validate() error
- func (m *GetDesignateDictTypesReply) ValidateAll() error
- type GetDesignateDictTypesReplyMultiError
- type GetDesignateDictTypesReplyValidationError
- func (e GetDesignateDictTypesReplyValidationError) Cause() error
- func (e GetDesignateDictTypesReplyValidationError) Error() string
- func (e GetDesignateDictTypesReplyValidationError) ErrorName() string
- func (e GetDesignateDictTypesReplyValidationError) Field() string
- func (e GetDesignateDictTypesReplyValidationError) Key() bool
- func (e GetDesignateDictTypesReplyValidationError) Reason() string
- type GetDesignateDictTypesRequest
- func (*GetDesignateDictTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDesignateDictTypesRequest) GetDictIDs() []string
- func (*GetDesignateDictTypesRequest) ProtoMessage()
- func (x *GetDesignateDictTypesRequest) ProtoReflect() protoreflect.Message
- func (x *GetDesignateDictTypesRequest) Reset()
- func (x *GetDesignateDictTypesRequest) String() string
- func (m *GetDesignateDictTypesRequest) Validate() error
- func (m *GetDesignateDictTypesRequest) ValidateAll() error
- type GetDesignateDictTypesRequestMultiError
- type GetDesignateDictTypesRequestValidationError
- func (e GetDesignateDictTypesRequestValidationError) Cause() error
- func (e GetDesignateDictTypesRequestValidationError) Error() string
- func (e GetDesignateDictTypesRequestValidationError) ErrorName() string
- func (e GetDesignateDictTypesRequestValidationError) Field() string
- func (e GetDesignateDictTypesRequestValidationError) Key() bool
- func (e GetDesignateDictTypesRequestValidationError) Reason() string
- type GetDictDataReply
- func (*GetDictDataReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetDictDataReply) GetDictCode() int64
- func (*GetDictDataReply) ProtoMessage()
- func (x *GetDictDataReply) ProtoReflect() protoreflect.Message
- func (x *GetDictDataReply) Reset()
- func (x *GetDictDataReply) String() string
- func (m *GetDictDataReply) Validate() error
- func (m *GetDictDataReply) ValidateAll() error
- type GetDictDataReplyMultiError
- type GetDictDataReplyValidationError
- func (e GetDictDataReplyValidationError) Cause() error
- func (e GetDictDataReplyValidationError) Error() string
- func (e GetDictDataReplyValidationError) ErrorName() string
- func (e GetDictDataReplyValidationError) Field() string
- func (e GetDictDataReplyValidationError) Key() bool
- func (e GetDictDataReplyValidationError) Reason() string
- type GetDictDataRequest
- func (*GetDictDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDictDataRequest) GetDictCode() int64
- func (*GetDictDataRequest) ProtoMessage()
- func (x *GetDictDataRequest) ProtoReflect() protoreflect.Message
- func (x *GetDictDataRequest) Reset()
- func (x *GetDictDataRequest) String() string
- func (m *GetDictDataRequest) Validate() error
- func (m *GetDictDataRequest) ValidateAll() error
- type GetDictDataRequestMultiError
- type GetDictDataRequestValidationError
- func (e GetDictDataRequestValidationError) Cause() error
- func (e GetDictDataRequestValidationError) Error() string
- func (e GetDictDataRequestValidationError) ErrorName() string
- func (e GetDictDataRequestValidationError) Field() string
- func (e GetDictDataRequestValidationError) Key() bool
- func (e GetDictDataRequestValidationError) Reason() string
- type GetDictTypeReply
- func (*GetDictTypeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetDictTypeReply) GetDictId() int64
- func (*GetDictTypeReply) ProtoMessage()
- func (x *GetDictTypeReply) ProtoReflect() protoreflect.Message
- func (x *GetDictTypeReply) Reset()
- func (x *GetDictTypeReply) String() string
- func (m *GetDictTypeReply) Validate() error
- func (m *GetDictTypeReply) ValidateAll() error
- type GetDictTypeReplyMultiError
- type GetDictTypeReplyValidationError
- func (e GetDictTypeReplyValidationError) Cause() error
- func (e GetDictTypeReplyValidationError) Error() string
- func (e GetDictTypeReplyValidationError) ErrorName() string
- func (e GetDictTypeReplyValidationError) Field() string
- func (e GetDictTypeReplyValidationError) Key() bool
- func (e GetDictTypeReplyValidationError) Reason() string
- type GetDictTypeRequest
- func (*GetDictTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDictTypeRequest) GetDictId() int64
- func (*GetDictTypeRequest) ProtoMessage()
- func (x *GetDictTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetDictTypeRequest) Reset()
- func (x *GetDictTypeRequest) String() string
- func (m *GetDictTypeRequest) Validate() error
- func (m *GetDictTypeRequest) ValidateAll() error
- type GetDictTypeRequestMultiError
- type GetDictTypeRequestValidationError
- func (e GetDictTypeRequestValidationError) Cause() error
- func (e GetDictTypeRequestValidationError) Error() string
- func (e GetDictTypeRequestValidationError) ErrorName() string
- func (e GetDictTypeRequestValidationError) Field() string
- func (e GetDictTypeRequestValidationError) Key() bool
- func (e GetDictTypeRequestValidationError) Reason() string
- type GetMenusReply
- func (*GetMenusReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetMenusReply) GetComponent() string
- func (x *GetMenusReply) GetCreateBy() string
- func (x *GetMenusReply) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetMenusReply) GetIcon() string
- func (x *GetMenusReply) GetIsAffix() int32
- func (x *GetMenusReply) GetIsHide() int64
- func (x *GetMenusReply) GetIsIframe() int32
- func (x *GetMenusReply) GetIsKeepAlive() int32
- func (x *GetMenusReply) GetIsLink() string
- func (x *GetMenusReply) GetMenuId() int32
- func (x *GetMenusReply) GetMenuName() string
- func (x *GetMenusReply) GetMenuType() string
- func (x *GetMenusReply) GetParentId() int32
- func (x *GetMenusReply) GetPath() string
- func (x *GetMenusReply) GetPermission() string
- func (x *GetMenusReply) GetRemark() string
- func (x *GetMenusReply) GetSort() int32
- func (x *GetMenusReply) GetStatus() int32
- func (x *GetMenusReply) GetTitle() string
- func (x *GetMenusReply) GetUpdateBy() string
- func (x *GetMenusReply) GetUpdatedAt() *timestamppb.Timestamp
- func (*GetMenusReply) ProtoMessage()
- func (x *GetMenusReply) ProtoReflect() protoreflect.Message
- func (x *GetMenusReply) Reset()
- func (x *GetMenusReply) String() string
- func (m *GetMenusReply) Validate() error
- func (m *GetMenusReply) ValidateAll() error
- type GetMenusReplyMultiError
- type GetMenusReplyValidationError
- func (e GetMenusReplyValidationError) Cause() error
- func (e GetMenusReplyValidationError) Error() string
- func (e GetMenusReplyValidationError) ErrorName() string
- func (e GetMenusReplyValidationError) Field() string
- func (e GetMenusReplyValidationError) Key() bool
- func (e GetMenusReplyValidationError) Reason() string
- type GetMenusRequest
- func (*GetMenusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMenusRequest) GetId() int64
- func (*GetMenusRequest) ProtoMessage()
- func (x *GetMenusRequest) ProtoReflect() protoreflect.Message
- func (x *GetMenusRequest) Reset()
- func (x *GetMenusRequest) String() string
- func (m *GetMenusRequest) Validate() error
- func (m *GetMenusRequest) ValidateAll() error
- type GetMenusRequestMultiError
- type GetMenusRequestValidationError
- func (e GetMenusRequestValidationError) Cause() error
- func (e GetMenusRequestValidationError) Error() string
- func (e GetMenusRequestValidationError) ErrorName() string
- func (e GetMenusRequestValidationError) Field() string
- func (e GetMenusRequestValidationError) Key() bool
- func (e GetMenusRequestValidationError) Reason() string
- type GetMenusTreeReply
- func (*GetMenusTreeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetMenusTreeReply) GetList() []*SimpleMenu
- func (*GetMenusTreeReply) ProtoMessage()
- func (x *GetMenusTreeReply) ProtoReflect() protoreflect.Message
- func (x *GetMenusTreeReply) Reset()
- func (x *GetMenusTreeReply) String() string
- func (m *GetMenusTreeReply) Validate() error
- func (m *GetMenusTreeReply) ValidateAll() error
- type GetMenusTreeReplyMultiError
- type GetMenusTreeReplyValidationError
- func (e GetMenusTreeReplyValidationError) Cause() error
- func (e GetMenusTreeReplyValidationError) Error() string
- func (e GetMenusTreeReplyValidationError) ErrorName() string
- func (e GetMenusTreeReplyValidationError) Field() string
- func (e GetMenusTreeReplyValidationError) Key() bool
- func (e GetMenusTreeReplyValidationError) Reason() string
- type GetMenusTreeRequest
- func (*GetMenusTreeRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetMenusTreeRequest) ProtoMessage()
- func (x *GetMenusTreeRequest) ProtoReflect() protoreflect.Message
- func (x *GetMenusTreeRequest) Reset()
- func (x *GetMenusTreeRequest) String() string
- func (m *GetMenusTreeRequest) Validate() error
- func (m *GetMenusTreeRequest) ValidateAll() error
- type GetMenusTreeRequestMultiError
- type GetMenusTreeRequestValidationError
- func (e GetMenusTreeRequestValidationError) Cause() error
- func (e GetMenusTreeRequestValidationError) Error() string
- func (e GetMenusTreeRequestValidationError) ErrorName() string
- func (e GetMenusTreeRequestValidationError) Field() string
- func (e GetMenusTreeRequestValidationError) Key() bool
- func (e GetMenusTreeRequestValidationError) Reason() string
- type GetPolicyPathByRoleKeyReply
- func (*GetPolicyPathByRoleKeyReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetPolicyPathByRoleKeyReply) GetApis() []*ApiBase
- func (*GetPolicyPathByRoleKeyReply) ProtoMessage()
- func (x *GetPolicyPathByRoleKeyReply) ProtoReflect() protoreflect.Message
- func (x *GetPolicyPathByRoleKeyReply) Reset()
- func (x *GetPolicyPathByRoleKeyReply) String() string
- func (m *GetPolicyPathByRoleKeyReply) Validate() error
- func (m *GetPolicyPathByRoleKeyReply) ValidateAll() error
- type GetPolicyPathByRoleKeyReplyMultiError
- type GetPolicyPathByRoleKeyReplyValidationError
- func (e GetPolicyPathByRoleKeyReplyValidationError) Cause() error
- func (e GetPolicyPathByRoleKeyReplyValidationError) Error() string
- func (e GetPolicyPathByRoleKeyReplyValidationError) ErrorName() string
- func (e GetPolicyPathByRoleKeyReplyValidationError) Field() string
- func (e GetPolicyPathByRoleKeyReplyValidationError) Key() bool
- func (e GetPolicyPathByRoleKeyReplyValidationError) Reason() string
- type GetPolicyPathByRoleKeyRequest
- func (*GetPolicyPathByRoleKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPolicyPathByRoleKeyRequest) GetRoleKey() string
- func (*GetPolicyPathByRoleKeyRequest) ProtoMessage()
- func (x *GetPolicyPathByRoleKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetPolicyPathByRoleKeyRequest) Reset()
- func (x *GetPolicyPathByRoleKeyRequest) String() string
- func (m *GetPolicyPathByRoleKeyRequest) Validate() error
- func (m *GetPolicyPathByRoleKeyRequest) ValidateAll() error
- type GetPolicyPathByRoleKeyRequestMultiError
- type GetPolicyPathByRoleKeyRequestValidationError
- func (e GetPolicyPathByRoleKeyRequestValidationError) Cause() error
- func (e GetPolicyPathByRoleKeyRequestValidationError) Error() string
- func (e GetPolicyPathByRoleKeyRequestValidationError) ErrorName() string
- func (e GetPolicyPathByRoleKeyRequestValidationError) Field() string
- func (e GetPolicyPathByRoleKeyRequestValidationError) Key() bool
- func (e GetPolicyPathByRoleKeyRequestValidationError) Reason() string
- type GetPostInitReply
- func (*GetPostInitReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostInitReply) GetPosts() []*PostData
- func (x *GetPostInitReply) GetRoles() []*RoleData
- func (*GetPostInitReply) ProtoMessage()
- func (x *GetPostInitReply) ProtoReflect() protoreflect.Message
- func (x *GetPostInitReply) Reset()
- func (x *GetPostInitReply) String() string
- func (m *GetPostInitReply) Validate() error
- func (m *GetPostInitReply) ValidateAll() error
- type GetPostInitReplyMultiError
- type GetPostInitReplyValidationError
- func (e GetPostInitReplyValidationError) Cause() error
- func (e GetPostInitReplyValidationError) Error() string
- func (e GetPostInitReplyValidationError) ErrorName() string
- func (e GetPostInitReplyValidationError) Field() string
- func (e GetPostInitReplyValidationError) Key() bool
- func (e GetPostInitReplyValidationError) Reason() string
- type GetPostInitRequest
- func (*GetPostInitRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetPostInitRequest) ProtoMessage()
- func (x *GetPostInitRequest) ProtoReflect() protoreflect.Message
- func (x *GetPostInitRequest) Reset()
- func (x *GetPostInitRequest) String() string
- func (m *GetPostInitRequest) Validate() error
- func (m *GetPostInitRequest) ValidateAll() error
- type GetPostInitRequestMultiError
- type GetPostInitRequestValidationError
- func (e GetPostInitRequestValidationError) Cause() error
- func (e GetPostInitRequestValidationError) Error() string
- func (e GetPostInitRequestValidationError) ErrorName() string
- func (e GetPostInitRequestValidationError) Field() string
- func (e GetPostInitRequestValidationError) Key() bool
- func (e GetPostInitRequestValidationError) Reason() string
- type GetRolesReply
- func (*GetRolesReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetRolesReply) GetRole() *RoleData
- func (*GetRolesReply) ProtoMessage()
- func (x *GetRolesReply) ProtoReflect() protoreflect.Message
- func (x *GetRolesReply) Reset()
- func (x *GetRolesReply) String() string
- func (m *GetRolesReply) Validate() error
- func (m *GetRolesReply) ValidateAll() error
- type GetRolesReplyMultiError
- type GetRolesReplyValidationError
- func (e GetRolesReplyValidationError) Cause() error
- func (e GetRolesReplyValidationError) Error() string
- func (e GetRolesReplyValidationError) ErrorName() string
- func (e GetRolesReplyValidationError) Field() string
- func (e GetRolesReplyValidationError) Key() bool
- func (e GetRolesReplyValidationError) Reason() string
- type GetRolesRequest
- func (*GetRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRolesRequest) GetId() int64
- func (*GetRolesRequest) ProtoMessage()
- func (x *GetRolesRequest) ProtoReflect() protoreflect.Message
- func (x *GetRolesRequest) Reset()
- func (x *GetRolesRequest) String() string
- func (m *GetRolesRequest) Validate() error
- func (m *GetRolesRequest) ValidateAll() error
- type GetRolesRequestMultiError
- type GetRolesRequestValidationError
- func (e GetRolesRequestValidationError) Cause() error
- func (e GetRolesRequestValidationError) Error() string
- func (e GetRolesRequestValidationError) ErrorName() string
- func (e GetRolesRequestValidationError) Field() string
- func (e GetRolesRequestValidationError) Key() bool
- func (e GetRolesRequestValidationError) Reason() string
- type GetSysuserReply
- func (*GetSysuserReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetSysuserReply) GetDepts() []*DeptTree
- func (x *GetSysuserReply) GetPostIds() string
- func (x *GetSysuserReply) GetPosts() []*PostData
- func (x *GetSysuserReply) GetRoleIds() string
- func (x *GetSysuserReply) GetRoles() []*RoleData
- func (x *GetSysuserReply) GetUser() *UserData
- func (*GetSysuserReply) ProtoMessage()
- func (x *GetSysuserReply) ProtoReflect() protoreflect.Message
- func (x *GetSysuserReply) Reset()
- func (x *GetSysuserReply) String() string
- func (m *GetSysuserReply) Validate() error
- func (m *GetSysuserReply) ValidateAll() error
- type GetSysuserReplyMultiError
- type GetSysuserReplyValidationError
- func (e GetSysuserReplyValidationError) Cause() error
- func (e GetSysuserReplyValidationError) Error() string
- func (e GetSysuserReplyValidationError) ErrorName() string
- func (e GetSysuserReplyValidationError) Field() string
- func (e GetSysuserReplyValidationError) Key() bool
- func (e GetSysuserReplyValidationError) Reason() string
- type GetSysuserRequest
- func (*GetSysuserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSysuserRequest) GetId() int64
- func (*GetSysuserRequest) ProtoMessage()
- func (x *GetSysuserRequest) ProtoReflect() protoreflect.Message
- func (x *GetSysuserRequest) Reset()
- func (x *GetSysuserRequest) String() string
- func (m *GetSysuserRequest) Validate() error
- func (m *GetSysuserRequest) ValidateAll() error
- type GetSysuserRequestMultiError
- type GetSysuserRequestValidationError
- func (e GetSysuserRequestValidationError) Cause() error
- func (e GetSysuserRequestValidationError) Error() string
- func (e GetSysuserRequestValidationError) ErrorName() string
- func (e GetSysuserRequestValidationError) Field() string
- func (e GetSysuserRequestValidationError) Key() bool
- func (e GetSysuserRequestValidationError) Reason() string
- type GetUserGoogleSecretReply
- func (*GetUserGoogleSecretReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserGoogleSecretReply) GetQrcode() string
- func (x *GetUserGoogleSecretReply) GetSecret() string
- func (*GetUserGoogleSecretReply) ProtoMessage()
- func (x *GetUserGoogleSecretReply) ProtoReflect() protoreflect.Message
- func (x *GetUserGoogleSecretReply) Reset()
- func (x *GetUserGoogleSecretReply) String() string
- func (m *GetUserGoogleSecretReply) Validate() error
- func (m *GetUserGoogleSecretReply) ValidateAll() error
- type GetUserGoogleSecretReplyMultiError
- type GetUserGoogleSecretReplyValidationError
- func (e GetUserGoogleSecretReplyValidationError) Cause() error
- func (e GetUserGoogleSecretReplyValidationError) Error() string
- func (e GetUserGoogleSecretReplyValidationError) ErrorName() string
- func (e GetUserGoogleSecretReplyValidationError) Field() string
- func (e GetUserGoogleSecretReplyValidationError) Key() bool
- func (e GetUserGoogleSecretReplyValidationError) Reason() string
- type GetUserGoogleSecretRequest
- func (*GetUserGoogleSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetUserGoogleSecretRequest) ProtoMessage()
- func (x *GetUserGoogleSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserGoogleSecretRequest) Reset()
- func (x *GetUserGoogleSecretRequest) String() string
- func (m *GetUserGoogleSecretRequest) Validate() error
- func (m *GetUserGoogleSecretRequest) ValidateAll() error
- type GetUserGoogleSecretRequestMultiError
- type GetUserGoogleSecretRequestValidationError
- func (e GetUserGoogleSecretRequestValidationError) Cause() error
- func (e GetUserGoogleSecretRequestValidationError) Error() string
- func (e GetUserGoogleSecretRequestValidationError) ErrorName() string
- func (e GetUserGoogleSecretRequestValidationError) Field() string
- func (e GetUserGoogleSecretRequestValidationError) Key() bool
- func (e GetUserGoogleSecretRequestValidationError) Reason() string
- type GetUserRolePostReply
- func (*GetUserRolePostReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserRolePostReply) GetPosts() []*PostData
- func (x *GetUserRolePostReply) GetRoles() []*RoleData
- func (*GetUserRolePostReply) ProtoMessage()
- func (x *GetUserRolePostReply) ProtoReflect() protoreflect.Message
- func (x *GetUserRolePostReply) Reset()
- func (x *GetUserRolePostReply) String() string
- func (m *GetUserRolePostReply) Validate() error
- func (m *GetUserRolePostReply) ValidateAll() error
- type GetUserRolePostReplyMultiError
- type GetUserRolePostReplyValidationError
- func (e GetUserRolePostReplyValidationError) Cause() error
- func (e GetUserRolePostReplyValidationError) Error() string
- func (e GetUserRolePostReplyValidationError) ErrorName() string
- func (e GetUserRolePostReplyValidationError) Field() string
- func (e GetUserRolePostReplyValidationError) Key() bool
- func (e GetUserRolePostReplyValidationError) Reason() string
- type GetUserRolePostRequest
- func (*GetUserRolePostRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetUserRolePostRequest) ProtoMessage()
- func (x *GetUserRolePostRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserRolePostRequest) Reset()
- func (x *GetUserRolePostRequest) String() string
- func (m *GetUserRolePostRequest) Validate() error
- func (m *GetUserRolePostRequest) ValidateAll() error
- type GetUserRolePostRequestMultiError
- type GetUserRolePostRequestValidationError
- func (e GetUserRolePostRequestValidationError) Cause() error
- func (e GetUserRolePostRequestValidationError) Error() string
- func (e GetUserRolePostRequestValidationError) ErrorName() string
- func (e GetUserRolePostRequestValidationError) Field() string
- func (e GetUserRolePostRequestValidationError) Key() bool
- func (e GetUserRolePostRequestValidationError) Reason() string
- type ListApiReply
- func (*ListApiReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListApiReply) GetData() []*ApiData
- func (x *ListApiReply) GetPageNum() int32
- func (x *ListApiReply) GetPageSize() int32
- func (x *ListApiReply) GetTotal() int32
- func (*ListApiReply) ProtoMessage()
- func (x *ListApiReply) ProtoReflect() protoreflect.Message
- func (x *ListApiReply) Reset()
- func (x *ListApiReply) String() string
- func (m *ListApiReply) Validate() error
- func (m *ListApiReply) ValidateAll() error
- type ListApiReplyMultiError
- type ListApiReplyValidationError
- func (e ListApiReplyValidationError) Cause() error
- func (e ListApiReplyValidationError) Error() string
- func (e ListApiReplyValidationError) ErrorName() string
- func (e ListApiReplyValidationError) Field() string
- func (e ListApiReplyValidationError) Key() bool
- func (e ListApiReplyValidationError) Reason() string
- type ListApiRequest
- func (*ListApiRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListApiRequest) GetApiGroup() string
- func (x *ListApiRequest) GetDescription() string
- func (x *ListApiRequest) GetMethod() string
- func (x *ListApiRequest) GetPageNum() int32
- func (x *ListApiRequest) GetPageSize() int32
- func (x *ListApiRequest) GetPath() string
- func (*ListApiRequest) ProtoMessage()
- func (x *ListApiRequest) ProtoReflect() protoreflect.Message
- func (x *ListApiRequest) Reset()
- func (x *ListApiRequest) String() string
- func (m *ListApiRequest) Validate() error
- func (m *ListApiRequest) ValidateAll() error
- type ListApiRequestMultiError
- type ListApiRequestValidationError
- func (e ListApiRequestValidationError) Cause() error
- func (e ListApiRequestValidationError) Error() string
- func (e ListApiRequestValidationError) ErrorName() string
- func (e ListApiRequestValidationError) Field() string
- func (e ListApiRequestValidationError) Key() bool
- func (e ListApiRequestValidationError) Reason() string
- type ListDeptReply
- func (*ListDeptReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeptReply) GetData() []*DeptTree
- func (*ListDeptReply) ProtoMessage()
- func (x *ListDeptReply) ProtoReflect() protoreflect.Message
- func (x *ListDeptReply) Reset()
- func (x *ListDeptReply) String() string
- func (m *ListDeptReply) Validate() error
- func (m *ListDeptReply) ValidateAll() error
- type ListDeptReplyMultiError
- type ListDeptReplyValidationError
- func (e ListDeptReplyValidationError) Cause() error
- func (e ListDeptReplyValidationError) Error() string
- func (e ListDeptReplyValidationError) ErrorName() string
- func (e ListDeptReplyValidationError) Field() string
- func (e ListDeptReplyValidationError) Key() bool
- func (e ListDeptReplyValidationError) Reason() string
- type ListDeptRequest
- func (*ListDeptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeptRequest) GetDeptId() int64
- func (x *ListDeptRequest) GetDeptName() string
- func (x *ListDeptRequest) GetStatus() int32
- func (*ListDeptRequest) ProtoMessage()
- func (x *ListDeptRequest) ProtoReflect() protoreflect.Message
- func (x *ListDeptRequest) Reset()
- func (x *ListDeptRequest) String() string
- func (m *ListDeptRequest) Validate() error
- func (m *ListDeptRequest) ValidateAll() error
- type ListDeptRequestMultiError
- type ListDeptRequestValidationError
- func (e ListDeptRequestValidationError) Cause() error
- func (e ListDeptRequestValidationError) Error() string
- func (e ListDeptRequestValidationError) ErrorName() string
- func (e ListDeptRequestValidationError) Field() string
- func (e ListDeptRequestValidationError) Key() bool
- func (e ListDeptRequestValidationError) Reason() string
- type ListDictDataReply
- func (*ListDictDataReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictDataReply) GetList() []*DictDataContent
- func (x *ListDictDataReply) GetPageNum() int32
- func (x *ListDictDataReply) GetPageSize() int32
- func (x *ListDictDataReply) GetTotal() int32
- func (*ListDictDataReply) ProtoMessage()
- func (x *ListDictDataReply) ProtoReflect() protoreflect.Message
- func (x *ListDictDataReply) Reset()
- func (x *ListDictDataReply) String() string
- func (m *ListDictDataReply) Validate() error
- func (m *ListDictDataReply) ValidateAll() error
- type ListDictDataReplyMultiError
- type ListDictDataReplyValidationError
- func (e ListDictDataReplyValidationError) Cause() error
- func (e ListDictDataReplyValidationError) Error() string
- func (e ListDictDataReplyValidationError) ErrorName() string
- func (e ListDictDataReplyValidationError) Field() string
- func (e ListDictDataReplyValidationError) Key() bool
- func (e ListDictDataReplyValidationError) Reason() string
- type ListDictDataRequest
- func (*ListDictDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictDataRequest) GetDictLabel() string
- func (x *ListDictDataRequest) GetDictType() string
- func (x *ListDictDataRequest) GetPageNum() int32
- func (x *ListDictDataRequest) GetPageSize() int32
- func (x *ListDictDataRequest) GetStatus() int32
- func (*ListDictDataRequest) ProtoMessage()
- func (x *ListDictDataRequest) ProtoReflect() protoreflect.Message
- func (x *ListDictDataRequest) Reset()
- func (x *ListDictDataRequest) String() string
- func (m *ListDictDataRequest) Validate() error
- func (m *ListDictDataRequest) ValidateAll() error
- type ListDictDataRequestMultiError
- type ListDictDataRequestValidationError
- func (e ListDictDataRequestValidationError) Cause() error
- func (e ListDictDataRequestValidationError) Error() string
- func (e ListDictDataRequestValidationError) ErrorName() string
- func (e ListDictDataRequestValidationError) Field() string
- func (e ListDictDataRequestValidationError) Key() bool
- func (e ListDictDataRequestValidationError) Reason() string
- type ListDictTypeReply
- func (*ListDictTypeReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictTypeReply) GetData() []*DictTypeContent
- func (x *ListDictTypeReply) GetPageNum() int32
- func (x *ListDictTypeReply) GetPageSize() int32
- func (x *ListDictTypeReply) GetTotal() int32
- func (*ListDictTypeReply) ProtoMessage()
- func (x *ListDictTypeReply) ProtoReflect() protoreflect.Message
- func (x *ListDictTypeReply) Reset()
- func (x *ListDictTypeReply) String() string
- func (m *ListDictTypeReply) Validate() error
- func (m *ListDictTypeReply) ValidateAll() error
- type ListDictTypeReplyMultiError
- type ListDictTypeReplyValidationError
- func (e ListDictTypeReplyValidationError) Cause() error
- func (e ListDictTypeReplyValidationError) Error() string
- func (e ListDictTypeReplyValidationError) ErrorName() string
- func (e ListDictTypeReplyValidationError) Field() string
- func (e ListDictTypeReplyValidationError) Key() bool
- func (e ListDictTypeReplyValidationError) Reason() string
- type ListDictTypeRequest
- func (*ListDictTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictTypeRequest) GetDictName() string
- func (x *ListDictTypeRequest) GetDictType() string
- func (x *ListDictTypeRequest) GetPageNum() int32
- func (x *ListDictTypeRequest) GetPageSize() int32
- func (x *ListDictTypeRequest) GetStatus() int32
- func (*ListDictTypeRequest) ProtoMessage()
- func (x *ListDictTypeRequest) ProtoReflect() protoreflect.Message
- func (x *ListDictTypeRequest) Reset()
- func (x *ListDictTypeRequest) String() string
- func (m *ListDictTypeRequest) Validate() error
- func (m *ListDictTypeRequest) ValidateAll() error
- type ListDictTypeRequestMultiError
- type ListDictTypeRequestValidationError
- func (e ListDictTypeRequestValidationError) Cause() error
- func (e ListDictTypeRequestValidationError) Error() string
- func (e ListDictTypeRequestValidationError) ErrorName() string
- func (e ListDictTypeRequestValidationError) Field() string
- func (e ListDictTypeRequestValidationError) Key() bool
- func (e ListDictTypeRequestValidationError) Reason() string
- type ListMenusReply
- func (*ListMenusReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListMenusReply) GetList() []*MenuTree
- func (*ListMenusReply) ProtoMessage()
- func (x *ListMenusReply) ProtoReflect() protoreflect.Message
- func (x *ListMenusReply) Reset()
- func (x *ListMenusReply) String() string
- func (m *ListMenusReply) Validate() error
- func (m *ListMenusReply) ValidateAll() error
- type ListMenusReplyMultiError
- type ListMenusReplyValidationError
- func (e ListMenusReplyValidationError) Cause() error
- func (e ListMenusReplyValidationError) Error() string
- func (e ListMenusReplyValidationError) ErrorName() string
- func (e ListMenusReplyValidationError) Field() string
- func (e ListMenusReplyValidationError) Key() bool
- func (e ListMenusReplyValidationError) Reason() string
- type ListMenusRequest
- func (*ListMenusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMenusRequest) GetMenuName() string
- func (x *ListMenusRequest) GetStatus() int32
- func (*ListMenusRequest) ProtoMessage()
- func (x *ListMenusRequest) ProtoReflect() protoreflect.Message
- func (x *ListMenusRequest) Reset()
- func (x *ListMenusRequest) String() string
- func (m *ListMenusRequest) Validate() error
- func (m *ListMenusRequest) ValidateAll() error
- type ListMenusRequestMultiError
- type ListMenusRequestValidationError
- func (e ListMenusRequestValidationError) Cause() error
- func (e ListMenusRequestValidationError) Error() string
- func (e ListMenusRequestValidationError) ErrorName() string
- func (e ListMenusRequestValidationError) Field() string
- func (e ListMenusRequestValidationError) Key() bool
- func (e ListMenusRequestValidationError) Reason() string
- type ListPostReply
- func (*ListPostReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListPostReply) GetData() []*PostData
- func (x *ListPostReply) GetPageNum() int32
- func (x *ListPostReply) GetPageSize() int32
- func (x *ListPostReply) GetTotal() int32
- func (*ListPostReply) ProtoMessage()
- func (x *ListPostReply) ProtoReflect() protoreflect.Message
- func (x *ListPostReply) Reset()
- func (x *ListPostReply) String() string
- func (m *ListPostReply) Validate() error
- func (m *ListPostReply) ValidateAll() error
- type ListPostReplyMultiError
- type ListPostReplyValidationError
- func (e ListPostReplyValidationError) Cause() error
- func (e ListPostReplyValidationError) Error() string
- func (e ListPostReplyValidationError) ErrorName() string
- func (e ListPostReplyValidationError) Field() string
- func (e ListPostReplyValidationError) Key() bool
- func (e ListPostReplyValidationError) Reason() string
- type ListPostRequest
- func (*ListPostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPostRequest) GetPageNum() int32
- func (x *ListPostRequest) GetPageSize() int32
- func (x *ListPostRequest) GetPostCode() string
- func (x *ListPostRequest) GetPostName() string
- func (x *ListPostRequest) GetStatus() int32
- func (*ListPostRequest) ProtoMessage()
- func (x *ListPostRequest) ProtoReflect() protoreflect.Message
- func (x *ListPostRequest) Reset()
- func (x *ListPostRequest) String() string
- func (m *ListPostRequest) Validate() error
- func (m *ListPostRequest) ValidateAll() error
- type ListPostRequestMultiError
- type ListPostRequestValidationError
- func (e ListPostRequestValidationError) Cause() error
- func (e ListPostRequestValidationError) Error() string
- func (e ListPostRequestValidationError) ErrorName() string
- func (e ListPostRequestValidationError) Field() string
- func (e ListPostRequestValidationError) Key() bool
- func (e ListPostRequestValidationError) Reason() string
- type ListRolesReply
- func (*ListRolesReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListRolesReply) GetData() []*RoleData
- func (x *ListRolesReply) GetPageNum() int32
- func (x *ListRolesReply) GetPageSize() int32
- func (x *ListRolesReply) GetTotal() int32
- func (*ListRolesReply) ProtoMessage()
- func (x *ListRolesReply) ProtoReflect() protoreflect.Message
- func (x *ListRolesReply) Reset()
- func (x *ListRolesReply) String() string
- func (m *ListRolesReply) Validate() error
- func (m *ListRolesReply) ValidateAll() error
- type ListRolesReplyMultiError
- type ListRolesReplyValidationError
- func (e ListRolesReplyValidationError) Cause() error
- func (e ListRolesReplyValidationError) Error() string
- func (e ListRolesReplyValidationError) ErrorName() string
- func (e ListRolesReplyValidationError) Field() string
- func (e ListRolesReplyValidationError) Key() bool
- func (e ListRolesReplyValidationError) Reason() string
- type ListRolesRequest
- func (*ListRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRolesRequest) GetPageNum() int32
- func (x *ListRolesRequest) GetPageSize() int32
- func (x *ListRolesRequest) GetRoleKey() string
- func (x *ListRolesRequest) GetRoleName() string
- func (x *ListRolesRequest) GetStatus() int32
- func (*ListRolesRequest) ProtoMessage()
- func (x *ListRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRolesRequest) Reset()
- func (x *ListRolesRequest) String() string
- func (m *ListRolesRequest) Validate() error
- func (m *ListRolesRequest) ValidateAll() error
- type ListRolesRequestMultiError
- type ListRolesRequestValidationError
- func (e ListRolesRequestValidationError) Cause() error
- func (e ListRolesRequestValidationError) Error() string
- func (e ListRolesRequestValidationError) ErrorName() string
- func (e ListRolesRequestValidationError) Field() string
- func (e ListRolesRequestValidationError) Key() bool
- func (e ListRolesRequestValidationError) Reason() string
- type ListSysuserReply
- func (*ListSysuserReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListSysuserReply) GetData() []*UserData
- func (x *ListSysuserReply) GetPageNum() int32
- func (x *ListSysuserReply) GetPageSize() int32
- func (x *ListSysuserReply) GetTotal() int32
- func (*ListSysuserReply) ProtoMessage()
- func (x *ListSysuserReply) ProtoReflect() protoreflect.Message
- func (x *ListSysuserReply) Reset()
- func (x *ListSysuserReply) String() string
- func (m *ListSysuserReply) Validate() error
- func (m *ListSysuserReply) ValidateAll() error
- type ListSysuserReplyMultiError
- type ListSysuserReplyValidationError
- func (e ListSysuserReplyValidationError) Cause() error
- func (e ListSysuserReplyValidationError) Error() string
- func (e ListSysuserReplyValidationError) ErrorName() string
- func (e ListSysuserReplyValidationError) Field() string
- func (e ListSysuserReplyValidationError) Key() bool
- func (e ListSysuserReplyValidationError) Reason() string
- type ListSysuserRequest
- func (*ListSysuserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSysuserRequest) GetPageNum() int32
- func (x *ListSysuserRequest) GetPageSize() int32
- func (x *ListSysuserRequest) GetPhone() string
- func (x *ListSysuserRequest) GetStatus() int32
- func (x *ListSysuserRequest) GetUsername() string
- func (*ListSysuserRequest) ProtoMessage()
- func (x *ListSysuserRequest) ProtoReflect() protoreflect.Message
- func (x *ListSysuserRequest) Reset()
- func (x *ListSysuserRequest) String() string
- func (m *ListSysuserRequest) Validate() error
- func (m *ListSysuserRequest) ValidateAll() error
- type ListSysuserRequestMultiError
- type ListSysuserRequestValidationError
- func (e ListSysuserRequestValidationError) Cause() error
- func (e ListSysuserRequestValidationError) Error() string
- func (e ListSysuserRequestValidationError) ErrorName() string
- func (e ListSysuserRequestValidationError) Field() string
- func (e ListSysuserRequestValidationError) Key() bool
- func (e ListSysuserRequestValidationError) Reason() string
- type LoginReply
- func (*LoginReply) Descriptor() ([]byte, []int)deprecated
- func (x *LoginReply) GetExpire() int64
- func (x *LoginReply) GetToken() string
- func (*LoginReply) ProtoMessage()
- func (x *LoginReply) ProtoReflect() protoreflect.Message
- func (x *LoginReply) Reset()
- func (x *LoginReply) String() string
- func (m *LoginReply) Validate() error
- func (m *LoginReply) ValidateAll() error
- type LoginReplyMultiError
- type LoginReplyValidationError
- type LoginRequest
- func (*LoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoginRequest) GetCode() string
- func (x *LoginRequest) GetPassword() string
- func (x *LoginRequest) GetUsername() string
- func (*LoginRequest) ProtoMessage()
- func (x *LoginRequest) ProtoReflect() protoreflect.Message
- func (x *LoginRequest) Reset()
- func (x *LoginRequest) String() string
- func (m *LoginRequest) Validate() error
- func (m *LoginRequest) ValidateAll() error
- type LoginRequestMultiError
- type LoginRequestValidationError
- func (e LoginRequestValidationError) Cause() error
- func (e LoginRequestValidationError) Error() string
- func (e LoginRequestValidationError) ErrorName() string
- func (e LoginRequestValidationError) Field() string
- func (e LoginRequestValidationError) Key() bool
- func (e LoginRequestValidationError) Reason() string
- type LogoutReply
- func (*LogoutReply) Descriptor() ([]byte, []int)deprecated
- func (*LogoutReply) ProtoMessage()
- func (x *LogoutReply) ProtoReflect() protoreflect.Message
- func (x *LogoutReply) Reset()
- func (x *LogoutReply) String() string
- func (m *LogoutReply) Validate() error
- func (m *LogoutReply) ValidateAll() error
- type LogoutReplyMultiError
- type LogoutReplyValidationError
- func (e LogoutReplyValidationError) Cause() error
- func (e LogoutReplyValidationError) Error() string
- func (e LogoutReplyValidationError) ErrorName() string
- func (e LogoutReplyValidationError) Field() string
- func (e LogoutReplyValidationError) Key() bool
- func (e LogoutReplyValidationError) Reason() string
- type LogoutRequest
- func (*LogoutRequest) Descriptor() ([]byte, []int)deprecated
- func (*LogoutRequest) ProtoMessage()
- func (x *LogoutRequest) ProtoReflect() protoreflect.Message
- func (x *LogoutRequest) Reset()
- func (x *LogoutRequest) String() string
- func (m *LogoutRequest) Validate() error
- func (m *LogoutRequest) ValidateAll() error
- type LogoutRequestMultiError
- type LogoutRequestValidationError
- func (e LogoutRequestValidationError) Cause() error
- func (e LogoutRequestValidationError) Error() string
- func (e LogoutRequestValidationError) ErrorName() string
- func (e LogoutRequestValidationError) Field() string
- func (e LogoutRequestValidationError) Key() bool
- func (e LogoutRequestValidationError) Reason() string
- type MenuLabel
- func (*MenuLabel) Descriptor() ([]byte, []int)deprecated
- func (x *MenuLabel) GetChildren() []*MenuLabel
- func (x *MenuLabel) GetMenuId() int32
- func (x *MenuLabel) GetMenuName() string
- func (*MenuLabel) ProtoMessage()
- func (x *MenuLabel) ProtoReflect() protoreflect.Message
- func (x *MenuLabel) Reset()
- func (x *MenuLabel) String() string
- func (m *MenuLabel) Validate() error
- func (m *MenuLabel) ValidateAll() error
- type MenuLabelMultiError
- type MenuLabelValidationError
- type MenuTree
- func (*MenuTree) Descriptor() ([]byte, []int)deprecated
- func (x *MenuTree) GetChildren() []*MenuTree
- func (x *MenuTree) GetComponent() string
- func (x *MenuTree) GetCreateBy() string
- func (x *MenuTree) GetCreateTime() *timestamppb.Timestamp
- func (x *MenuTree) GetIcon() string
- func (x *MenuTree) GetIsAffix() int32
- func (x *MenuTree) GetIsHide() int32
- func (x *MenuTree) GetIsIframe() int32
- func (x *MenuTree) GetIsKeepAlive() int32
- func (x *MenuTree) GetIsLink() string
- func (x *MenuTree) GetMenuId() int64
- func (x *MenuTree) GetMenuName() string
- func (x *MenuTree) GetMenuType() string
- func (x *MenuTree) GetParentId() int64
- func (x *MenuTree) GetPath() string
- func (x *MenuTree) GetPermission() string
- func (x *MenuTree) GetRemark() string
- func (x *MenuTree) GetSort() int32
- func (x *MenuTree) GetStatus() int32
- func (x *MenuTree) GetTitle() string
- func (x *MenuTree) GetUpdateBy() string
- func (x *MenuTree) GetUpdateTime() *timestamppb.Timestamp
- func (*MenuTree) ProtoMessage()
- func (x *MenuTree) ProtoReflect() protoreflect.Message
- func (x *MenuTree) Reset()
- func (x *MenuTree) String() string
- func (m *MenuTree) Validate() error
- func (m *MenuTree) ValidateAll() error
- type MenuTreeAuth
- func (*MenuTreeAuth) Descriptor() ([]byte, []int)deprecated
- func (x *MenuTreeAuth) GetChildren() []*MenuTreeAuth
- func (x *MenuTreeAuth) GetComponent() string
- func (x *MenuTreeAuth) GetMeta() *MenuTreeMeta
- func (x *MenuTreeAuth) GetName() string
- func (x *MenuTreeAuth) GetParentId() int64
- func (x *MenuTreeAuth) GetPath() string
- func (x *MenuTreeAuth) GetRedirect() string
- func (*MenuTreeAuth) ProtoMessage()
- func (x *MenuTreeAuth) ProtoReflect() protoreflect.Message
- func (x *MenuTreeAuth) Reset()
- func (x *MenuTreeAuth) String() string
- func (m *MenuTreeAuth) Validate() error
- func (m *MenuTreeAuth) ValidateAll() error
- type MenuTreeAuthMultiError
- type MenuTreeAuthValidationError
- func (e MenuTreeAuthValidationError) Cause() error
- func (e MenuTreeAuthValidationError) Error() string
- func (e MenuTreeAuthValidationError) ErrorName() string
- func (e MenuTreeAuthValidationError) Field() string
- func (e MenuTreeAuthValidationError) Key() bool
- func (e MenuTreeAuthValidationError) Reason() string
- type MenuTreeMeta
- func (*MenuTreeMeta) Descriptor() ([]byte, []int)deprecated
- func (x *MenuTreeMeta) GetAuth() []string
- func (x *MenuTreeMeta) GetIcon() string
- func (x *MenuTreeMeta) GetIsAffix() bool
- func (x *MenuTreeMeta) GetIsHide() bool
- func (x *MenuTreeMeta) GetIsIframe() bool
- func (x *MenuTreeMeta) GetIsKeepAlive() bool
- func (x *MenuTreeMeta) GetIsLink() bool
- func (x *MenuTreeMeta) GetTitle() string
- func (*MenuTreeMeta) ProtoMessage()
- func (x *MenuTreeMeta) ProtoReflect() protoreflect.Message
- func (x *MenuTreeMeta) Reset()
- func (x *MenuTreeMeta) String() string
- func (m *MenuTreeMeta) Validate() error
- func (m *MenuTreeMeta) ValidateAll() error
- type MenuTreeMetaMultiError
- type MenuTreeMetaValidationError
- func (e MenuTreeMetaValidationError) Cause() error
- func (e MenuTreeMetaValidationError) Error() string
- func (e MenuTreeMetaValidationError) ErrorName() string
- func (e MenuTreeMetaValidationError) Field() string
- func (e MenuTreeMetaValidationError) Key() bool
- func (e MenuTreeMetaValidationError) Reason() string
- type MenuTreeMultiError
- type MenuTreeValidationError
- type MenusClient
- type MenusHTTPClient
- type MenusHTTPClientImpl
- func (c *MenusHTTPClientImpl) CreateMenus(ctx context.Context, in *CreateMenusRequest, opts ...http.CallOption) (*CreateMenusReply, error)
- func (c *MenusHTTPClientImpl) DeleteMenus(ctx context.Context, in *DeleteMenusRequest, opts ...http.CallOption) (*DeleteMenusReply, error)
- func (c *MenusHTTPClientImpl) GetMenus(ctx context.Context, in *GetMenusRequest, opts ...http.CallOption) (*GetMenusReply, error)
- func (c *MenusHTTPClientImpl) GetMenusTree(ctx context.Context, in *GetMenusTreeRequest, opts ...http.CallOption) (*GetMenusTreeReply, error)
- func (c *MenusHTTPClientImpl) ListMenus(ctx context.Context, in *ListMenusRequest, opts ...http.CallOption) (*ListMenusReply, error)
- func (c *MenusHTTPClientImpl) RoleMenuTreeSelect(ctx context.Context, in *RoleMenuTreeSelectRequest, opts ...http.CallOption) (*RoleMenuTreeSelectReply, error)
- func (c *MenusHTTPClientImpl) UpdateMenus(ctx context.Context, in *UpdateMenusRequest, opts ...http.CallOption) (*UpdateMenusReply, error)
- type MenusHTTPServer
- type MenusServer
- type PostData
- func (*PostData) Descriptor() ([]byte, []int)deprecated
- func (x *PostData) GetCreateBy() string
- func (x *PostData) GetCreateTime() *timestamppb.Timestamp
- func (x *PostData) GetPostCode() string
- func (x *PostData) GetPostId() int64
- func (x *PostData) GetPostName() string
- func (x *PostData) GetRemark() string
- func (x *PostData) GetSort() int32
- func (x *PostData) GetStatus() int32
- func (x *PostData) GetUpdateBy() string
- func (x *PostData) GetUpdateTime() *timestamppb.Timestamp
- func (*PostData) ProtoMessage()
- func (x *PostData) ProtoReflect() protoreflect.Message
- func (x *PostData) Reset()
- func (x *PostData) String() string
- func (m *PostData) Validate() error
- func (m *PostData) ValidateAll() error
- type PostDataMultiError
- type PostDataValidationError
- type RoleData
- func (*RoleData) Descriptor() ([]byte, []int)deprecated
- func (x *RoleData) GetCreateBy() string
- func (x *RoleData) GetCreateTime() *timestamppb.Timestamp
- func (x *RoleData) GetDataScope() int64
- func (x *RoleData) GetMenuIds() []int32
- func (x *RoleData) GetRemark() string
- func (x *RoleData) GetRoleId() int64
- func (x *RoleData) GetRoleKey() string
- func (x *RoleData) GetRoleName() string
- func (x *RoleData) GetRoleSort() int32
- func (x *RoleData) GetStatus() int32
- func (x *RoleData) GetUpdateBy() string
- func (x *RoleData) GetUpdateTime() *timestamppb.Timestamp
- func (*RoleData) ProtoMessage()
- func (x *RoleData) ProtoReflect() protoreflect.Message
- func (x *RoleData) Reset()
- func (x *RoleData) String() string
- func (m *RoleData) Validate() error
- func (m *RoleData) ValidateAll() error
- type RoleDataMultiError
- type RoleDataValidationError
- type RoleDeptTreeSelectReply
- func (*RoleDeptTreeSelectReply) Descriptor() ([]byte, []int)deprecated
- func (x *RoleDeptTreeSelectReply) GetCheckedKeys() []int32
- func (x *RoleDeptTreeSelectReply) GetDepts() []*DeptLabel
- func (*RoleDeptTreeSelectReply) ProtoMessage()
- func (x *RoleDeptTreeSelectReply) ProtoReflect() protoreflect.Message
- func (x *RoleDeptTreeSelectReply) Reset()
- func (x *RoleDeptTreeSelectReply) String() string
- func (m *RoleDeptTreeSelectReply) Validate() error
- func (m *RoleDeptTreeSelectReply) ValidateAll() error
- type RoleDeptTreeSelectReplyMultiError
- type RoleDeptTreeSelectReplyValidationError
- func (e RoleDeptTreeSelectReplyValidationError) Cause() error
- func (e RoleDeptTreeSelectReplyValidationError) Error() string
- func (e RoleDeptTreeSelectReplyValidationError) ErrorName() string
- func (e RoleDeptTreeSelectReplyValidationError) Field() string
- func (e RoleDeptTreeSelectReplyValidationError) Key() bool
- func (e RoleDeptTreeSelectReplyValidationError) Reason() string
- type RoleDeptTreeSelectRequest
- func (*RoleDeptTreeSelectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RoleDeptTreeSelectRequest) GetRoleId() int32
- func (*RoleDeptTreeSelectRequest) ProtoMessage()
- func (x *RoleDeptTreeSelectRequest) ProtoReflect() protoreflect.Message
- func (x *RoleDeptTreeSelectRequest) Reset()
- func (x *RoleDeptTreeSelectRequest) String() string
- func (m *RoleDeptTreeSelectRequest) Validate() error
- func (m *RoleDeptTreeSelectRequest) ValidateAll() error
- type RoleDeptTreeSelectRequestMultiError
- type RoleDeptTreeSelectRequestValidationError
- func (e RoleDeptTreeSelectRequestValidationError) Cause() error
- func (e RoleDeptTreeSelectRequestValidationError) Error() string
- func (e RoleDeptTreeSelectRequestValidationError) ErrorName() string
- func (e RoleDeptTreeSelectRequestValidationError) Field() string
- func (e RoleDeptTreeSelectRequestValidationError) Key() bool
- func (e RoleDeptTreeSelectRequestValidationError) Reason() string
- type RoleMenuTreeSelectReply
- func (*RoleMenuTreeSelectReply) Descriptor() ([]byte, []int)deprecated
- func (x *RoleMenuTreeSelectReply) GetCheckedKeys() []int32
- func (x *RoleMenuTreeSelectReply) GetMenus() []*MenuLabel
- func (*RoleMenuTreeSelectReply) ProtoMessage()
- func (x *RoleMenuTreeSelectReply) ProtoReflect() protoreflect.Message
- func (x *RoleMenuTreeSelectReply) Reset()
- func (x *RoleMenuTreeSelectReply) String() string
- func (m *RoleMenuTreeSelectReply) Validate() error
- func (m *RoleMenuTreeSelectReply) ValidateAll() error
- type RoleMenuTreeSelectReplyMultiError
- type RoleMenuTreeSelectReplyValidationError
- func (e RoleMenuTreeSelectReplyValidationError) Cause() error
- func (e RoleMenuTreeSelectReplyValidationError) Error() string
- func (e RoleMenuTreeSelectReplyValidationError) ErrorName() string
- func (e RoleMenuTreeSelectReplyValidationError) Field() string
- func (e RoleMenuTreeSelectReplyValidationError) Key() bool
- func (e RoleMenuTreeSelectReplyValidationError) Reason() string
- type RoleMenuTreeSelectRequest
- func (*RoleMenuTreeSelectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RoleMenuTreeSelectRequest) GetRoleId() int64
- func (*RoleMenuTreeSelectRequest) ProtoMessage()
- func (x *RoleMenuTreeSelectRequest) ProtoReflect() protoreflect.Message
- func (x *RoleMenuTreeSelectRequest) Reset()
- func (x *RoleMenuTreeSelectRequest) String() string
- func (m *RoleMenuTreeSelectRequest) Validate() error
- func (m *RoleMenuTreeSelectRequest) ValidateAll() error
- type RoleMenuTreeSelectRequestMultiError
- type RoleMenuTreeSelectRequestValidationError
- func (e RoleMenuTreeSelectRequestValidationError) Cause() error
- func (e RoleMenuTreeSelectRequestValidationError) Error() string
- func (e RoleMenuTreeSelectRequestValidationError) ErrorName() string
- func (e RoleMenuTreeSelectRequestValidationError) Field() string
- func (e RoleMenuTreeSelectRequestValidationError) Key() bool
- func (e RoleMenuTreeSelectRequestValidationError) Reason() string
- type RolesClient
- type RolesHTTPClient
- type RolesHTTPClientImpl
- func (c *RolesHTTPClientImpl) ChangeRoleStatus(ctx context.Context, in *ChangeRoleStatusRequest, opts ...http.CallOption) (*ChangeRoleStatusReply, error)
- func (c *RolesHTTPClientImpl) CreateRoles(ctx context.Context, in *CreateRolesRequest, opts ...http.CallOption) (*CreateRolesReply, error)
- func (c *RolesHTTPClientImpl) DataScope(ctx context.Context, in *DataScopeRequest, opts ...http.CallOption) (*DataScopeReply, error)
- func (c *RolesHTTPClientImpl) DeleteRoles(ctx context.Context, in *DeleteRolesRequest, opts ...http.CallOption) (*DeleteRolesReply, error)
- func (c *RolesHTTPClientImpl) GetRoles(ctx context.Context, in *GetRolesRequest, opts ...http.CallOption) (*GetRolesReply, error)
- func (c *RolesHTTPClientImpl) ListRoles(ctx context.Context, in *ListRolesRequest, opts ...http.CallOption) (*ListRolesReply, error)
- func (c *RolesHTTPClientImpl) Roles(ctx context.Context, in *ListRolesRequest, opts ...http.CallOption) (*ListRolesReply, error)
- func (c *RolesHTTPClientImpl) UpdateRoles(ctx context.Context, in *UpdateRolesRequest, opts ...http.CallOption) (*UpdateRolesReply, error)
- type RolesHTTPServer
- type RolesServer
- type SensitiveInfo
- func (*SensitiveInfo) Descriptor() ([]byte, []int)deprecated
- func (x *SensitiveInfo) GetCreatedAt() *timestamppb.Timestamp
- func (x *SensitiveInfo) GetId() int32
- func (x *SensitiveInfo) GetStatus() int32
- func (x *SensitiveInfo) GetWord() string
- func (*SensitiveInfo) ProtoMessage()
- func (x *SensitiveInfo) ProtoReflect() protoreflect.Message
- func (x *SensitiveInfo) Reset()
- func (x *SensitiveInfo) String() string
- func (m *SensitiveInfo) Validate() error
- func (m *SensitiveInfo) ValidateAll() error
- type SensitiveInfoMultiError
- type SensitiveInfoValidationError
- func (e SensitiveInfoValidationError) Cause() error
- func (e SensitiveInfoValidationError) Error() string
- func (e SensitiveInfoValidationError) ErrorName() string
- func (e SensitiveInfoValidationError) Field() string
- func (e SensitiveInfoValidationError) Key() bool
- func (e SensitiveInfoValidationError) Reason() string
- type SimpleMenu
- func (*SimpleMenu) Descriptor() ([]byte, []int)deprecated
- func (x *SimpleMenu) GetChildren() []*SimpleMenu
- func (x *SimpleMenu) GetMenuId() int64
- func (x *SimpleMenu) GetMenuName() string
- func (*SimpleMenu) ProtoMessage()
- func (x *SimpleMenu) ProtoReflect() protoreflect.Message
- func (x *SimpleMenu) Reset()
- func (x *SimpleMenu) String() string
- func (m *SimpleMenu) Validate() error
- func (m *SimpleMenu) ValidateAll() error
- type SimpleMenuMultiError
- type SimpleMenuValidationError
- type SysPostClient
- type SysPostHTTPClient
- type SysPostHTTPClientImpl
- func (c *SysPostHTTPClientImpl) CreatePost(ctx context.Context, in *CreatePostRequest, opts ...http.CallOption) (*CreatePostReply, error)
- func (c *SysPostHTTPClientImpl) DeletePost(ctx context.Context, in *DeletePostRequest, opts ...http.CallOption) (*DeletePostReply, error)
- func (c *SysPostHTTPClientImpl) ListPost(ctx context.Context, in *ListPostRequest, opts ...http.CallOption) (*ListPostReply, error)
- func (c *SysPostHTTPClientImpl) UpdatePost(ctx context.Context, in *UpdatePostRequest, opts ...http.CallOption) (*UpdatePostReply, error)
- type SysPostHTTPServer
- type SysPostServer
- type SysUserErrorReason
- func (SysUserErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x SysUserErrorReason) Enum() *SysUserErrorReason
- func (SysUserErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x SysUserErrorReason) Number() protoreflect.EnumNumber
- func (x SysUserErrorReason) String() string
- func (SysUserErrorReason) Type() protoreflect.EnumType
- type SysuserClient
- type SysuserHTTPClient
- type SysuserHTTPClientImpl
- func (c *SysuserHTTPClientImpl) Auth(ctx context.Context, in *AuthRequest, opts ...http.CallOption) (*AuthReply, error)
- func (c *SysuserHTTPClientImpl) ChangeStatus(ctx context.Context, in *ChangeStatusRequest, opts ...http.CallOption) (*ChangeStatusReply, error)
- func (c *SysuserHTTPClientImpl) CreateSysuser(ctx context.Context, in *CreateSysuserRequest, opts ...http.CallOption) (*CreateSysuserReply, error)
- func (c *SysuserHTTPClientImpl) DeleteSysuser(ctx context.Context, in *DeleteSysuserRequest, opts ...http.CallOption) (*DeleteSysuserReply, error)
- func (c *SysuserHTTPClientImpl) GetCaptcha(ctx context.Context, in *GetCaptchaRequest, opts ...http.CallOption) (*GetCaptchaReply, error)
- func (c *SysuserHTTPClientImpl) GetPostInit(ctx context.Context, in *GetPostInitRequest, opts ...http.CallOption) (*GetPostInitReply, error)
- func (c *SysuserHTTPClientImpl) GetSysuser(ctx context.Context, in *GetSysuserRequest, opts ...http.CallOption) (*GetSysuserReply, error)
- func (c *SysuserHTTPClientImpl) GetUserGoogleSecret(ctx context.Context, in *GetUserGoogleSecretRequest, opts ...http.CallOption) (*GetUserGoogleSecretReply, error)
- func (c *SysuserHTTPClientImpl) GetUserRolePost(ctx context.Context, in *GetUserRolePostRequest, opts ...http.CallOption) (*GetUserRolePostReply, error)
- func (c *SysuserHTTPClientImpl) ListSysuser(ctx context.Context, in *ListSysuserRequest, opts ...http.CallOption) (*ListSysuserReply, error)
- func (c *SysuserHTTPClientImpl) Login(ctx context.Context, in *LoginRequest, opts ...http.CallOption) (*LoginReply, error)
- func (c *SysuserHTTPClientImpl) Logout(ctx context.Context, in *LogoutRequest, opts ...http.CallOption) (*LogoutReply, error)
- func (c *SysuserHTTPClientImpl) UpdatePassword(ctx context.Context, in *UpdatePasswordRequest, opts ...http.CallOption) (*UpdatePasswordReply, error)
- func (c *SysuserHTTPClientImpl) UpdateSysuser(ctx context.Context, in *UpdateSysuserRequest, opts ...http.CallOption) (*UpdateSysuserReply, error)
- type SysuserHTTPServer
- type SysuserServer
- type UnimplementedApiServer
- func (UnimplementedApiServer) AllApi(context.Context, *AllApiRequest) (*AllApiReply, error)
- func (UnimplementedApiServer) CreateApi(context.Context, *CreateApiRequest) (*CreateApiReply, error)
- func (UnimplementedApiServer) DeleteApi(context.Context, *DeleteApiRequest) (*DeleteApiReply, error)
- func (UnimplementedApiServer) GetApi(context.Context, *GetApiRequest) (*GetApiReply, error)
- func (UnimplementedApiServer) GetPolicyPathByRoleKey(context.Context, *GetPolicyPathByRoleKeyRequest) (*GetPolicyPathByRoleKeyReply, error)
- func (UnimplementedApiServer) ListApi(context.Context, *ListApiRequest) (*ListApiReply, error)
- func (UnimplementedApiServer) UpdateApi(context.Context, *UpdateApiRequest) (*UpdateApiReply, error)
- type UnimplementedDeptServer
- func (UnimplementedDeptServer) CreateDept(context.Context, *CreateDeptRequest) (*CreateDeptReply, error)
- func (UnimplementedDeptServer) DeleteDept(context.Context, *DeleteDeptRequest) (*DeleteDeptReply, error)
- func (UnimplementedDeptServer) GetDeptTree(context.Context, *GetDeptTreeRequest) (*GetDeptTreeReply, error)
- func (UnimplementedDeptServer) ListDept(context.Context, *ListDeptRequest) (*ListDeptReply, error)
- func (UnimplementedDeptServer) RoleDeptTreeSelect(context.Context, *RoleDeptTreeSelectRequest) (*RoleDeptTreeSelectReply, error)
- func (UnimplementedDeptServer) UpdateDept(context.Context, *UpdateDeptRequest) (*UpdateDeptReply, error)
- type UnimplementedDictDataServer
- func (UnimplementedDictDataServer) CreateDictData(context.Context, *CreateDictDataRequest) (*CreateDictDataReply, error)
- func (UnimplementedDictDataServer) DeleteDictData(context.Context, *DeleteDictDataRequest) (*DeleteDictDataReply, error)
- func (UnimplementedDictDataServer) GetDictData(context.Context, *GetDictDataRequest) (*GetDictDataReply, error)
- func (UnimplementedDictDataServer) ListDictData(context.Context, *ListDictDataRequest) (*ListDictDataReply, error)
- func (UnimplementedDictDataServer) UpdateDictData(context.Context, *UpdateDictDataRequest) (*UpdateDictDataReply, error)
- type UnimplementedDictTypeServer
- func (UnimplementedDictTypeServer) CreateDictType(context.Context, *CreateDictTypeRequest) (*CreateDictTypeReply, error)
- func (UnimplementedDictTypeServer) DeleteDictType(context.Context, *DeleteDictTypeRequest) (*DeleteDictTypeReply, error)
- func (UnimplementedDictTypeServer) GetDictType(context.Context, *GetDictTypeRequest) (*GetDictTypeReply, error)
- func (UnimplementedDictTypeServer) ListDictType(context.Context, *ListDictTypeRequest) (*ListDictTypeReply, error)
- func (UnimplementedDictTypeServer) UpdateDictType(context.Context, *UpdateDictTypeRequest) (*UpdateDictTypeReply, error)
- type UnimplementedMenusServer
- func (UnimplementedMenusServer) CreateMenus(context.Context, *CreateMenusRequest) (*CreateMenusReply, error)
- func (UnimplementedMenusServer) DeleteMenus(context.Context, *DeleteMenusRequest) (*DeleteMenusReply, error)
- func (UnimplementedMenusServer) GetMenus(context.Context, *GetMenusRequest) (*GetMenusReply, error)
- func (UnimplementedMenusServer) GetMenusTree(context.Context, *GetMenusTreeRequest) (*GetMenusTreeReply, error)
- func (UnimplementedMenusServer) ListMenus(context.Context, *ListMenusRequest) (*ListMenusReply, error)
- func (UnimplementedMenusServer) RoleMenuTreeSelect(context.Context, *RoleMenuTreeSelectRequest) (*RoleMenuTreeSelectReply, error)
- func (UnimplementedMenusServer) UpdateMenus(context.Context, *UpdateMenusRequest) (*UpdateMenusReply, error)
- type UnimplementedRolesServer
- func (UnimplementedRolesServer) ChangeRoleStatus(context.Context, *ChangeRoleStatusRequest) (*ChangeRoleStatusReply, error)
- func (UnimplementedRolesServer) CreateRoles(context.Context, *CreateRolesRequest) (*CreateRolesReply, error)
- func (UnimplementedRolesServer) DataScope(context.Context, *DataScopeRequest) (*DataScopeReply, error)
- func (UnimplementedRolesServer) DeleteRoles(context.Context, *DeleteRolesRequest) (*DeleteRolesReply, error)
- func (UnimplementedRolesServer) GetRoles(context.Context, *GetRolesRequest) (*GetRolesReply, error)
- func (UnimplementedRolesServer) ListRoles(context.Context, *ListRolesRequest) (*ListRolesReply, error)
- func (UnimplementedRolesServer) Roles(context.Context, *ListRolesRequest) (*ListRolesReply, error)
- func (UnimplementedRolesServer) UpdateRoles(context.Context, *UpdateRolesRequest) (*UpdateRolesReply, error)
- type UnimplementedSysPostServer
- func (UnimplementedSysPostServer) CreatePost(context.Context, *CreatePostRequest) (*CreatePostReply, error)
- func (UnimplementedSysPostServer) DeletePost(context.Context, *DeletePostRequest) (*DeletePostReply, error)
- func (UnimplementedSysPostServer) ListPost(context.Context, *ListPostRequest) (*ListPostReply, error)
- func (UnimplementedSysPostServer) UpdatePost(context.Context, *UpdatePostRequest) (*UpdatePostReply, error)
- type UnimplementedSysuserServer
- func (UnimplementedSysuserServer) Auth(context.Context, *AuthRequest) (*AuthReply, error)
- func (UnimplementedSysuserServer) ChangeStatus(context.Context, *ChangeStatusRequest) (*ChangeStatusReply, error)
- func (UnimplementedSysuserServer) CreateSysuser(context.Context, *CreateSysuserRequest) (*CreateSysuserReply, error)
- func (UnimplementedSysuserServer) DeleteSysuser(context.Context, *DeleteSysuserRequest) (*DeleteSysuserReply, error)
- func (UnimplementedSysuserServer) GetCaptcha(context.Context, *GetCaptchaRequest) (*GetCaptchaReply, error)
- func (UnimplementedSysuserServer) GetPostInit(context.Context, *GetPostInitRequest) (*GetPostInitReply, error)
- func (UnimplementedSysuserServer) GetSysuser(context.Context, *GetSysuserRequest) (*GetSysuserReply, error)
- func (UnimplementedSysuserServer) GetUserGoogleSecret(context.Context, *GetUserGoogleSecretRequest) (*GetUserGoogleSecretReply, error)
- func (UnimplementedSysuserServer) GetUserRolePost(context.Context, *GetUserRolePostRequest) (*GetUserRolePostReply, error)
- func (UnimplementedSysuserServer) ListSysuser(context.Context, *ListSysuserRequest) (*ListSysuserReply, error)
- func (UnimplementedSysuserServer) Login(context.Context, *LoginRequest) (*LoginReply, error)
- func (UnimplementedSysuserServer) Logout(context.Context, *LogoutRequest) (*LogoutReply, error)
- func (UnimplementedSysuserServer) UpdatePassword(context.Context, *UpdatePasswordRequest) (*UpdatePasswordReply, error)
- func (UnimplementedSysuserServer) UpdateSysuser(context.Context, *UpdateSysuserRequest) (*UpdateSysuserReply, error)
- type UnsafeApiServer
- type UnsafeDeptServer
- type UnsafeDictDataServer
- type UnsafeDictTypeServer
- type UnsafeMenusServer
- type UnsafeRolesServer
- type UnsafeSysPostServer
- type UnsafeSysuserServer
- type UpdateApiReply
- func (*UpdateApiReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdateApiReply) ProtoMessage()
- func (x *UpdateApiReply) ProtoReflect() protoreflect.Message
- func (x *UpdateApiReply) Reset()
- func (x *UpdateApiReply) String() string
- func (m *UpdateApiReply) Validate() error
- func (m *UpdateApiReply) ValidateAll() error
- type UpdateApiReplyMultiError
- type UpdateApiReplyValidationError
- func (e UpdateApiReplyValidationError) Cause() error
- func (e UpdateApiReplyValidationError) Error() string
- func (e UpdateApiReplyValidationError) ErrorName() string
- func (e UpdateApiReplyValidationError) Field() string
- func (e UpdateApiReplyValidationError) Key() bool
- func (e UpdateApiReplyValidationError) Reason() string
- type UpdateApiRequest
- func (*UpdateApiRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateApiRequest) GetApiGroup() string
- func (x *UpdateApiRequest) GetDescription() string
- func (x *UpdateApiRequest) GetId() int64
- func (x *UpdateApiRequest) GetMethod() string
- func (x *UpdateApiRequest) GetPath() string
- func (*UpdateApiRequest) ProtoMessage()
- func (x *UpdateApiRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateApiRequest) Reset()
- func (x *UpdateApiRequest) String() string
- func (m *UpdateApiRequest) Validate() error
- func (m *UpdateApiRequest) ValidateAll() error
- type UpdateApiRequestMultiError
- type UpdateApiRequestValidationError
- func (e UpdateApiRequestValidationError) Cause() error
- func (e UpdateApiRequestValidationError) Error() string
- func (e UpdateApiRequestValidationError) ErrorName() string
- func (e UpdateApiRequestValidationError) Field() string
- func (e UpdateApiRequestValidationError) Key() bool
- func (e UpdateApiRequestValidationError) Reason() string
- type UpdateDeptReply
- func (*UpdateDeptReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdateDeptReply) ProtoMessage()
- func (x *UpdateDeptReply) ProtoReflect() protoreflect.Message
- func (x *UpdateDeptReply) Reset()
- func (x *UpdateDeptReply) String() string
- func (m *UpdateDeptReply) Validate() error
- func (m *UpdateDeptReply) ValidateAll() error
- type UpdateDeptReplyMultiError
- type UpdateDeptReplyValidationError
- func (e UpdateDeptReplyValidationError) Cause() error
- func (e UpdateDeptReplyValidationError) Error() string
- func (e UpdateDeptReplyValidationError) ErrorName() string
- func (e UpdateDeptReplyValidationError) Field() string
- func (e UpdateDeptReplyValidationError) Key() bool
- func (e UpdateDeptReplyValidationError) Reason() string
- type UpdateDeptRequest
- func (*UpdateDeptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeptRequest) GetDeptId() int64
- func (x *UpdateDeptRequest) GetDeptName() string
- func (x *UpdateDeptRequest) GetEmail() string
- func (x *UpdateDeptRequest) GetLeader() string
- func (x *UpdateDeptRequest) GetParentId() int64
- func (x *UpdateDeptRequest) GetPhone() string
- func (x *UpdateDeptRequest) GetSort() int32
- func (x *UpdateDeptRequest) GetStatus() int64
- func (*UpdateDeptRequest) ProtoMessage()
- func (x *UpdateDeptRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDeptRequest) Reset()
- func (x *UpdateDeptRequest) String() string
- func (m *UpdateDeptRequest) Validate() error
- func (m *UpdateDeptRequest) ValidateAll() error
- type UpdateDeptRequestMultiError
- type UpdateDeptRequestValidationError
- func (e UpdateDeptRequestValidationError) Cause() error
- func (e UpdateDeptRequestValidationError) Error() string
- func (e UpdateDeptRequestValidationError) ErrorName() string
- func (e UpdateDeptRequestValidationError) Field() string
- func (e UpdateDeptRequestValidationError) Key() bool
- func (e UpdateDeptRequestValidationError) Reason() string
- type UpdateDictDataReply
- func (*UpdateDictDataReply) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDictDataReply) GetDictCode() int64
- func (*UpdateDictDataReply) ProtoMessage()
- func (x *UpdateDictDataReply) ProtoReflect() protoreflect.Message
- func (x *UpdateDictDataReply) Reset()
- func (x *UpdateDictDataReply) String() string
- func (m *UpdateDictDataReply) Validate() error
- func (m *UpdateDictDataReply) ValidateAll() error
- type UpdateDictDataReplyMultiError
- type UpdateDictDataReplyValidationError
- func (e UpdateDictDataReplyValidationError) Cause() error
- func (e UpdateDictDataReplyValidationError) Error() string
- func (e UpdateDictDataReplyValidationError) ErrorName() string
- func (e UpdateDictDataReplyValidationError) Field() string
- func (e UpdateDictDataReplyValidationError) Key() bool
- func (e UpdateDictDataReplyValidationError) Reason() string
- type UpdateDictDataRequest
- func (*UpdateDictDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDictDataRequest) GetCreateBy() string
- func (x *UpdateDictDataRequest) GetCreateTime() *timestamppb.Timestamp
- func (x *UpdateDictDataRequest) GetCssClass() string
- func (x *UpdateDictDataRequest) GetDictCode() int64
- func (x *UpdateDictDataRequest) GetDictLabel() string
- func (x *UpdateDictDataRequest) GetDictSort() int32
- func (x *UpdateDictDataRequest) GetDictType() string
- func (x *UpdateDictDataRequest) GetDictValue() string
- func (x *UpdateDictDataRequest) GetIsDefault() string
- func (x *UpdateDictDataRequest) GetListClass() string
- func (x *UpdateDictDataRequest) GetRemark() string
- func (x *UpdateDictDataRequest) GetStatus() int32
- func (x *UpdateDictDataRequest) GetUpdateBy() string
- func (x *UpdateDictDataRequest) GetUpdateTime() *timestamppb.Timestamp
- func (*UpdateDictDataRequest) ProtoMessage()
- func (x *UpdateDictDataRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDictDataRequest) Reset()
- func (x *UpdateDictDataRequest) String() string
- func (m *UpdateDictDataRequest) Validate() error
- func (m *UpdateDictDataRequest) ValidateAll() error
- type UpdateDictDataRequestMultiError
- type UpdateDictDataRequestValidationError
- func (e UpdateDictDataRequestValidationError) Cause() error
- func (e UpdateDictDataRequestValidationError) Error() string
- func (e UpdateDictDataRequestValidationError) ErrorName() string
- func (e UpdateDictDataRequestValidationError) Field() string
- func (e UpdateDictDataRequestValidationError) Key() bool
- func (e UpdateDictDataRequestValidationError) Reason() string
- type UpdateDictTypeReply
- func (*UpdateDictTypeReply) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDictTypeReply) GetDictId() int64
- func (*UpdateDictTypeReply) ProtoMessage()
- func (x *UpdateDictTypeReply) ProtoReflect() protoreflect.Message
- func (x *UpdateDictTypeReply) Reset()
- func (x *UpdateDictTypeReply) String() string
- func (m *UpdateDictTypeReply) Validate() error
- func (m *UpdateDictTypeReply) ValidateAll() error
- type UpdateDictTypeReplyMultiError
- type UpdateDictTypeReplyValidationError
- func (e UpdateDictTypeReplyValidationError) Cause() error
- func (e UpdateDictTypeReplyValidationError) Error() string
- func (e UpdateDictTypeReplyValidationError) ErrorName() string
- func (e UpdateDictTypeReplyValidationError) Field() string
- func (e UpdateDictTypeReplyValidationError) Key() bool
- func (e UpdateDictTypeReplyValidationError) Reason() string
- type UpdateDictTypeRequest
- func (*UpdateDictTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDictTypeRequest) GetCreateBy() string
- func (x *UpdateDictTypeRequest) GetCreateTime() *timestamppb.Timestamp
- func (x *UpdateDictTypeRequest) GetDictId() uint32
- func (x *UpdateDictTypeRequest) GetDictName() string
- func (x *UpdateDictTypeRequest) GetDictType() string
- func (x *UpdateDictTypeRequest) GetRemark() string
- func (x *UpdateDictTypeRequest) GetStatus() int32
- func (x *UpdateDictTypeRequest) GetUpdateBy() string
- func (x *UpdateDictTypeRequest) GetUpdateTime() *timestamppb.Timestamp
- func (*UpdateDictTypeRequest) ProtoMessage()
- func (x *UpdateDictTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDictTypeRequest) Reset()
- func (x *UpdateDictTypeRequest) String() string
- func (m *UpdateDictTypeRequest) Validate() error
- func (m *UpdateDictTypeRequest) ValidateAll() error
- type UpdateDictTypeRequestMultiError
- type UpdateDictTypeRequestValidationError
- func (e UpdateDictTypeRequestValidationError) Cause() error
- func (e UpdateDictTypeRequestValidationError) Error() string
- func (e UpdateDictTypeRequestValidationError) ErrorName() string
- func (e UpdateDictTypeRequestValidationError) Field() string
- func (e UpdateDictTypeRequestValidationError) Key() bool
- func (e UpdateDictTypeRequestValidationError) Reason() string
- type UpdateMenusReply
- func (*UpdateMenusReply) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMenusReply) GetMenus() []*MenuTree
- func (x *UpdateMenusReply) GetPermissions() []string
- func (*UpdateMenusReply) ProtoMessage()
- func (x *UpdateMenusReply) ProtoReflect() protoreflect.Message
- func (x *UpdateMenusReply) Reset()
- func (x *UpdateMenusReply) String() string
- func (m *UpdateMenusReply) Validate() error
- func (m *UpdateMenusReply) ValidateAll() error
- type UpdateMenusReplyMultiError
- type UpdateMenusReplyValidationError
- func (e UpdateMenusReplyValidationError) Cause() error
- func (e UpdateMenusReplyValidationError) Error() string
- func (e UpdateMenusReplyValidationError) ErrorName() string
- func (e UpdateMenusReplyValidationError) Field() string
- func (e UpdateMenusReplyValidationError) Key() bool
- func (e UpdateMenusReplyValidationError) Reason() string
- type UpdateMenusRequest
- func (*UpdateMenusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMenusRequest) GetComponent() string
- func (x *UpdateMenusRequest) GetIcon() string
- func (x *UpdateMenusRequest) GetIsAffix() int32
- func (x *UpdateMenusRequest) GetIsHide() int64
- func (x *UpdateMenusRequest) GetIsIframe() int32
- func (x *UpdateMenusRequest) GetIsKeepAlive() int32
- func (x *UpdateMenusRequest) GetIsLink() string
- func (x *UpdateMenusRequest) GetMenuId() int64
- func (x *UpdateMenusRequest) GetMenuName() string
- func (x *UpdateMenusRequest) GetMenuType() string
- func (x *UpdateMenusRequest) GetParentId() int32
- func (x *UpdateMenusRequest) GetPath() string
- func (x *UpdateMenusRequest) GetPermission() string
- func (x *UpdateMenusRequest) GetRemark() string
- func (x *UpdateMenusRequest) GetSort() int32
- func (x *UpdateMenusRequest) GetStatus() int32
- func (x *UpdateMenusRequest) GetTitle() string
- func (*UpdateMenusRequest) ProtoMessage()
- func (x *UpdateMenusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMenusRequest) Reset()
- func (x *UpdateMenusRequest) String() string
- func (m *UpdateMenusRequest) Validate() error
- func (m *UpdateMenusRequest) ValidateAll() error
- type UpdateMenusRequestMultiError
- type UpdateMenusRequestValidationError
- func (e UpdateMenusRequestValidationError) Cause() error
- func (e UpdateMenusRequestValidationError) Error() string
- func (e UpdateMenusRequestValidationError) ErrorName() string
- func (e UpdateMenusRequestValidationError) Field() string
- func (e UpdateMenusRequestValidationError) Key() bool
- func (e UpdateMenusRequestValidationError) Reason() string
- type UpdatePasswordReply
- func (*UpdatePasswordReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdatePasswordReply) ProtoMessage()
- func (x *UpdatePasswordReply) ProtoReflect() protoreflect.Message
- func (x *UpdatePasswordReply) Reset()
- func (x *UpdatePasswordReply) String() string
- func (m *UpdatePasswordReply) Validate() error
- func (m *UpdatePasswordReply) ValidateAll() error
- type UpdatePasswordReplyMultiError
- type UpdatePasswordReplyValidationError
- func (e UpdatePasswordReplyValidationError) Cause() error
- func (e UpdatePasswordReplyValidationError) Error() string
- func (e UpdatePasswordReplyValidationError) ErrorName() string
- func (e UpdatePasswordReplyValidationError) Field() string
- func (e UpdatePasswordReplyValidationError) Key() bool
- func (e UpdatePasswordReplyValidationError) Reason() string
- type UpdatePasswordRequest
- func (*UpdatePasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePasswordRequest) GetNewPassword() string
- func (x *UpdatePasswordRequest) GetOldPassword() string
- func (*UpdatePasswordRequest) ProtoMessage()
- func (x *UpdatePasswordRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePasswordRequest) Reset()
- func (x *UpdatePasswordRequest) String() string
- func (m *UpdatePasswordRequest) Validate() error
- func (m *UpdatePasswordRequest) ValidateAll() error
- type UpdatePasswordRequestMultiError
- type UpdatePasswordRequestValidationError
- func (e UpdatePasswordRequestValidationError) Cause() error
- func (e UpdatePasswordRequestValidationError) Error() string
- func (e UpdatePasswordRequestValidationError) ErrorName() string
- func (e UpdatePasswordRequestValidationError) Field() string
- func (e UpdatePasswordRequestValidationError) Key() bool
- func (e UpdatePasswordRequestValidationError) Reason() string
- type UpdatePostReply
- func (*UpdatePostReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdatePostReply) ProtoMessage()
- func (x *UpdatePostReply) ProtoReflect() protoreflect.Message
- func (x *UpdatePostReply) Reset()
- func (x *UpdatePostReply) String() string
- func (m *UpdatePostReply) Validate() error
- func (m *UpdatePostReply) ValidateAll() error
- type UpdatePostReplyMultiError
- type UpdatePostReplyValidationError
- func (e UpdatePostReplyValidationError) Cause() error
- func (e UpdatePostReplyValidationError) Error() string
- func (e UpdatePostReplyValidationError) ErrorName() string
- func (e UpdatePostReplyValidationError) Field() string
- func (e UpdatePostReplyValidationError) Key() bool
- func (e UpdatePostReplyValidationError) Reason() string
- type UpdatePostRequest
- func (*UpdatePostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePostRequest) GetPostCode() string
- func (x *UpdatePostRequest) GetPostId() int64
- func (x *UpdatePostRequest) GetPostName() string
- func (x *UpdatePostRequest) GetRemark() string
- func (x *UpdatePostRequest) GetSort() int32
- func (x *UpdatePostRequest) GetStatus() int32
- func (*UpdatePostRequest) ProtoMessage()
- func (x *UpdatePostRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePostRequest) Reset()
- func (x *UpdatePostRequest) String() string
- func (m *UpdatePostRequest) Validate() error
- func (m *UpdatePostRequest) ValidateAll() error
- type UpdatePostRequestMultiError
- type UpdatePostRequestValidationError
- func (e UpdatePostRequestValidationError) Cause() error
- func (e UpdatePostRequestValidationError) Error() string
- func (e UpdatePostRequestValidationError) ErrorName() string
- func (e UpdatePostRequestValidationError) Field() string
- func (e UpdatePostRequestValidationError) Key() bool
- func (e UpdatePostRequestValidationError) Reason() string
- type UpdateRolesReply
- func (*UpdateRolesReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdateRolesReply) ProtoMessage()
- func (x *UpdateRolesReply) ProtoReflect() protoreflect.Message
- func (x *UpdateRolesReply) Reset()
- func (x *UpdateRolesReply) String() string
- func (m *UpdateRolesReply) Validate() error
- func (m *UpdateRolesReply) ValidateAll() error
- type UpdateRolesReplyMultiError
- type UpdateRolesReplyValidationError
- func (e UpdateRolesReplyValidationError) Cause() error
- func (e UpdateRolesReplyValidationError) Error() string
- func (e UpdateRolesReplyValidationError) ErrorName() string
- func (e UpdateRolesReplyValidationError) Field() string
- func (e UpdateRolesReplyValidationError) Key() bool
- func (e UpdateRolesReplyValidationError) Reason() string
- type UpdateRolesRequest
- func (*UpdateRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRolesRequest) GetApiIds() []*ApiBase
- func (x *UpdateRolesRequest) GetDataScope() int32
- func (x *UpdateRolesRequest) GetDefaultRouter() string
- func (x *UpdateRolesRequest) GetMenuIds() []int64
- func (x *UpdateRolesRequest) GetParentId() int64
- func (x *UpdateRolesRequest) GetRemark() string
- func (x *UpdateRolesRequest) GetRoleId() int64
- func (x *UpdateRolesRequest) GetRoleKey() string
- func (x *UpdateRolesRequest) GetRoleName() string
- func (x *UpdateRolesRequest) GetSort() int32
- func (x *UpdateRolesRequest) GetStatus() int32
- func (*UpdateRolesRequest) ProtoMessage()
- func (x *UpdateRolesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRolesRequest) Reset()
- func (x *UpdateRolesRequest) String() string
- func (m *UpdateRolesRequest) Validate() error
- func (m *UpdateRolesRequest) ValidateAll() error
- type UpdateRolesRequestMultiError
- type UpdateRolesRequestValidationError
- func (e UpdateRolesRequestValidationError) Cause() error
- func (e UpdateRolesRequestValidationError) Error() string
- func (e UpdateRolesRequestValidationError) ErrorName() string
- func (e UpdateRolesRequestValidationError) Field() string
- func (e UpdateRolesRequestValidationError) Key() bool
- func (e UpdateRolesRequestValidationError) Reason() string
- type UpdateSysuserReply
- func (*UpdateSysuserReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdateSysuserReply) ProtoMessage()
- func (x *UpdateSysuserReply) ProtoReflect() protoreflect.Message
- func (x *UpdateSysuserReply) Reset()
- func (x *UpdateSysuserReply) String() string
- func (m *UpdateSysuserReply) Validate() error
- func (m *UpdateSysuserReply) ValidateAll() error
- type UpdateSysuserReplyMultiError
- type UpdateSysuserReplyValidationError
- func (e UpdateSysuserReplyValidationError) Cause() error
- func (e UpdateSysuserReplyValidationError) Error() string
- func (e UpdateSysuserReplyValidationError) ErrorName() string
- func (e UpdateSysuserReplyValidationError) Field() string
- func (e UpdateSysuserReplyValidationError) Key() bool
- func (e UpdateSysuserReplyValidationError) Reason() string
- type UpdateSysuserRequest
- func (*UpdateSysuserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSysuserRequest) GetAvatar() string
- func (x *UpdateSysuserRequest) GetCreateBy() string
- func (x *UpdateSysuserRequest) GetCreatedAt() *timestamppb.Timestamp
- func (x *UpdateSysuserRequest) GetDeptId() int64
- func (x *UpdateSysuserRequest) GetEmail() string
- func (x *UpdateSysuserRequest) GetNickName() string
- func (x *UpdateSysuserRequest) GetPassword() string
- func (x *UpdateSysuserRequest) GetPhone() string
- func (x *UpdateSysuserRequest) GetPostId() int64
- func (x *UpdateSysuserRequest) GetPostIds() string
- func (x *UpdateSysuserRequest) GetRemark() string
- func (x *UpdateSysuserRequest) GetRoleId() int64
- func (x *UpdateSysuserRequest) GetRoleIds() string
- func (x *UpdateSysuserRequest) GetRoleName() string
- func (x *UpdateSysuserRequest) GetSalt() string
- func (x *UpdateSysuserRequest) GetSecret() string
- func (x *UpdateSysuserRequest) GetSex() int32
- func (x *UpdateSysuserRequest) GetStatus() int32
- func (x *UpdateSysuserRequest) GetUpdateBy() string
- func (x *UpdateSysuserRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (x *UpdateSysuserRequest) GetUserId() int64
- func (x *UpdateSysuserRequest) GetUsername() string
- func (*UpdateSysuserRequest) ProtoMessage()
- func (x *UpdateSysuserRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSysuserRequest) Reset()
- func (x *UpdateSysuserRequest) String() string
- func (m *UpdateSysuserRequest) Validate() error
- func (m *UpdateSysuserRequest) ValidateAll() error
- type UpdateSysuserRequestMultiError
- type UpdateSysuserRequestValidationError
- func (e UpdateSysuserRequestValidationError) Cause() error
- func (e UpdateSysuserRequestValidationError) Error() string
- func (e UpdateSysuserRequestValidationError) ErrorName() string
- func (e UpdateSysuserRequestValidationError) Field() string
- func (e UpdateSysuserRequestValidationError) Key() bool
- func (e UpdateSysuserRequestValidationError) Reason() string
- type UserData
- func (*UserData) Descriptor() ([]byte, []int)deprecated
- func (x *UserData) GetAvatar() string
- func (x *UserData) GetCreateBy() string
- func (x *UserData) GetCreateTime() *timestamppb.Timestamp
- func (x *UserData) GetDeptId() int32
- func (x *UserData) GetDeptName() string
- func (x *UserData) GetEmail() string
- func (x *UserData) GetNickName() string
- func (x *UserData) GetPassword() string
- func (x *UserData) GetPhone() string
- func (x *UserData) GetPostId() int32
- func (x *UserData) GetPostIds() string
- func (x *UserData) GetQrcode() string
- func (x *UserData) GetRemark() string
- func (x *UserData) GetRoleId() int32
- func (x *UserData) GetRoleIds() string
- func (x *UserData) GetRoleName() string
- func (x *UserData) GetSalt() string
- func (x *UserData) GetSecret() string
- func (x *UserData) GetSex() int64
- func (x *UserData) GetStatus() int32
- func (x *UserData) GetUpdateBy() string
- func (x *UserData) GetUpdateTime() *timestamppb.Timestamp
- func (x *UserData) GetUserId() int64
- func (x *UserData) GetUsername() string
- func (*UserData) ProtoMessage()
- func (x *UserData) ProtoReflect() protoreflect.Message
- func (x *UserData) Reset()
- func (x *UserData) String() string
- func (m *UserData) Validate() error
- func (m *UserData) ValidateAll() error
- type UserDataMultiError
- type UserDataValidationError
- type UserInfo
- func (*UserInfo) Descriptor() ([]byte, []int)deprecated
- func (x *UserInfo) GetAccount() string
- func (x *UserInfo) GetAllowAddFriend() int32
- func (x *UserInfo) GetAllowCreateGroup() int32
- func (x *UserInfo) GetBirth() *timestamppb.Timestamp
- func (x *UserInfo) GetCreateTime() *timestamppb.Timestamp
- func (x *UserInfo) GetEmail() string
- func (x *UserInfo) GetFaceURL() string
- func (x *UserInfo) GetFreezeAt() *timestamppb.Timestamp
- func (x *UserInfo) GetFreezeBy() string
- func (x *UserInfo) GetFreezeRemark() string
- func (x *UserInfo) GetFriendCount() int32
- func (x *UserInfo) GetFriendMute() int32
- func (x *UserInfo) GetFunctionStatus() *UserInfoFunctionStatusList
- func (x *UserInfo) GetGender() int32
- func (x *UserInfo) GetGroupCount() int32
- func (x *UserInfo) GetGroupMute() int32
- func (x *UserInfo) GetIpList() *UserInfoIpItemSet
- func (x *UserInfo) GetIsInIpWhiteList() int32
- func (x *UserInfo) GetLastLoginIp() string
- func (x *UserInfo) GetLastLoginTime() *timestamppb.Timestamp
- func (x *UserInfo) GetLevel() int32
- func (x *UserInfo) GetMotto() string
- func (x *UserInfo) GetNickname() string
- func (x *UserInfo) GetPhoneNumber() string
- func (x *UserInfo) GetPlatform() uint32
- func (x *UserInfo) GetStatus() int32
- func (x *UserInfo) GetUserID() string
- func (*UserInfo) ProtoMessage()
- func (x *UserInfo) ProtoReflect() protoreflect.Message
- func (x *UserInfo) Reset()
- func (x *UserInfo) String() string
- func (m *UserInfo) Validate() error
- func (m *UserInfo) ValidateAll() error
- type UserInfoFunctionStatusList
- func (*UserInfoFunctionStatusList) Descriptor() ([]byte, []int)deprecated
- func (x *UserInfoFunctionStatusList) GetAddFriend() int32
- func (x *UserInfoFunctionStatusList) GetCreateGroup() int32
- func (x *UserInfoFunctionStatusList) GetFreezeAccount() int32
- func (x *UserInfoFunctionStatusList) GetFriendMute() int32
- func (x *UserInfoFunctionStatusList) GetGroupMute() int32
- func (*UserInfoFunctionStatusList) ProtoMessage()
- func (x *UserInfoFunctionStatusList) ProtoReflect() protoreflect.Message
- func (x *UserInfoFunctionStatusList) Reset()
- func (x *UserInfoFunctionStatusList) String() string
- func (m *UserInfoFunctionStatusList) Validate() error
- func (m *UserInfoFunctionStatusList) ValidateAll() error
- type UserInfoFunctionStatusListMultiError
- type UserInfoFunctionStatusListValidationError
- func (e UserInfoFunctionStatusListValidationError) Cause() error
- func (e UserInfoFunctionStatusListValidationError) Error() string
- func (e UserInfoFunctionStatusListValidationError) ErrorName() string
- func (e UserInfoFunctionStatusListValidationError) Field() string
- func (e UserInfoFunctionStatusListValidationError) Key() bool
- func (e UserInfoFunctionStatusListValidationError) Reason() string
- type UserInfoIpItem
- func (*UserInfoIpItem) Descriptor() ([]byte, []int)deprecated
- func (x *UserInfoIpItem) GetIp() string
- func (x *UserInfoIpItem) GetIsProhibited() int32
- func (*UserInfoIpItem) ProtoMessage()
- func (x *UserInfoIpItem) ProtoReflect() protoreflect.Message
- func (x *UserInfoIpItem) Reset()
- func (x *UserInfoIpItem) String() string
- func (m *UserInfoIpItem) Validate() error
- func (m *UserInfoIpItem) ValidateAll() error
- type UserInfoIpItemMultiError
- type UserInfoIpItemSet
- func (*UserInfoIpItemSet) Descriptor() ([]byte, []int)deprecated
- func (x *UserInfoIpItemSet) GetIpItem() []*UserInfoIpItem
- func (x *UserInfoIpItemSet) GetIsMultiTerminalLogin() int32
- func (*UserInfoIpItemSet) ProtoMessage()
- func (x *UserInfoIpItemSet) ProtoReflect() protoreflect.Message
- func (x *UserInfoIpItemSet) Reset()
- func (x *UserInfoIpItemSet) String() string
- func (m *UserInfoIpItemSet) Validate() error
- func (m *UserInfoIpItemSet) ValidateAll() error
- type UserInfoIpItemSetMultiError
- type UserInfoIpItemSetValidationError
- func (e UserInfoIpItemSetValidationError) Cause() error
- func (e UserInfoIpItemSetValidationError) Error() string
- func (e UserInfoIpItemSetValidationError) ErrorName() string
- func (e UserInfoIpItemSetValidationError) Field() string
- func (e UserInfoIpItemSetValidationError) Key() bool
- func (e UserInfoIpItemSetValidationError) Reason() string
- type UserInfoIpItemValidationError
- func (e UserInfoIpItemValidationError) Cause() error
- func (e UserInfoIpItemValidationError) Error() string
- func (e UserInfoIpItemValidationError) ErrorName() string
- func (e UserInfoIpItemValidationError) Field() string
- func (e UserInfoIpItemValidationError) Key() bool
- func (e UserInfoIpItemValidationError) Reason() string
- type UserInfoMultiError
- type UserInfoValidationError
Constants ¶
const ( Api_ListApi_FullMethodName = "/api.admin.v1.Api/ListApi" Api_AllApi_FullMethodName = "/api.admin.v1.Api/AllApi" Api_CreateApi_FullMethodName = "/api.admin.v1.Api/CreateApi" Api_UpdateApi_FullMethodName = "/api.admin.v1.Api/UpdateApi" Api_GetPolicyPathByRoleKey_FullMethodName = "/api.admin.v1.Api/GetPolicyPathByRoleKey" Api_GetApi_FullMethodName = "/api.admin.v1.Api/GetApi" Api_DeleteApi_FullMethodName = "/api.admin.v1.Api/DeleteApi" )
const ( Dept_ListDept_FullMethodName = "/api.admin.v1.Dept/ListDept" Dept_GetDeptTree_FullMethodName = "/api.admin.v1.Dept/GetDeptTree" Dept_CreateDept_FullMethodName = "/api.admin.v1.Dept/CreateDept" Dept_UpdateDept_FullMethodName = "/api.admin.v1.Dept/UpdateDept" Dept_DeleteDept_FullMethodName = "/api.admin.v1.Dept/DeleteDept" Dept_RoleDeptTreeSelect_FullMethodName = "/api.admin.v1.Dept/RoleDeptTreeSelect" )
const ( DictData_ListDictData_FullMethodName = "/api.admin.v1.DictData/ListDictData" DictData_CreateDictData_FullMethodName = "/api.admin.v1.DictData/CreateDictData" DictData_UpdateDictData_FullMethodName = "/api.admin.v1.DictData/UpdateDictData" DictData_DeleteDictData_FullMethodName = "/api.admin.v1.DictData/DeleteDictData" DictData_GetDictData_FullMethodName = "/api.admin.v1.DictData/GetDictData" )
const ( DictType_ListDictType_FullMethodName = "/api.admin.v1.DictType/ListDictType" DictType_CreateDictType_FullMethodName = "/api.admin.v1.DictType/CreateDictType" DictType_UpdateDictType_FullMethodName = "/api.admin.v1.DictType/UpdateDictType" DictType_DeleteDictType_FullMethodName = "/api.admin.v1.DictType/DeleteDictType" DictType_GetDictType_FullMethodName = "/api.admin.v1.DictType/GetDictType" )
const ( Menus_CreateMenus_FullMethodName = "/api.admin.v1.Menus/CreateMenus" Menus_ListMenus_FullMethodName = "/api.admin.v1.Menus/ListMenus" Menus_GetMenusTree_FullMethodName = "/api.admin.v1.Menus/GetMenusTree" Menus_UpdateMenus_FullMethodName = "/api.admin.v1.Menus/UpdateMenus" Menus_DeleteMenus_FullMethodName = "/api.admin.v1.Menus/DeleteMenus" Menus_GetMenus_FullMethodName = "/api.admin.v1.Menus/GetMenus" Menus_RoleMenuTreeSelect_FullMethodName = "/api.admin.v1.Menus/RoleMenuTreeSelect" )
const ( SysPost_ListPost_FullMethodName = "/api.admin.v1.SysPost/ListPost" SysPost_CreatePost_FullMethodName = "/api.admin.v1.SysPost/CreatePost" SysPost_UpdatePost_FullMethodName = "/api.admin.v1.SysPost/UpdatePost" SysPost_DeletePost_FullMethodName = "/api.admin.v1.SysPost/DeletePost" )
const ( Roles_CreateRoles_FullMethodName = "/api.admin.v1.Roles/CreateRoles" Roles_UpdateRoles_FullMethodName = "/api.admin.v1.Roles/UpdateRoles" Roles_ListRoles_FullMethodName = "/api.admin.v1.Roles/ListRoles" Roles_Roles_FullMethodName = "/api.admin.v1.Roles/Roles" Roles_ChangeRoleStatus_FullMethodName = "/api.admin.v1.Roles/ChangeRoleStatus" Roles_DataScope_FullMethodName = "/api.admin.v1.Roles/DataScope" Roles_DeleteRoles_FullMethodName = "/api.admin.v1.Roles/DeleteRoles" Roles_GetRoles_FullMethodName = "/api.admin.v1.Roles/GetRoles" )
const ( Sysuser_CreateSysuser_FullMethodName = "/api.admin.v1.Sysuser/CreateSysuser" Sysuser_UpdateSysuser_FullMethodName = "/api.admin.v1.Sysuser/UpdateSysuser" Sysuser_DeleteSysuser_FullMethodName = "/api.admin.v1.Sysuser/DeleteSysuser" Sysuser_GetSysuser_FullMethodName = "/api.admin.v1.Sysuser/GetSysuser" Sysuser_ListSysuser_FullMethodName = "/api.admin.v1.Sysuser/ListSysuser" Sysuser_GetCaptcha_FullMethodName = "/api.admin.v1.Sysuser/GetCaptcha" Sysuser_Login_FullMethodName = "/api.admin.v1.Sysuser/Login" Sysuser_Logout_FullMethodName = "/api.admin.v1.Sysuser/Logout" Sysuser_Auth_FullMethodName = "/api.admin.v1.Sysuser/Auth" Sysuser_ChangeStatus_FullMethodName = "/api.admin.v1.Sysuser/ChangeStatus" Sysuser_UpdatePassword_FullMethodName = "/api.admin.v1.Sysuser/UpdatePassword" Sysuser_GetPostInit_FullMethodName = "/api.admin.v1.Sysuser/GetPostInit" Sysuser_GetUserRolePost_FullMethodName = "/api.admin.v1.Sysuser/GetUserRolePost" Sysuser_GetUserGoogleSecret_FullMethodName = "/api.admin.v1.Sysuser/GetUserGoogleSecret" )
const OperationApiAllApi = "/api.admin.v1.Api/AllApi"
const OperationApiCreateApi = "/api.admin.v1.Api/CreateApi"
const OperationApiDeleteApi = "/api.admin.v1.Api/DeleteApi"
const OperationApiGetApi = "/api.admin.v1.Api/GetApi"
const OperationApiGetPolicyPathByRoleKey = "/api.admin.v1.Api/GetPolicyPathByRoleKey"
const OperationApiListApi = "/api.admin.v1.Api/ListApi"
const OperationApiUpdateApi = "/api.admin.v1.Api/UpdateApi"
const OperationDeptCreateDept = "/api.admin.v1.Dept/CreateDept"
const OperationDeptDeleteDept = "/api.admin.v1.Dept/DeleteDept"
const OperationDeptGetDeptTree = "/api.admin.v1.Dept/GetDeptTree"
const OperationDeptListDept = "/api.admin.v1.Dept/ListDept"
const OperationDeptRoleDeptTreeSelect = "/api.admin.v1.Dept/RoleDeptTreeSelect"
const OperationDeptUpdateDept = "/api.admin.v1.Dept/UpdateDept"
const OperationDictDataCreateDictData = "/api.admin.v1.DictData/CreateDictData"
const OperationDictDataDeleteDictData = "/api.admin.v1.DictData/DeleteDictData"
const OperationDictDataGetDictData = "/api.admin.v1.DictData/GetDictData"
const OperationDictDataListDictData = "/api.admin.v1.DictData/ListDictData"
const OperationDictDataUpdateDictData = "/api.admin.v1.DictData/UpdateDictData"
const OperationDictTypeCreateDictType = "/api.admin.v1.DictType/CreateDictType"
const OperationDictTypeDeleteDictType = "/api.admin.v1.DictType/DeleteDictType"
const OperationDictTypeGetDictType = "/api.admin.v1.DictType/GetDictType"
const OperationDictTypeListDictType = "/api.admin.v1.DictType/ListDictType"
const OperationDictTypeUpdateDictType = "/api.admin.v1.DictType/UpdateDictType"
const OperationMenusCreateMenus = "/api.admin.v1.Menus/CreateMenus"
const OperationMenusDeleteMenus = "/api.admin.v1.Menus/DeleteMenus"
const OperationMenusGetMenus = "/api.admin.v1.Menus/GetMenus"
const OperationMenusGetMenusTree = "/api.admin.v1.Menus/GetMenusTree"
const OperationMenusListMenus = "/api.admin.v1.Menus/ListMenus"
const OperationMenusRoleMenuTreeSelect = "/api.admin.v1.Menus/RoleMenuTreeSelect"
const OperationMenusUpdateMenus = "/api.admin.v1.Menus/UpdateMenus"
const OperationRolesChangeRoleStatus = "/api.admin.v1.Roles/ChangeRoleStatus"
const OperationRolesCreateRoles = "/api.admin.v1.Roles/CreateRoles"
const OperationRolesDataScope = "/api.admin.v1.Roles/DataScope"
const OperationRolesDeleteRoles = "/api.admin.v1.Roles/DeleteRoles"
const OperationRolesGetRoles = "/api.admin.v1.Roles/GetRoles"
const OperationRolesListRoles = "/api.admin.v1.Roles/ListRoles"
const OperationRolesRoles = "/api.admin.v1.Roles/Roles"
const OperationRolesUpdateRoles = "/api.admin.v1.Roles/UpdateRoles"
const OperationSysPostCreatePost = "/api.admin.v1.SysPost/CreatePost"
const OperationSysPostDeletePost = "/api.admin.v1.SysPost/DeletePost"
const OperationSysPostListPost = "/api.admin.v1.SysPost/ListPost"
const OperationSysPostUpdatePost = "/api.admin.v1.SysPost/UpdatePost"
const OperationSysuserAuth = "/api.admin.v1.Sysuser/Auth"
const OperationSysuserChangeStatus = "/api.admin.v1.Sysuser/ChangeStatus"
const OperationSysuserCreateSysuser = "/api.admin.v1.Sysuser/CreateSysuser"
const OperationSysuserDeleteSysuser = "/api.admin.v1.Sysuser/DeleteSysuser"
const OperationSysuserGetCaptcha = "/api.admin.v1.Sysuser/GetCaptcha"
const OperationSysuserGetPostInit = "/api.admin.v1.Sysuser/GetPostInit"
const OperationSysuserGetSysuser = "/api.admin.v1.Sysuser/GetSysuser"
const OperationSysuserGetUserGoogleSecret = "/api.admin.v1.Sysuser/GetUserGoogleSecret"
const OperationSysuserGetUserRolePost = "/api.admin.v1.Sysuser/GetUserRolePost"
const OperationSysuserListSysuser = "/api.admin.v1.Sysuser/ListSysuser"
const OperationSysuserLogin = "/api.admin.v1.Sysuser/Login"
const OperationSysuserLogout = "/api.admin.v1.Sysuser/Logout"
const OperationSysuserUpdatePassword = "/api.admin.v1.Sysuser/UpdatePassword"
const OperationSysuserUpdateSysuser = "/api.admin.v1.Sysuser/UpdateSysuser"
Variables ¶
var ( SysUserErrorReason_name = map[int32]string{ 0: "USER_NOT_FOUND", 1: "CONTENT_MISSING", 2: "LOGIN_FAIL", 3: "CAPTCHA_INVALID", 4: "INTERNAL_ERR", 5: "CODE_NOT_MATCH", 6: "DATABASE_ERR", 7: "TENTCENT_API", 8: "BizError_API", 9: "ACCOUNT_FORBIDDEN", 10: "ROLE_BIND_ACCOUNT", 11: "ACCOUNT_EXISTED", } SysUserErrorReason_value = map[string]int32{ "USER_NOT_FOUND": 0, "CONTENT_MISSING": 1, "LOGIN_FAIL": 2, "CAPTCHA_INVALID": 3, "INTERNAL_ERR": 4, "CODE_NOT_MATCH": 5, "DATABASE_ERR": 6, "TENTCENT_API": 7, "BizError_API": 8, "ACCOUNT_FORBIDDEN": 9, "ROLE_BIND_ACCOUNT": 10, "ACCOUNT_EXISTED": 11, } )
Enum value maps for SysUserErrorReason.
var Api_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.Api", HandlerType: (*ApiServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListApi", Handler: _Api_ListApi_Handler, }, { MethodName: "AllApi", Handler: _Api_AllApi_Handler, }, { MethodName: "CreateApi", Handler: _Api_CreateApi_Handler, }, { MethodName: "UpdateApi", Handler: _Api_UpdateApi_Handler, }, { MethodName: "GetPolicyPathByRoleKey", Handler: _Api_GetPolicyPathByRoleKey_Handler, }, { MethodName: "GetApi", Handler: _Api_GetApi_Handler, }, { MethodName: "DeleteApi", Handler: _Api_DeleteApi_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
Api_ServiceDesc is the grpc.ServiceDesc for Api service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Dept_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.Dept", HandlerType: (*DeptServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListDept", Handler: _Dept_ListDept_Handler, }, { MethodName: "GetDeptTree", Handler: _Dept_GetDeptTree_Handler, }, { MethodName: "CreateDept", Handler: _Dept_CreateDept_Handler, }, { MethodName: "UpdateDept", Handler: _Dept_UpdateDept_Handler, }, { MethodName: "DeleteDept", Handler: _Dept_DeleteDept_Handler, }, { MethodName: "RoleDeptTreeSelect", Handler: _Dept_RoleDeptTreeSelect_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "dept.proto", }
Dept_ServiceDesc is the grpc.ServiceDesc for Dept service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DictData_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.DictData", HandlerType: (*DictDataServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListDictData", Handler: _DictData_ListDictData_Handler, }, { MethodName: "CreateDictData", Handler: _DictData_CreateDictData_Handler, }, { MethodName: "UpdateDictData", Handler: _DictData_UpdateDictData_Handler, }, { MethodName: "DeleteDictData", Handler: _DictData_DeleteDictData_Handler, }, { MethodName: "GetDictData", Handler: _DictData_GetDictData_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "dictdata.proto", }
DictData_ServiceDesc is the grpc.ServiceDesc for DictData service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DictType_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.DictType", HandlerType: (*DictTypeServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListDictType", Handler: _DictType_ListDictType_Handler, }, { MethodName: "CreateDictType", Handler: _DictType_CreateDictType_Handler, }, { MethodName: "UpdateDictType", Handler: _DictType_UpdateDictType_Handler, }, { MethodName: "DeleteDictType", Handler: _DictType_DeleteDictType_Handler, }, { MethodName: "GetDictType", Handler: _DictType_GetDictType_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "dicttype.proto", }
DictType_ServiceDesc is the grpc.ServiceDesc for DictType service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_proto protoreflect.FileDescriptor
var File_base_proto protoreflect.FileDescriptor
var File_common_proto protoreflect.FileDescriptor
var File_dept_proto protoreflect.FileDescriptor
var File_dictdata_proto protoreflect.FileDescriptor
var File_dicttype_proto protoreflect.FileDescriptor
var File_post_proto protoreflect.FileDescriptor
var File_roles_proto protoreflect.FileDescriptor
var File_sysuser_error_proto protoreflect.FileDescriptor
var File_sysuser_proto protoreflect.FileDescriptor
var Menus_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.Menus", HandlerType: (*MenusServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateMenus", Handler: _Menus_CreateMenus_Handler, }, { MethodName: "ListMenus", Handler: _Menus_ListMenus_Handler, }, { MethodName: "GetMenusTree", Handler: _Menus_GetMenusTree_Handler, }, { MethodName: "UpdateMenus", Handler: _Menus_UpdateMenus_Handler, }, { MethodName: "DeleteMenus", Handler: _Menus_DeleteMenus_Handler, }, { MethodName: "GetMenus", Handler: _Menus_GetMenus_Handler, }, { MethodName: "RoleMenuTreeSelect", Handler: _Menus_RoleMenuTreeSelect_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "menus.proto", }
Menus_ServiceDesc is the grpc.ServiceDesc for Menus service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Roles_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.Roles", HandlerType: (*RolesServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateRoles", Handler: _Roles_CreateRoles_Handler, }, { MethodName: "UpdateRoles", Handler: _Roles_UpdateRoles_Handler, }, { MethodName: "ListRoles", Handler: _Roles_ListRoles_Handler, }, { MethodName: "Roles", Handler: _Roles_Roles_Handler, }, { MethodName: "ChangeRoleStatus", Handler: _Roles_ChangeRoleStatus_Handler, }, { MethodName: "DataScope", Handler: _Roles_DataScope_Handler, }, { MethodName: "DeleteRoles", Handler: _Roles_DeleteRoles_Handler, }, { MethodName: "GetRoles", Handler: _Roles_GetRoles_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "roles.proto", }
Roles_ServiceDesc is the grpc.ServiceDesc for Roles service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SysPost_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.SysPost", HandlerType: (*SysPostServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListPost", Handler: _SysPost_ListPost_Handler, }, { MethodName: "CreatePost", Handler: _SysPost_CreatePost_Handler, }, { MethodName: "UpdatePost", Handler: _SysPost_UpdatePost_Handler, }, { MethodName: "DeletePost", Handler: _SysPost_DeletePost_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "post.proto", }
SysPost_ServiceDesc is the grpc.ServiceDesc for SysPost service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Sysuser_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.v1.Sysuser", HandlerType: (*SysuserServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateSysuser", Handler: _Sysuser_CreateSysuser_Handler, }, { MethodName: "UpdateSysuser", Handler: _Sysuser_UpdateSysuser_Handler, }, { MethodName: "DeleteSysuser", Handler: _Sysuser_DeleteSysuser_Handler, }, { MethodName: "GetSysuser", Handler: _Sysuser_GetSysuser_Handler, }, { MethodName: "ListSysuser", Handler: _Sysuser_ListSysuser_Handler, }, { MethodName: "GetCaptcha", Handler: _Sysuser_GetCaptcha_Handler, }, { MethodName: "Login", Handler: _Sysuser_Login_Handler, }, { MethodName: "Logout", Handler: _Sysuser_Logout_Handler, }, { MethodName: "Auth", Handler: _Sysuser_Auth_Handler, }, { MethodName: "ChangeStatus", Handler: _Sysuser_ChangeStatus_Handler, }, { MethodName: "UpdatePassword", Handler: _Sysuser_UpdatePassword_Handler, }, { MethodName: "GetPostInit", Handler: _Sysuser_GetPostInit_Handler, }, { MethodName: "GetUserRolePost", Handler: _Sysuser_GetUserRolePost_Handler, }, { MethodName: "GetUserGoogleSecret", Handler: _Sysuser_GetUserGoogleSecret_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "sysuser.proto", }
Sysuser_ServiceDesc is the grpc.ServiceDesc for Sysuser service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func ErrorAccountExisted ¶
func ErrorAccountForbidden ¶
func ErrorBizErrorApi ¶
func ErrorCaptchaInvalid ¶
func ErrorCodeNotMatch ¶
func ErrorContentMissing ¶
func ErrorDatabaseErr ¶
func ErrorInternalErr ¶
func ErrorLoginFail ¶
func ErrorRoleBindAccount ¶
func ErrorTentcentApi ¶
func ErrorUserNotFound ¶
为某个枚举单独设置错误码
func IsAccountExisted ¶
func IsAccountForbidden ¶
func IsBizErrorApi ¶
func IsCaptchaInvalid ¶
func IsCodeNotMatch ¶
func IsContentMissing ¶
func IsDatabaseErr ¶
func IsInternalErr ¶
func IsLoginFail ¶
func IsRoleBindAccount ¶
func IsTentcentApi ¶
func RegisterApiHTTPServer ¶
func RegisterApiHTTPServer(s *http.Server, srv ApiHTTPServer)
func RegisterApiServer ¶
func RegisterApiServer(s grpc.ServiceRegistrar, srv ApiServer)
func RegisterDeptHTTPServer ¶
func RegisterDeptHTTPServer(s *http.Server, srv DeptHTTPServer)
func RegisterDeptServer ¶
func RegisterDeptServer(s grpc.ServiceRegistrar, srv DeptServer)
func RegisterDictDataHTTPServer ¶
func RegisterDictDataHTTPServer(s *http.Server, srv DictDataHTTPServer)
func RegisterDictDataServer ¶
func RegisterDictDataServer(s grpc.ServiceRegistrar, srv DictDataServer)
func RegisterDictTypeHTTPServer ¶
func RegisterDictTypeHTTPServer(s *http.Server, srv DictTypeHTTPServer)
func RegisterDictTypeServer ¶
func RegisterDictTypeServer(s grpc.ServiceRegistrar, srv DictTypeServer)
func RegisterMenusHTTPServer ¶
func RegisterMenusHTTPServer(s *http.Server, srv MenusHTTPServer)
func RegisterMenusServer ¶
func RegisterMenusServer(s grpc.ServiceRegistrar, srv MenusServer)
func RegisterRolesHTTPServer ¶
func RegisterRolesHTTPServer(s *http.Server, srv RolesHTTPServer)
func RegisterRolesServer ¶
func RegisterRolesServer(s grpc.ServiceRegistrar, srv RolesServer)
func RegisterSysPostHTTPServer ¶
func RegisterSysPostHTTPServer(s *http.Server, srv SysPostHTTPServer)
func RegisterSysPostServer ¶
func RegisterSysPostServer(s grpc.ServiceRegistrar, srv SysPostServer)
func RegisterSysuserHTTPServer ¶
func RegisterSysuserHTTPServer(s *http.Server, srv SysuserHTTPServer)
func RegisterSysuserServer ¶
func RegisterSysuserServer(s grpc.ServiceRegistrar, srv SysuserServer)
Types ¶
type AllApiReply ¶
type AllApiReply struct { Data []*ApiData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AllApiReply) Descriptor
deprecated
func (*AllApiReply) Descriptor() ([]byte, []int)
Deprecated: Use AllApiReply.ProtoReflect.Descriptor instead.
func (*AllApiReply) GetData ¶
func (x *AllApiReply) GetData() []*ApiData
func (*AllApiReply) ProtoMessage ¶
func (*AllApiReply) ProtoMessage()
func (*AllApiReply) ProtoReflect ¶
func (x *AllApiReply) ProtoReflect() protoreflect.Message
func (*AllApiReply) Reset ¶
func (x *AllApiReply) Reset()
func (*AllApiReply) String ¶
func (x *AllApiReply) String() string
func (*AllApiReply) Validate ¶
func (m *AllApiReply) Validate() error
Validate checks the field values on AllApiReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AllApiReply) ValidateAll ¶
func (m *AllApiReply) ValidateAll() error
ValidateAll checks the field values on AllApiReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllApiReplyMultiError, or nil if none found.
type AllApiReplyMultiError ¶
type AllApiReplyMultiError []error
AllApiReplyMultiError is an error wrapping multiple validation errors returned by AllApiReply.ValidateAll() if the designated constraints aren't met.
func (AllApiReplyMultiError) AllErrors ¶
func (m AllApiReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AllApiReplyMultiError) Error ¶
func (m AllApiReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AllApiReplyValidationError ¶
type AllApiReplyValidationError struct {
// contains filtered or unexported fields
}
AllApiReplyValidationError is the validation error returned by AllApiReply.Validate if the designated constraints aren't met.
func (AllApiReplyValidationError) Cause ¶
func (e AllApiReplyValidationError) Cause() error
Cause function returns cause value.
func (AllApiReplyValidationError) Error ¶
func (e AllApiReplyValidationError) Error() string
Error satisfies the builtin error interface
func (AllApiReplyValidationError) ErrorName ¶
func (e AllApiReplyValidationError) ErrorName() string
ErrorName returns error name.
func (AllApiReplyValidationError) Field ¶
func (e AllApiReplyValidationError) Field() string
Field function returns field value.
func (AllApiReplyValidationError) Key ¶
func (e AllApiReplyValidationError) Key() bool
Key function returns key value.
func (AllApiReplyValidationError) Reason ¶
func (e AllApiReplyValidationError) Reason() string
Reason function returns reason value.
type AllApiRequest ¶
type AllApiRequest struct {
// contains filtered or unexported fields
}
func (*AllApiRequest) Descriptor
deprecated
func (*AllApiRequest) Descriptor() ([]byte, []int)
Deprecated: Use AllApiRequest.ProtoReflect.Descriptor instead.
func (*AllApiRequest) ProtoMessage ¶
func (*AllApiRequest) ProtoMessage()
func (*AllApiRequest) ProtoReflect ¶
func (x *AllApiRequest) ProtoReflect() protoreflect.Message
func (*AllApiRequest) Reset ¶
func (x *AllApiRequest) Reset()
func (*AllApiRequest) String ¶
func (x *AllApiRequest) String() string
func (*AllApiRequest) Validate ¶
func (m *AllApiRequest) Validate() error
Validate checks the field values on AllApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AllApiRequest) ValidateAll ¶
func (m *AllApiRequest) ValidateAll() error
ValidateAll checks the field values on AllApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllApiRequestMultiError, or nil if none found.
type AllApiRequestMultiError ¶
type AllApiRequestMultiError []error
AllApiRequestMultiError is an error wrapping multiple validation errors returned by AllApiRequest.ValidateAll() if the designated constraints aren't met.
func (AllApiRequestMultiError) AllErrors ¶
func (m AllApiRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AllApiRequestMultiError) Error ¶
func (m AllApiRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AllApiRequestValidationError ¶
type AllApiRequestValidationError struct {
// contains filtered or unexported fields
}
AllApiRequestValidationError is the validation error returned by AllApiRequest.Validate if the designated constraints aren't met.
func (AllApiRequestValidationError) Cause ¶
func (e AllApiRequestValidationError) Cause() error
Cause function returns cause value.
func (AllApiRequestValidationError) Error ¶
func (e AllApiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AllApiRequestValidationError) ErrorName ¶
func (e AllApiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AllApiRequestValidationError) Field ¶
func (e AllApiRequestValidationError) Field() string
Field function returns field value.
func (AllApiRequestValidationError) Key ¶
func (e AllApiRequestValidationError) Key() bool
Key function returns key value.
func (AllApiRequestValidationError) Reason ¶
func (e AllApiRequestValidationError) Reason() string
Reason function returns reason value.
type ApiBase ¶
type ApiBase struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*ApiBase) Descriptor
deprecated
func (*ApiBase) ProtoMessage ¶
func (*ApiBase) ProtoMessage()
func (*ApiBase) ProtoReflect ¶
func (x *ApiBase) ProtoReflect() protoreflect.Message
func (*ApiBase) Validate ¶
Validate checks the field values on ApiBase with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ApiBase) ValidateAll ¶
ValidateAll checks the field values on ApiBase with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApiBaseMultiError, or nil if none found.
type ApiBaseMultiError ¶
type ApiBaseMultiError []error
ApiBaseMultiError is an error wrapping multiple validation errors returned by ApiBase.ValidateAll() if the designated constraints aren't met.
func (ApiBaseMultiError) AllErrors ¶
func (m ApiBaseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApiBaseMultiError) Error ¶
func (m ApiBaseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApiBaseValidationError ¶
type ApiBaseValidationError struct {
// contains filtered or unexported fields
}
ApiBaseValidationError is the validation error returned by ApiBase.Validate if the designated constraints aren't met.
func (ApiBaseValidationError) Cause ¶
func (e ApiBaseValidationError) Cause() error
Cause function returns cause value.
func (ApiBaseValidationError) Error ¶
func (e ApiBaseValidationError) Error() string
Error satisfies the builtin error interface
func (ApiBaseValidationError) ErrorName ¶
func (e ApiBaseValidationError) ErrorName() string
ErrorName returns error name.
func (ApiBaseValidationError) Field ¶
func (e ApiBaseValidationError) Field() string
Field function returns field value.
func (ApiBaseValidationError) Key ¶
func (e ApiBaseValidationError) Key() bool
Key function returns key value.
func (ApiBaseValidationError) Reason ¶
func (e ApiBaseValidationError) Reason() string
Reason function returns reason value.
type ApiClient ¶
type ApiClient interface { // api列表 ListApi(ctx context.Context, in *ListApiRequest, opts ...grpc.CallOption) (*ListApiReply, error) // 获取所有api AllApi(ctx context.Context, in *AllApiRequest, opts ...grpc.CallOption) (*AllApiReply, error) // 创建api CreateApi(ctx context.Context, in *CreateApiRequest, opts ...grpc.CallOption) (*CreateApiReply, error) // 更新api UpdateApi(ctx context.Context, in *UpdateApiRequest, opts ...grpc.CallOption) (*UpdateApiReply, error) // 获取角色拥有的api权限 GetPolicyPathByRoleKey(ctx context.Context, in *GetPolicyPathByRoleKeyRequest, opts ...grpc.CallOption) (*GetPolicyPathByRoleKeyReply, error) // 获取api GetApi(ctx context.Context, in *GetApiRequest, opts ...grpc.CallOption) (*GetApiReply, error) // 删除api DeleteApi(ctx context.Context, in *DeleteApiRequest, opts ...grpc.CallOption) (*DeleteApiReply, error) }
ApiClient is the client API for Api service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewApiClient ¶
func NewApiClient(cc grpc.ClientConnInterface) ApiClient
type ApiData ¶
type ApiData struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` ApiGroup string `protobuf:"bytes,4,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` Method string `protobuf:"bytes,5,opt,name=method,proto3" json:"method,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*ApiData) Descriptor
deprecated
func (*ApiData) GetApiGroup ¶
func (*ApiData) GetCreateTime ¶
func (x *ApiData) GetCreateTime() *timestamppb.Timestamp
func (*ApiData) GetDescription ¶
func (*ApiData) GetUpdateTime ¶
func (x *ApiData) GetUpdateTime() *timestamppb.Timestamp
func (*ApiData) ProtoMessage ¶
func (*ApiData) ProtoMessage()
func (*ApiData) ProtoReflect ¶
func (x *ApiData) ProtoReflect() protoreflect.Message
func (*ApiData) Validate ¶
Validate checks the field values on ApiData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ApiData) ValidateAll ¶
ValidateAll checks the field values on ApiData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApiDataMultiError, or nil if none found.
type ApiDataMultiError ¶
type ApiDataMultiError []error
ApiDataMultiError is an error wrapping multiple validation errors returned by ApiData.ValidateAll() if the designated constraints aren't met.
func (ApiDataMultiError) AllErrors ¶
func (m ApiDataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApiDataMultiError) Error ¶
func (m ApiDataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApiDataValidationError ¶
type ApiDataValidationError struct {
// contains filtered or unexported fields
}
ApiDataValidationError is the validation error returned by ApiData.Validate if the designated constraints aren't met.
func (ApiDataValidationError) Cause ¶
func (e ApiDataValidationError) Cause() error
Cause function returns cause value.
func (ApiDataValidationError) Error ¶
func (e ApiDataValidationError) Error() string
Error satisfies the builtin error interface
func (ApiDataValidationError) ErrorName ¶
func (e ApiDataValidationError) ErrorName() string
ErrorName returns error name.
func (ApiDataValidationError) Field ¶
func (e ApiDataValidationError) Field() string
Field function returns field value.
func (ApiDataValidationError) Key ¶
func (e ApiDataValidationError) Key() bool
Key function returns key value.
func (ApiDataValidationError) Reason ¶
func (e ApiDataValidationError) Reason() string
Reason function returns reason value.
type ApiHTTPClient ¶
type ApiHTTPClient interface { AllApi(ctx context.Context, req *AllApiRequest, opts ...http.CallOption) (rsp *AllApiReply, err error) CreateApi(ctx context.Context, req *CreateApiRequest, opts ...http.CallOption) (rsp *CreateApiReply, err error) DeleteApi(ctx context.Context, req *DeleteApiRequest, opts ...http.CallOption) (rsp *DeleteApiReply, err error) GetApi(ctx context.Context, req *GetApiRequest, opts ...http.CallOption) (rsp *GetApiReply, err error) GetPolicyPathByRoleKey(ctx context.Context, req *GetPolicyPathByRoleKeyRequest, opts ...http.CallOption) (rsp *GetPolicyPathByRoleKeyReply, err error) ListApi(ctx context.Context, req *ListApiRequest, opts ...http.CallOption) (rsp *ListApiReply, err error) UpdateApi(ctx context.Context, req *UpdateApiRequest, opts ...http.CallOption) (rsp *UpdateApiReply, err error) }
func NewApiHTTPClient ¶
func NewApiHTTPClient(client *http.Client) ApiHTTPClient
type ApiHTTPClientImpl ¶
type ApiHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*ApiHTTPClientImpl) AllApi ¶
func (c *ApiHTTPClientImpl) AllApi(ctx context.Context, in *AllApiRequest, opts ...http.CallOption) (*AllApiReply, error)
func (*ApiHTTPClientImpl) CreateApi ¶
func (c *ApiHTTPClientImpl) CreateApi(ctx context.Context, in *CreateApiRequest, opts ...http.CallOption) (*CreateApiReply, error)
func (*ApiHTTPClientImpl) DeleteApi ¶
func (c *ApiHTTPClientImpl) DeleteApi(ctx context.Context, in *DeleteApiRequest, opts ...http.CallOption) (*DeleteApiReply, error)
func (*ApiHTTPClientImpl) GetApi ¶
func (c *ApiHTTPClientImpl) GetApi(ctx context.Context, in *GetApiRequest, opts ...http.CallOption) (*GetApiReply, error)
func (*ApiHTTPClientImpl) GetPolicyPathByRoleKey ¶
func (c *ApiHTTPClientImpl) GetPolicyPathByRoleKey(ctx context.Context, in *GetPolicyPathByRoleKeyRequest, opts ...http.CallOption) (*GetPolicyPathByRoleKeyReply, error)
func (*ApiHTTPClientImpl) ListApi ¶
func (c *ApiHTTPClientImpl) ListApi(ctx context.Context, in *ListApiRequest, opts ...http.CallOption) (*ListApiReply, error)
func (*ApiHTTPClientImpl) UpdateApi ¶
func (c *ApiHTTPClientImpl) UpdateApi(ctx context.Context, in *UpdateApiRequest, opts ...http.CallOption) (*UpdateApiReply, error)
type ApiHTTPServer ¶
type ApiHTTPServer interface { // AllApi 获取所有api AllApi(context.Context, *AllApiRequest) (*AllApiReply, error) // CreateApi 创建api CreateApi(context.Context, *CreateApiRequest) (*CreateApiReply, error) // DeleteApi 删除api DeleteApi(context.Context, *DeleteApiRequest) (*DeleteApiReply, error) // GetApi 获取api GetApi(context.Context, *GetApiRequest) (*GetApiReply, error) // GetPolicyPathByRoleKey 获取角色拥有的api权限 GetPolicyPathByRoleKey(context.Context, *GetPolicyPathByRoleKeyRequest) (*GetPolicyPathByRoleKeyReply, error) // ListApi api列表 ListApi(context.Context, *ListApiRequest) (*ListApiReply, error) // UpdateApi 更新api UpdateApi(context.Context, *UpdateApiRequest) (*UpdateApiReply, error) }
type ApiServer ¶
type ApiServer interface { // api列表 ListApi(context.Context, *ListApiRequest) (*ListApiReply, error) // 获取所有api AllApi(context.Context, *AllApiRequest) (*AllApiReply, error) // 创建api CreateApi(context.Context, *CreateApiRequest) (*CreateApiReply, error) // 更新api UpdateApi(context.Context, *UpdateApiRequest) (*UpdateApiReply, error) // 获取角色拥有的api权限 GetPolicyPathByRoleKey(context.Context, *GetPolicyPathByRoleKeyRequest) (*GetPolicyPathByRoleKeyReply, error) // 获取api GetApi(context.Context, *GetApiRequest) (*GetApiReply, error) // 删除api DeleteApi(context.Context, *DeleteApiRequest) (*DeleteApiReply, error) // contains filtered or unexported methods }
ApiServer is the server API for Api service. All implementations must embed UnimplementedApiServer for forward compatibility
type AuthReply ¶
type AuthReply struct { User *AuthReply_User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Role *AuthReply_Role `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` Permissions []string `protobuf:"bytes,3,rep,name=permissions,proto3" json:"permissions,omitempty"` Menus []*MenuTreeAuth `protobuf:"bytes,4,rep,name=menus,proto3" json:"menus,omitempty"` // contains filtered or unexported fields }
func (*AuthReply) Descriptor
deprecated
func (*AuthReply) GetMenus ¶
func (x *AuthReply) GetMenus() []*MenuTreeAuth
func (*AuthReply) GetPermissions ¶
func (*AuthReply) GetRole ¶
func (x *AuthReply) GetRole() *AuthReply_Role
func (*AuthReply) GetUser ¶
func (x *AuthReply) GetUser() *AuthReply_User
func (*AuthReply) ProtoMessage ¶
func (*AuthReply) ProtoMessage()
func (*AuthReply) ProtoReflect ¶
func (x *AuthReply) ProtoReflect() protoreflect.Message
func (*AuthReply) Validate ¶
Validate checks the field values on AuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AuthReply) ValidateAll ¶
ValidateAll checks the field values on AuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthReplyMultiError, or nil if none found.
type AuthReplyMultiError ¶
type AuthReplyMultiError []error
AuthReplyMultiError is an error wrapping multiple validation errors returned by AuthReply.ValidateAll() if the designated constraints aren't met.
func (AuthReplyMultiError) AllErrors ¶
func (m AuthReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AuthReplyMultiError) Error ¶
func (m AuthReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AuthReplyValidationError ¶
type AuthReplyValidationError struct {
// contains filtered or unexported fields
}
AuthReplyValidationError is the validation error returned by AuthReply.Validate if the designated constraints aren't met.
func (AuthReplyValidationError) Cause ¶
func (e AuthReplyValidationError) Cause() error
Cause function returns cause value.
func (AuthReplyValidationError) Error ¶
func (e AuthReplyValidationError) Error() string
Error satisfies the builtin error interface
func (AuthReplyValidationError) ErrorName ¶
func (e AuthReplyValidationError) ErrorName() string
ErrorName returns error name.
func (AuthReplyValidationError) Field ¶
func (e AuthReplyValidationError) Field() string
Field function returns field value.
func (AuthReplyValidationError) Key ¶
func (e AuthReplyValidationError) Key() bool
Key function returns key value.
func (AuthReplyValidationError) Reason ¶
func (e AuthReplyValidationError) Reason() string
Reason function returns reason value.
type AuthReply_Role ¶
type AuthReply_Role struct { RoleId int64 `protobuf:"varint,1,opt,name=roleId,proto3" json:"roleId,omitempty"` RoleName string `protobuf:"bytes,2,opt,name=roleName,proto3" json:"roleName,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` RoleKey string `protobuf:"bytes,4,opt,name=roleKey,proto3" json:"roleKey,omitempty"` RoleSort int32 `protobuf:"varint,5,opt,name=roleSort,proto3" json:"roleSort,omitempty"` DataScope int32 `protobuf:"varint,6,opt,name=dataScope,proto3" json:"dataScope,omitempty"` CreateBy string `protobuf:"bytes,7,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,8,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark,omitempty"` ApiIds *anypb.Any `protobuf:"bytes,10,opt,name=apiIds,proto3" json:"apiIds,omitempty"` MenuIds *anypb.Any `protobuf:"bytes,11,opt,name=menuIds,proto3" json:"menuIds,omitempty"` DeptIds *anypb.Any `protobuf:"bytes,12,opt,name=deptIds,proto3" json:"deptIds,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // contains filtered or unexported fields }
func (*AuthReply_Role) Descriptor
deprecated
func (*AuthReply_Role) Descriptor() ([]byte, []int)
Deprecated: Use AuthReply_Role.ProtoReflect.Descriptor instead.
func (*AuthReply_Role) GetApiIds ¶
func (x *AuthReply_Role) GetApiIds() *anypb.Any
func (*AuthReply_Role) GetCreateBy ¶
func (x *AuthReply_Role) GetCreateBy() string
func (*AuthReply_Role) GetCreatedAt ¶
func (x *AuthReply_Role) GetCreatedAt() *timestamppb.Timestamp
func (*AuthReply_Role) GetDataScope ¶
func (x *AuthReply_Role) GetDataScope() int32
func (*AuthReply_Role) GetDeptIds ¶
func (x *AuthReply_Role) GetDeptIds() *anypb.Any
func (*AuthReply_Role) GetMenuIds ¶
func (x *AuthReply_Role) GetMenuIds() *anypb.Any
func (*AuthReply_Role) GetRemark ¶
func (x *AuthReply_Role) GetRemark() string
func (*AuthReply_Role) GetRoleId ¶
func (x *AuthReply_Role) GetRoleId() int64
func (*AuthReply_Role) GetRoleKey ¶
func (x *AuthReply_Role) GetRoleKey() string
func (*AuthReply_Role) GetRoleName ¶
func (x *AuthReply_Role) GetRoleName() string
func (*AuthReply_Role) GetRoleSort ¶
func (x *AuthReply_Role) GetRoleSort() int32
func (*AuthReply_Role) GetStatus ¶
func (x *AuthReply_Role) GetStatus() int32
func (*AuthReply_Role) GetUpdateBy ¶
func (x *AuthReply_Role) GetUpdateBy() string
func (*AuthReply_Role) GetUpdatedAt ¶
func (x *AuthReply_Role) GetUpdatedAt() *timestamppb.Timestamp
func (*AuthReply_Role) ProtoMessage ¶
func (*AuthReply_Role) ProtoMessage()
func (*AuthReply_Role) ProtoReflect ¶
func (x *AuthReply_Role) ProtoReflect() protoreflect.Message
func (*AuthReply_Role) Reset ¶
func (x *AuthReply_Role) Reset()
func (*AuthReply_Role) String ¶
func (x *AuthReply_Role) String() string
func (*AuthReply_Role) Validate ¶
func (m *AuthReply_Role) Validate() error
Validate checks the field values on AuthReply_Role with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AuthReply_Role) ValidateAll ¶
func (m *AuthReply_Role) ValidateAll() error
ValidateAll checks the field values on AuthReply_Role with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthReply_RoleMultiError, or nil if none found.
type AuthReply_RoleMultiError ¶
type AuthReply_RoleMultiError []error
AuthReply_RoleMultiError is an error wrapping multiple validation errors returned by AuthReply_Role.ValidateAll() if the designated constraints aren't met.
func (AuthReply_RoleMultiError) AllErrors ¶
func (m AuthReply_RoleMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AuthReply_RoleMultiError) Error ¶
func (m AuthReply_RoleMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AuthReply_RoleValidationError ¶
type AuthReply_RoleValidationError struct {
// contains filtered or unexported fields
}
AuthReply_RoleValidationError is the validation error returned by AuthReply_Role.Validate if the designated constraints aren't met.
func (AuthReply_RoleValidationError) Cause ¶
func (e AuthReply_RoleValidationError) Cause() error
Cause function returns cause value.
func (AuthReply_RoleValidationError) Error ¶
func (e AuthReply_RoleValidationError) Error() string
Error satisfies the builtin error interface
func (AuthReply_RoleValidationError) ErrorName ¶
func (e AuthReply_RoleValidationError) ErrorName() string
ErrorName returns error name.
func (AuthReply_RoleValidationError) Field ¶
func (e AuthReply_RoleValidationError) Field() string
Field function returns field value.
func (AuthReply_RoleValidationError) Key ¶
func (e AuthReply_RoleValidationError) Key() bool
Key function returns key value.
func (AuthReply_RoleValidationError) Reason ¶
func (e AuthReply_RoleValidationError) Reason() string
Reason function returns reason value.
type AuthReply_User ¶
type AuthReply_User struct { UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"` NickName string `protobuf:"bytes,2,opt,name=nickName,proto3" json:"nickName,omitempty"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"` RoleId int64 `protobuf:"varint,4,opt,name=roleId,proto3" json:"roleId,omitempty"` Salt string `protobuf:"bytes,5,opt,name=salt,proto3" json:"salt,omitempty"` Avatar string `protobuf:"bytes,6,opt,name=avatar,proto3" json:"avatar,omitempty"` Sex int32 `protobuf:"varint,7,opt,name=sex,proto3" json:"sex,omitempty"` Email string `protobuf:"bytes,8,opt,name=email,proto3" json:"email,omitempty"` DeptId int64 `protobuf:"varint,9,opt,name=deptId,proto3" json:"deptId,omitempty"` PostId int64 `protobuf:"varint,10,opt,name=postId,proto3" json:"postId,omitempty"` RoleIds string `protobuf:"bytes,11,opt,name=roleIds,proto3" json:"roleIds,omitempty"` PostIds string `protobuf:"bytes,12,opt,name=postIds,proto3" json:"postIds,omitempty"` CreateBy string `protobuf:"bytes,13,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,14,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,15,opt,name=remark,proto3" json:"remark,omitempty"` Status int32 `protobuf:"varint,16,opt,name=status,proto3" json:"status,omitempty"` Username string `protobuf:"bytes,17,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,18,opt,name=password,proto3" json:"password,omitempty"` RoleName string `protobuf:"bytes,19,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // contains filtered or unexported fields }
func (*AuthReply_User) Descriptor
deprecated
func (*AuthReply_User) Descriptor() ([]byte, []int)
Deprecated: Use AuthReply_User.ProtoReflect.Descriptor instead.
func (*AuthReply_User) GetAvatar ¶
func (x *AuthReply_User) GetAvatar() string
func (*AuthReply_User) GetCreateBy ¶
func (x *AuthReply_User) GetCreateBy() string
func (*AuthReply_User) GetCreatedAt ¶
func (x *AuthReply_User) GetCreatedAt() *timestamppb.Timestamp
func (*AuthReply_User) GetDeptId ¶
func (x *AuthReply_User) GetDeptId() int64
func (*AuthReply_User) GetEmail ¶
func (x *AuthReply_User) GetEmail() string
func (*AuthReply_User) GetNickName ¶
func (x *AuthReply_User) GetNickName() string
func (*AuthReply_User) GetPassword ¶
func (x *AuthReply_User) GetPassword() string
func (*AuthReply_User) GetPhone ¶
func (x *AuthReply_User) GetPhone() string
func (*AuthReply_User) GetPostId ¶
func (x *AuthReply_User) GetPostId() int64
func (*AuthReply_User) GetPostIds ¶
func (x *AuthReply_User) GetPostIds() string
func (*AuthReply_User) GetRemark ¶
func (x *AuthReply_User) GetRemark() string
func (*AuthReply_User) GetRoleId ¶
func (x *AuthReply_User) GetRoleId() int64
func (*AuthReply_User) GetRoleIds ¶
func (x *AuthReply_User) GetRoleIds() string
func (*AuthReply_User) GetRoleName ¶
func (x *AuthReply_User) GetRoleName() string
func (*AuthReply_User) GetSalt ¶
func (x *AuthReply_User) GetSalt() string
func (*AuthReply_User) GetSex ¶
func (x *AuthReply_User) GetSex() int32
func (*AuthReply_User) GetStatus ¶
func (x *AuthReply_User) GetStatus() int32
func (*AuthReply_User) GetUpdateBy ¶
func (x *AuthReply_User) GetUpdateBy() string
func (*AuthReply_User) GetUpdatedAt ¶
func (x *AuthReply_User) GetUpdatedAt() *timestamppb.Timestamp
func (*AuthReply_User) GetUserId ¶
func (x *AuthReply_User) GetUserId() int64
func (*AuthReply_User) GetUsername ¶
func (x *AuthReply_User) GetUsername() string
func (*AuthReply_User) ProtoMessage ¶
func (*AuthReply_User) ProtoMessage()
func (*AuthReply_User) ProtoReflect ¶
func (x *AuthReply_User) ProtoReflect() protoreflect.Message
func (*AuthReply_User) Reset ¶
func (x *AuthReply_User) Reset()
func (*AuthReply_User) String ¶
func (x *AuthReply_User) String() string
func (*AuthReply_User) Validate ¶
func (m *AuthReply_User) Validate() error
Validate checks the field values on AuthReply_User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AuthReply_User) ValidateAll ¶
func (m *AuthReply_User) ValidateAll() error
ValidateAll checks the field values on AuthReply_User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthReply_UserMultiError, or nil if none found.
type AuthReply_UserMultiError ¶
type AuthReply_UserMultiError []error
AuthReply_UserMultiError is an error wrapping multiple validation errors returned by AuthReply_User.ValidateAll() if the designated constraints aren't met.
func (AuthReply_UserMultiError) AllErrors ¶
func (m AuthReply_UserMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AuthReply_UserMultiError) Error ¶
func (m AuthReply_UserMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AuthReply_UserValidationError ¶
type AuthReply_UserValidationError struct {
// contains filtered or unexported fields
}
AuthReply_UserValidationError is the validation error returned by AuthReply_User.Validate if the designated constraints aren't met.
func (AuthReply_UserValidationError) Cause ¶
func (e AuthReply_UserValidationError) Cause() error
Cause function returns cause value.
func (AuthReply_UserValidationError) Error ¶
func (e AuthReply_UserValidationError) Error() string
Error satisfies the builtin error interface
func (AuthReply_UserValidationError) ErrorName ¶
func (e AuthReply_UserValidationError) ErrorName() string
ErrorName returns error name.
func (AuthReply_UserValidationError) Field ¶
func (e AuthReply_UserValidationError) Field() string
Field function returns field value.
func (AuthReply_UserValidationError) Key ¶
func (e AuthReply_UserValidationError) Key() bool
Key function returns key value.
func (AuthReply_UserValidationError) Reason ¶
func (e AuthReply_UserValidationError) Reason() string
Reason function returns reason value.
type AuthRequest ¶
type AuthRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*AuthRequest) Descriptor
deprecated
func (*AuthRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthRequest.ProtoReflect.Descriptor instead.
func (*AuthRequest) GetUsername ¶
func (x *AuthRequest) GetUsername() string
func (*AuthRequest) ProtoMessage ¶
func (*AuthRequest) ProtoMessage()
func (*AuthRequest) ProtoReflect ¶
func (x *AuthRequest) ProtoReflect() protoreflect.Message
func (*AuthRequest) Reset ¶
func (x *AuthRequest) Reset()
func (*AuthRequest) String ¶
func (x *AuthRequest) String() string
func (*AuthRequest) Validate ¶
func (m *AuthRequest) Validate() error
Validate checks the field values on AuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AuthRequest) ValidateAll ¶
func (m *AuthRequest) ValidateAll() error
ValidateAll checks the field values on AuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthRequestMultiError, or nil if none found.
type AuthRequestMultiError ¶
type AuthRequestMultiError []error
AuthRequestMultiError is an error wrapping multiple validation errors returned by AuthRequest.ValidateAll() if the designated constraints aren't met.
func (AuthRequestMultiError) AllErrors ¶
func (m AuthRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AuthRequestMultiError) Error ¶
func (m AuthRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AuthRequestValidationError ¶
type AuthRequestValidationError struct {
// contains filtered or unexported fields
}
AuthRequestValidationError is the validation error returned by AuthRequest.Validate if the designated constraints aren't met.
func (AuthRequestValidationError) Cause ¶
func (e AuthRequestValidationError) Cause() error
Cause function returns cause value.
func (AuthRequestValidationError) Error ¶
func (e AuthRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AuthRequestValidationError) ErrorName ¶
func (e AuthRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AuthRequestValidationError) Field ¶
func (e AuthRequestValidationError) Field() string
Field function returns field value.
func (AuthRequestValidationError) Key ¶
func (e AuthRequestValidationError) Key() bool
Key function returns key value.
func (AuthRequestValidationError) Reason ¶
func (e AuthRequestValidationError) Reason() string
Reason function returns reason value.
type ChangeRoleStatusReply ¶
type ChangeRoleStatusReply struct {
// contains filtered or unexported fields
}
func (*ChangeRoleStatusReply) Descriptor
deprecated
func (*ChangeRoleStatusReply) Descriptor() ([]byte, []int)
Deprecated: Use ChangeRoleStatusReply.ProtoReflect.Descriptor instead.
func (*ChangeRoleStatusReply) ProtoMessage ¶
func (*ChangeRoleStatusReply) ProtoMessage()
func (*ChangeRoleStatusReply) ProtoReflect ¶
func (x *ChangeRoleStatusReply) ProtoReflect() protoreflect.Message
func (*ChangeRoleStatusReply) Reset ¶
func (x *ChangeRoleStatusReply) Reset()
func (*ChangeRoleStatusReply) String ¶
func (x *ChangeRoleStatusReply) String() string
func (*ChangeRoleStatusReply) Validate ¶
func (m *ChangeRoleStatusReply) Validate() error
Validate checks the field values on ChangeRoleStatusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ChangeRoleStatusReply) ValidateAll ¶
func (m *ChangeRoleStatusReply) ValidateAll() error
ValidateAll checks the field values on ChangeRoleStatusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeRoleStatusReplyMultiError, or nil if none found.
type ChangeRoleStatusReplyMultiError ¶
type ChangeRoleStatusReplyMultiError []error
ChangeRoleStatusReplyMultiError is an error wrapping multiple validation errors returned by ChangeRoleStatusReply.ValidateAll() if the designated constraints aren't met.
func (ChangeRoleStatusReplyMultiError) AllErrors ¶
func (m ChangeRoleStatusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeRoleStatusReplyMultiError) Error ¶
func (m ChangeRoleStatusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeRoleStatusReplyValidationError ¶
type ChangeRoleStatusReplyValidationError struct {
// contains filtered or unexported fields
}
ChangeRoleStatusReplyValidationError is the validation error returned by ChangeRoleStatusReply.Validate if the designated constraints aren't met.
func (ChangeRoleStatusReplyValidationError) Cause ¶
func (e ChangeRoleStatusReplyValidationError) Cause() error
Cause function returns cause value.
func (ChangeRoleStatusReplyValidationError) Error ¶
func (e ChangeRoleStatusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeRoleStatusReplyValidationError) ErrorName ¶
func (e ChangeRoleStatusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeRoleStatusReplyValidationError) Field ¶
func (e ChangeRoleStatusReplyValidationError) Field() string
Field function returns field value.
func (ChangeRoleStatusReplyValidationError) Key ¶
func (e ChangeRoleStatusReplyValidationError) Key() bool
Key function returns key value.
func (ChangeRoleStatusReplyValidationError) Reason ¶
func (e ChangeRoleStatusReplyValidationError) Reason() string
Reason function returns reason value.
type ChangeRoleStatusRequest ¶
type ChangeRoleStatusRequest struct { RoleId int64 `protobuf:"varint,1,opt,name=roleId,proto3" json:"roleId,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ChangeRoleStatusRequest) Descriptor
deprecated
func (*ChangeRoleStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeRoleStatusRequest.ProtoReflect.Descriptor instead.
func (*ChangeRoleStatusRequest) GetRoleId ¶
func (x *ChangeRoleStatusRequest) GetRoleId() int64
func (*ChangeRoleStatusRequest) GetStatus ¶
func (x *ChangeRoleStatusRequest) GetStatus() int32
func (*ChangeRoleStatusRequest) ProtoMessage ¶
func (*ChangeRoleStatusRequest) ProtoMessage()
func (*ChangeRoleStatusRequest) ProtoReflect ¶
func (x *ChangeRoleStatusRequest) ProtoReflect() protoreflect.Message
func (*ChangeRoleStatusRequest) Reset ¶
func (x *ChangeRoleStatusRequest) Reset()
func (*ChangeRoleStatusRequest) String ¶
func (x *ChangeRoleStatusRequest) String() string
func (*ChangeRoleStatusRequest) Validate ¶
func (m *ChangeRoleStatusRequest) Validate() error
Validate checks the field values on ChangeRoleStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ChangeRoleStatusRequest) ValidateAll ¶
func (m *ChangeRoleStatusRequest) ValidateAll() error
ValidateAll checks the field values on ChangeRoleStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeRoleStatusRequestMultiError, or nil if none found.
type ChangeRoleStatusRequestMultiError ¶
type ChangeRoleStatusRequestMultiError []error
ChangeRoleStatusRequestMultiError is an error wrapping multiple validation errors returned by ChangeRoleStatusRequest.ValidateAll() if the designated constraints aren't met.
func (ChangeRoleStatusRequestMultiError) AllErrors ¶
func (m ChangeRoleStatusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeRoleStatusRequestMultiError) Error ¶
func (m ChangeRoleStatusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeRoleStatusRequestValidationError ¶
type ChangeRoleStatusRequestValidationError struct {
// contains filtered or unexported fields
}
ChangeRoleStatusRequestValidationError is the validation error returned by ChangeRoleStatusRequest.Validate if the designated constraints aren't met.
func (ChangeRoleStatusRequestValidationError) Cause ¶
func (e ChangeRoleStatusRequestValidationError) Cause() error
Cause function returns cause value.
func (ChangeRoleStatusRequestValidationError) Error ¶
func (e ChangeRoleStatusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeRoleStatusRequestValidationError) ErrorName ¶
func (e ChangeRoleStatusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeRoleStatusRequestValidationError) Field ¶
func (e ChangeRoleStatusRequestValidationError) Field() string
Field function returns field value.
func (ChangeRoleStatusRequestValidationError) Key ¶
func (e ChangeRoleStatusRequestValidationError) Key() bool
Key function returns key value.
func (ChangeRoleStatusRequestValidationError) Reason ¶
func (e ChangeRoleStatusRequestValidationError) Reason() string
Reason function returns reason value.
type ChangeStatusReply ¶
type ChangeStatusReply struct {
// contains filtered or unexported fields
}
func (*ChangeStatusReply) Descriptor
deprecated
func (*ChangeStatusReply) Descriptor() ([]byte, []int)
Deprecated: Use ChangeStatusReply.ProtoReflect.Descriptor instead.
func (*ChangeStatusReply) ProtoMessage ¶
func (*ChangeStatusReply) ProtoMessage()
func (*ChangeStatusReply) ProtoReflect ¶
func (x *ChangeStatusReply) ProtoReflect() protoreflect.Message
func (*ChangeStatusReply) Reset ¶
func (x *ChangeStatusReply) Reset()
func (*ChangeStatusReply) String ¶
func (x *ChangeStatusReply) String() string
func (*ChangeStatusReply) Validate ¶
func (m *ChangeStatusReply) Validate() error
Validate checks the field values on ChangeStatusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ChangeStatusReply) ValidateAll ¶
func (m *ChangeStatusReply) ValidateAll() error
ValidateAll checks the field values on ChangeStatusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeStatusReplyMultiError, or nil if none found.
type ChangeStatusReplyMultiError ¶
type ChangeStatusReplyMultiError []error
ChangeStatusReplyMultiError is an error wrapping multiple validation errors returned by ChangeStatusReply.ValidateAll() if the designated constraints aren't met.
func (ChangeStatusReplyMultiError) AllErrors ¶
func (m ChangeStatusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeStatusReplyMultiError) Error ¶
func (m ChangeStatusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeStatusReplyValidationError ¶
type ChangeStatusReplyValidationError struct {
// contains filtered or unexported fields
}
ChangeStatusReplyValidationError is the validation error returned by ChangeStatusReply.Validate if the designated constraints aren't met.
func (ChangeStatusReplyValidationError) Cause ¶
func (e ChangeStatusReplyValidationError) Cause() error
Cause function returns cause value.
func (ChangeStatusReplyValidationError) Error ¶
func (e ChangeStatusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeStatusReplyValidationError) ErrorName ¶
func (e ChangeStatusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeStatusReplyValidationError) Field ¶
func (e ChangeStatusReplyValidationError) Field() string
Field function returns field value.
func (ChangeStatusReplyValidationError) Key ¶
func (e ChangeStatusReplyValidationError) Key() bool
Key function returns key value.
func (ChangeStatusReplyValidationError) Reason ¶
func (e ChangeStatusReplyValidationError) Reason() string
Reason function returns reason value.
type ChangeStatusRequest ¶
type ChangeStatusRequest struct { UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ChangeStatusRequest) Descriptor
deprecated
func (*ChangeStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeStatusRequest.ProtoReflect.Descriptor instead.
func (*ChangeStatusRequest) GetStatus ¶
func (x *ChangeStatusRequest) GetStatus() int32
func (*ChangeStatusRequest) GetUserId ¶
func (x *ChangeStatusRequest) GetUserId() int64
func (*ChangeStatusRequest) ProtoMessage ¶
func (*ChangeStatusRequest) ProtoMessage()
func (*ChangeStatusRequest) ProtoReflect ¶
func (x *ChangeStatusRequest) ProtoReflect() protoreflect.Message
func (*ChangeStatusRequest) Reset ¶
func (x *ChangeStatusRequest) Reset()
func (*ChangeStatusRequest) String ¶
func (x *ChangeStatusRequest) String() string
func (*ChangeStatusRequest) Validate ¶
func (m *ChangeStatusRequest) Validate() error
Validate checks the field values on ChangeStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ChangeStatusRequest) ValidateAll ¶
func (m *ChangeStatusRequest) ValidateAll() error
ValidateAll checks the field values on ChangeStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeStatusRequestMultiError, or nil if none found.
type ChangeStatusRequestMultiError ¶
type ChangeStatusRequestMultiError []error
ChangeStatusRequestMultiError is an error wrapping multiple validation errors returned by ChangeStatusRequest.ValidateAll() if the designated constraints aren't met.
func (ChangeStatusRequestMultiError) AllErrors ¶
func (m ChangeStatusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeStatusRequestMultiError) Error ¶
func (m ChangeStatusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeStatusRequestValidationError ¶
type ChangeStatusRequestValidationError struct {
// contains filtered or unexported fields
}
ChangeStatusRequestValidationError is the validation error returned by ChangeStatusRequest.Validate if the designated constraints aren't met.
func (ChangeStatusRequestValidationError) Cause ¶
func (e ChangeStatusRequestValidationError) Cause() error
Cause function returns cause value.
func (ChangeStatusRequestValidationError) Error ¶
func (e ChangeStatusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeStatusRequestValidationError) ErrorName ¶
func (e ChangeStatusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeStatusRequestValidationError) Field ¶
func (e ChangeStatusRequestValidationError) Field() string
Field function returns field value.
func (ChangeStatusRequestValidationError) Key ¶
func (e ChangeStatusRequestValidationError) Key() bool
Key function returns key value.
func (ChangeStatusRequestValidationError) Reason ¶
func (e ChangeStatusRequestValidationError) Reason() string
Reason function returns reason value.
type CommonReply ¶
type CommonReply struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Data *anypb.Any `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*CommonReply) Descriptor
deprecated
func (*CommonReply) Descriptor() ([]byte, []int)
Deprecated: Use CommonReply.ProtoReflect.Descriptor instead.
func (*CommonReply) GetCode ¶
func (x *CommonReply) GetCode() int32
func (*CommonReply) GetData ¶
func (x *CommonReply) GetData() *anypb.Any
func (*CommonReply) GetMessage ¶
func (x *CommonReply) GetMessage() string
func (*CommonReply) ProtoMessage ¶
func (*CommonReply) ProtoMessage()
func (*CommonReply) ProtoReflect ¶
func (x *CommonReply) ProtoReflect() protoreflect.Message
func (*CommonReply) Reset ¶
func (x *CommonReply) Reset()
func (*CommonReply) String ¶
func (x *CommonReply) String() string
func (*CommonReply) Validate ¶
func (m *CommonReply) Validate() error
Validate checks the field values on CommonReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CommonReply) ValidateAll ¶
func (m *CommonReply) ValidateAll() error
ValidateAll checks the field values on CommonReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonReplyMultiError, or nil if none found.
type CommonReplyMultiError ¶
type CommonReplyMultiError []error
CommonReplyMultiError is an error wrapping multiple validation errors returned by CommonReply.ValidateAll() if the designated constraints aren't met.
func (CommonReplyMultiError) AllErrors ¶
func (m CommonReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CommonReplyMultiError) Error ¶
func (m CommonReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CommonReplyValidationError ¶
type CommonReplyValidationError struct {
// contains filtered or unexported fields
}
CommonReplyValidationError is the validation error returned by CommonReply.Validate if the designated constraints aren't met.
func (CommonReplyValidationError) Cause ¶
func (e CommonReplyValidationError) Cause() error
Cause function returns cause value.
func (CommonReplyValidationError) Error ¶
func (e CommonReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CommonReplyValidationError) ErrorName ¶
func (e CommonReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CommonReplyValidationError) Field ¶
func (e CommonReplyValidationError) Field() string
Field function returns field value.
func (CommonReplyValidationError) Key ¶
func (e CommonReplyValidationError) Key() bool
Key function returns key value.
func (CommonReplyValidationError) Reason ¶
func (e CommonReplyValidationError) Reason() string
Reason function returns reason value.
type CreateApiReply ¶
type CreateApiReply struct {
// contains filtered or unexported fields
}
func (*CreateApiReply) Descriptor
deprecated
func (*CreateApiReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateApiReply.ProtoReflect.Descriptor instead.
func (*CreateApiReply) ProtoMessage ¶
func (*CreateApiReply) ProtoMessage()
func (*CreateApiReply) ProtoReflect ¶
func (x *CreateApiReply) ProtoReflect() protoreflect.Message
func (*CreateApiReply) Reset ¶
func (x *CreateApiReply) Reset()
func (*CreateApiReply) String ¶
func (x *CreateApiReply) String() string
func (*CreateApiReply) Validate ¶
func (m *CreateApiReply) Validate() error
Validate checks the field values on CreateApiReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateApiReply) ValidateAll ¶
func (m *CreateApiReply) ValidateAll() error
ValidateAll checks the field values on CreateApiReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateApiReplyMultiError, or nil if none found.
type CreateApiReplyMultiError ¶
type CreateApiReplyMultiError []error
CreateApiReplyMultiError is an error wrapping multiple validation errors returned by CreateApiReply.ValidateAll() if the designated constraints aren't met.
func (CreateApiReplyMultiError) AllErrors ¶
func (m CreateApiReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateApiReplyMultiError) Error ¶
func (m CreateApiReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateApiReplyValidationError ¶
type CreateApiReplyValidationError struct {
// contains filtered or unexported fields
}
CreateApiReplyValidationError is the validation error returned by CreateApiReply.Validate if the designated constraints aren't met.
func (CreateApiReplyValidationError) Cause ¶
func (e CreateApiReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateApiReplyValidationError) Error ¶
func (e CreateApiReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateApiReplyValidationError) ErrorName ¶
func (e CreateApiReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateApiReplyValidationError) Field ¶
func (e CreateApiReplyValidationError) Field() string
Field function returns field value.
func (CreateApiReplyValidationError) Key ¶
func (e CreateApiReplyValidationError) Key() bool
Key function returns key value.
func (CreateApiReplyValidationError) Reason ¶
func (e CreateApiReplyValidationError) Reason() string
Reason function returns reason value.
type CreateApiRequest ¶
type CreateApiRequest struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` ApiGroup string `protobuf:"bytes,3,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` Method string `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*CreateApiRequest) Descriptor
deprecated
func (*CreateApiRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateApiRequest.ProtoReflect.Descriptor instead.
func (*CreateApiRequest) GetApiGroup ¶
func (x *CreateApiRequest) GetApiGroup() string
func (*CreateApiRequest) GetDescription ¶
func (x *CreateApiRequest) GetDescription() string
func (*CreateApiRequest) GetMethod ¶
func (x *CreateApiRequest) GetMethod() string
func (*CreateApiRequest) GetPath ¶
func (x *CreateApiRequest) GetPath() string
func (*CreateApiRequest) ProtoMessage ¶
func (*CreateApiRequest) ProtoMessage()
func (*CreateApiRequest) ProtoReflect ¶
func (x *CreateApiRequest) ProtoReflect() protoreflect.Message
func (*CreateApiRequest) Reset ¶
func (x *CreateApiRequest) Reset()
func (*CreateApiRequest) String ¶
func (x *CreateApiRequest) String() string
func (*CreateApiRequest) Validate ¶
func (m *CreateApiRequest) Validate() error
Validate checks the field values on CreateApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateApiRequest) ValidateAll ¶
func (m *CreateApiRequest) ValidateAll() error
ValidateAll checks the field values on CreateApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateApiRequestMultiError, or nil if none found.
type CreateApiRequestMultiError ¶
type CreateApiRequestMultiError []error
CreateApiRequestMultiError is an error wrapping multiple validation errors returned by CreateApiRequest.ValidateAll() if the designated constraints aren't met.
func (CreateApiRequestMultiError) AllErrors ¶
func (m CreateApiRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateApiRequestMultiError) Error ¶
func (m CreateApiRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateApiRequestValidationError ¶
type CreateApiRequestValidationError struct {
// contains filtered or unexported fields
}
CreateApiRequestValidationError is the validation error returned by CreateApiRequest.Validate if the designated constraints aren't met.
func (CreateApiRequestValidationError) Cause ¶
func (e CreateApiRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateApiRequestValidationError) Error ¶
func (e CreateApiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateApiRequestValidationError) ErrorName ¶
func (e CreateApiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateApiRequestValidationError) Field ¶
func (e CreateApiRequestValidationError) Field() string
Field function returns field value.
func (CreateApiRequestValidationError) Key ¶
func (e CreateApiRequestValidationError) Key() bool
Key function returns key value.
func (CreateApiRequestValidationError) Reason ¶
func (e CreateApiRequestValidationError) Reason() string
Reason function returns reason value.
type CreateDeptReply ¶
type CreateDeptReply struct {
// contains filtered or unexported fields
}
func (*CreateDeptReply) Descriptor
deprecated
func (*CreateDeptReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeptReply.ProtoReflect.Descriptor instead.
func (*CreateDeptReply) ProtoMessage ¶
func (*CreateDeptReply) ProtoMessage()
func (*CreateDeptReply) ProtoReflect ¶
func (x *CreateDeptReply) ProtoReflect() protoreflect.Message
func (*CreateDeptReply) Reset ¶
func (x *CreateDeptReply) Reset()
func (*CreateDeptReply) String ¶
func (x *CreateDeptReply) String() string
func (*CreateDeptReply) Validate ¶
func (m *CreateDeptReply) Validate() error
Validate checks the field values on CreateDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDeptReply) ValidateAll ¶
func (m *CreateDeptReply) ValidateAll() error
ValidateAll checks the field values on CreateDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDeptReplyMultiError, or nil if none found.
type CreateDeptReplyMultiError ¶
type CreateDeptReplyMultiError []error
CreateDeptReplyMultiError is an error wrapping multiple validation errors returned by CreateDeptReply.ValidateAll() if the designated constraints aren't met.
func (CreateDeptReplyMultiError) AllErrors ¶
func (m CreateDeptReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDeptReplyMultiError) Error ¶
func (m CreateDeptReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDeptReplyValidationError ¶
type CreateDeptReplyValidationError struct {
// contains filtered or unexported fields
}
CreateDeptReplyValidationError is the validation error returned by CreateDeptReply.Validate if the designated constraints aren't met.
func (CreateDeptReplyValidationError) Cause ¶
func (e CreateDeptReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateDeptReplyValidationError) Error ¶
func (e CreateDeptReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDeptReplyValidationError) ErrorName ¶
func (e CreateDeptReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDeptReplyValidationError) Field ¶
func (e CreateDeptReplyValidationError) Field() string
Field function returns field value.
func (CreateDeptReplyValidationError) Key ¶
func (e CreateDeptReplyValidationError) Key() bool
Key function returns key value.
func (CreateDeptReplyValidationError) Reason ¶
func (e CreateDeptReplyValidationError) Reason() string
Reason function returns reason value.
type CreateDeptRequest ¶
type CreateDeptRequest struct { ParentId int64 `protobuf:"varint,1,opt,name=parentId,proto3" json:"parentId,omitempty"` DeptName string `protobuf:"bytes,2,opt,name=deptName,proto3" json:"deptName,omitempty"` Leader string `protobuf:"bytes,3,opt,name=leader,proto3" json:"leader,omitempty"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"` Email string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"` Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` Sort int32 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"` // contains filtered or unexported fields }
func (*CreateDeptRequest) Descriptor
deprecated
func (*CreateDeptRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeptRequest.ProtoReflect.Descriptor instead.
func (*CreateDeptRequest) GetDeptName ¶
func (x *CreateDeptRequest) GetDeptName() string
func (*CreateDeptRequest) GetEmail ¶
func (x *CreateDeptRequest) GetEmail() string
func (*CreateDeptRequest) GetLeader ¶
func (x *CreateDeptRequest) GetLeader() string
func (*CreateDeptRequest) GetParentId ¶
func (x *CreateDeptRequest) GetParentId() int64
func (*CreateDeptRequest) GetPhone ¶
func (x *CreateDeptRequest) GetPhone() string
func (*CreateDeptRequest) GetSort ¶
func (x *CreateDeptRequest) GetSort() int32
func (*CreateDeptRequest) GetStatus ¶
func (x *CreateDeptRequest) GetStatus() int32
func (*CreateDeptRequest) ProtoMessage ¶
func (*CreateDeptRequest) ProtoMessage()
func (*CreateDeptRequest) ProtoReflect ¶
func (x *CreateDeptRequest) ProtoReflect() protoreflect.Message
func (*CreateDeptRequest) Reset ¶
func (x *CreateDeptRequest) Reset()
func (*CreateDeptRequest) String ¶
func (x *CreateDeptRequest) String() string
func (*CreateDeptRequest) Validate ¶
func (m *CreateDeptRequest) Validate() error
Validate checks the field values on CreateDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDeptRequest) ValidateAll ¶
func (m *CreateDeptRequest) ValidateAll() error
ValidateAll checks the field values on CreateDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDeptRequestMultiError, or nil if none found.
type CreateDeptRequestMultiError ¶
type CreateDeptRequestMultiError []error
CreateDeptRequestMultiError is an error wrapping multiple validation errors returned by CreateDeptRequest.ValidateAll() if the designated constraints aren't met.
func (CreateDeptRequestMultiError) AllErrors ¶
func (m CreateDeptRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDeptRequestMultiError) Error ¶
func (m CreateDeptRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDeptRequestValidationError ¶
type CreateDeptRequestValidationError struct {
// contains filtered or unexported fields
}
CreateDeptRequestValidationError is the validation error returned by CreateDeptRequest.Validate if the designated constraints aren't met.
func (CreateDeptRequestValidationError) Cause ¶
func (e CreateDeptRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateDeptRequestValidationError) Error ¶
func (e CreateDeptRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDeptRequestValidationError) ErrorName ¶
func (e CreateDeptRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDeptRequestValidationError) Field ¶
func (e CreateDeptRequestValidationError) Field() string
Field function returns field value.
func (CreateDeptRequestValidationError) Key ¶
func (e CreateDeptRequestValidationError) Key() bool
Key function returns key value.
func (CreateDeptRequestValidationError) Reason ¶
func (e CreateDeptRequestValidationError) Reason() string
Reason function returns reason value.
type CreateDictDataReply ¶
type CreateDictDataReply struct {
// contains filtered or unexported fields
}
func (*CreateDictDataReply) Descriptor
deprecated
func (*CreateDictDataReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictDataReply.ProtoReflect.Descriptor instead.
func (*CreateDictDataReply) ProtoMessage ¶
func (*CreateDictDataReply) ProtoMessage()
func (*CreateDictDataReply) ProtoReflect ¶
func (x *CreateDictDataReply) ProtoReflect() protoreflect.Message
func (*CreateDictDataReply) Reset ¶
func (x *CreateDictDataReply) Reset()
func (*CreateDictDataReply) String ¶
func (x *CreateDictDataReply) String() string
func (*CreateDictDataReply) Validate ¶
func (m *CreateDictDataReply) Validate() error
Validate checks the field values on CreateDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDictDataReply) ValidateAll ¶
func (m *CreateDictDataReply) ValidateAll() error
ValidateAll checks the field values on CreateDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDictDataReplyMultiError, or nil if none found.
type CreateDictDataReplyMultiError ¶
type CreateDictDataReplyMultiError []error
CreateDictDataReplyMultiError is an error wrapping multiple validation errors returned by CreateDictDataReply.ValidateAll() if the designated constraints aren't met.
func (CreateDictDataReplyMultiError) AllErrors ¶
func (m CreateDictDataReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictDataReplyMultiError) Error ¶
func (m CreateDictDataReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictDataReplyValidationError ¶
type CreateDictDataReplyValidationError struct {
// contains filtered or unexported fields
}
CreateDictDataReplyValidationError is the validation error returned by CreateDictDataReply.Validate if the designated constraints aren't met.
func (CreateDictDataReplyValidationError) Cause ¶
func (e CreateDictDataReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateDictDataReplyValidationError) Error ¶
func (e CreateDictDataReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictDataReplyValidationError) ErrorName ¶
func (e CreateDictDataReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictDataReplyValidationError) Field ¶
func (e CreateDictDataReplyValidationError) Field() string
Field function returns field value.
func (CreateDictDataReplyValidationError) Key ¶
func (e CreateDictDataReplyValidationError) Key() bool
Key function returns key value.
func (CreateDictDataReplyValidationError) Reason ¶
func (e CreateDictDataReplyValidationError) Reason() string
Reason function returns reason value.
type CreateDictDataRequest ¶
type CreateDictDataRequest struct { DictType string `protobuf:"bytes,1,opt,name=dictType,proto3" json:"dictType,omitempty"` DictLabel string `protobuf:"bytes,2,opt,name=dictLabel,proto3" json:"dictLabel,omitempty"` DictValue string `protobuf:"bytes,3,opt,name=dictValue,proto3" json:"dictValue,omitempty"` DictSort uint32 `protobuf:"varint,4,opt,name=dictSort,proto3" json:"dictSort,omitempty"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"` // contains filtered or unexported fields }
func (*CreateDictDataRequest) Descriptor
deprecated
func (*CreateDictDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictDataRequest.ProtoReflect.Descriptor instead.
func (*CreateDictDataRequest) GetDictLabel ¶
func (x *CreateDictDataRequest) GetDictLabel() string
func (*CreateDictDataRequest) GetDictSort ¶
func (x *CreateDictDataRequest) GetDictSort() uint32
func (*CreateDictDataRequest) GetDictType ¶
func (x *CreateDictDataRequest) GetDictType() string
func (*CreateDictDataRequest) GetDictValue ¶
func (x *CreateDictDataRequest) GetDictValue() string
func (*CreateDictDataRequest) GetRemark ¶
func (x *CreateDictDataRequest) GetRemark() string
func (*CreateDictDataRequest) GetStatus ¶
func (x *CreateDictDataRequest) GetStatus() int32
func (*CreateDictDataRequest) ProtoMessage ¶
func (*CreateDictDataRequest) ProtoMessage()
func (*CreateDictDataRequest) ProtoReflect ¶
func (x *CreateDictDataRequest) ProtoReflect() protoreflect.Message
func (*CreateDictDataRequest) Reset ¶
func (x *CreateDictDataRequest) Reset()
func (*CreateDictDataRequest) String ¶
func (x *CreateDictDataRequest) String() string
func (*CreateDictDataRequest) Validate ¶
func (m *CreateDictDataRequest) Validate() error
Validate checks the field values on CreateDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDictDataRequest) ValidateAll ¶
func (m *CreateDictDataRequest) ValidateAll() error
ValidateAll checks the field values on CreateDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDictDataRequestMultiError, or nil if none found.
type CreateDictDataRequestMultiError ¶
type CreateDictDataRequestMultiError []error
CreateDictDataRequestMultiError is an error wrapping multiple validation errors returned by CreateDictDataRequest.ValidateAll() if the designated constraints aren't met.
func (CreateDictDataRequestMultiError) AllErrors ¶
func (m CreateDictDataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictDataRequestMultiError) Error ¶
func (m CreateDictDataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictDataRequestValidationError ¶
type CreateDictDataRequestValidationError struct {
// contains filtered or unexported fields
}
CreateDictDataRequestValidationError is the validation error returned by CreateDictDataRequest.Validate if the designated constraints aren't met.
func (CreateDictDataRequestValidationError) Cause ¶
func (e CreateDictDataRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateDictDataRequestValidationError) Error ¶
func (e CreateDictDataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictDataRequestValidationError) ErrorName ¶
func (e CreateDictDataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictDataRequestValidationError) Field ¶
func (e CreateDictDataRequestValidationError) Field() string
Field function returns field value.
func (CreateDictDataRequestValidationError) Key ¶
func (e CreateDictDataRequestValidationError) Key() bool
Key function returns key value.
func (CreateDictDataRequestValidationError) Reason ¶
func (e CreateDictDataRequestValidationError) Reason() string
Reason function returns reason value.
type CreateDictTypeReply ¶
type CreateDictTypeReply struct {
// contains filtered or unexported fields
}
func (*CreateDictTypeReply) Descriptor
deprecated
func (*CreateDictTypeReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictTypeReply.ProtoReflect.Descriptor instead.
func (*CreateDictTypeReply) ProtoMessage ¶
func (*CreateDictTypeReply) ProtoMessage()
func (*CreateDictTypeReply) ProtoReflect ¶
func (x *CreateDictTypeReply) ProtoReflect() protoreflect.Message
func (*CreateDictTypeReply) Reset ¶
func (x *CreateDictTypeReply) Reset()
func (*CreateDictTypeReply) String ¶
func (x *CreateDictTypeReply) String() string
func (*CreateDictTypeReply) Validate ¶
func (m *CreateDictTypeReply) Validate() error
Validate checks the field values on CreateDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDictTypeReply) ValidateAll ¶
func (m *CreateDictTypeReply) ValidateAll() error
ValidateAll checks the field values on CreateDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDictTypeReplyMultiError, or nil if none found.
type CreateDictTypeReplyMultiError ¶
type CreateDictTypeReplyMultiError []error
CreateDictTypeReplyMultiError is an error wrapping multiple validation errors returned by CreateDictTypeReply.ValidateAll() if the designated constraints aren't met.
func (CreateDictTypeReplyMultiError) AllErrors ¶
func (m CreateDictTypeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictTypeReplyMultiError) Error ¶
func (m CreateDictTypeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictTypeReplyValidationError ¶
type CreateDictTypeReplyValidationError struct {
// contains filtered or unexported fields
}
CreateDictTypeReplyValidationError is the validation error returned by CreateDictTypeReply.Validate if the designated constraints aren't met.
func (CreateDictTypeReplyValidationError) Cause ¶
func (e CreateDictTypeReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateDictTypeReplyValidationError) Error ¶
func (e CreateDictTypeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictTypeReplyValidationError) ErrorName ¶
func (e CreateDictTypeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictTypeReplyValidationError) Field ¶
func (e CreateDictTypeReplyValidationError) Field() string
Field function returns field value.
func (CreateDictTypeReplyValidationError) Key ¶
func (e CreateDictTypeReplyValidationError) Key() bool
Key function returns key value.
func (CreateDictTypeReplyValidationError) Reason ¶
func (e CreateDictTypeReplyValidationError) Reason() string
Reason function returns reason value.
type CreateDictTypeRequest ¶
type CreateDictTypeRequest struct { DictName string `protobuf:"bytes,1,opt,name=dictName,proto3" json:"dictName,omitempty"` DictType string `protobuf:"bytes,2,opt,name=dictType,proto3" json:"dictType,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,4,opt,name=remark,proto3" json:"remark,omitempty"` // contains filtered or unexported fields }
func (*CreateDictTypeRequest) Descriptor
deprecated
func (*CreateDictTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictTypeRequest.ProtoReflect.Descriptor instead.
func (*CreateDictTypeRequest) GetDictName ¶
func (x *CreateDictTypeRequest) GetDictName() string
func (*CreateDictTypeRequest) GetDictType ¶
func (x *CreateDictTypeRequest) GetDictType() string
func (*CreateDictTypeRequest) GetRemark ¶
func (x *CreateDictTypeRequest) GetRemark() string
func (*CreateDictTypeRequest) GetStatus ¶
func (x *CreateDictTypeRequest) GetStatus() int32
func (*CreateDictTypeRequest) ProtoMessage ¶
func (*CreateDictTypeRequest) ProtoMessage()
func (*CreateDictTypeRequest) ProtoReflect ¶
func (x *CreateDictTypeRequest) ProtoReflect() protoreflect.Message
func (*CreateDictTypeRequest) Reset ¶
func (x *CreateDictTypeRequest) Reset()
func (*CreateDictTypeRequest) String ¶
func (x *CreateDictTypeRequest) String() string
func (*CreateDictTypeRequest) Validate ¶
func (m *CreateDictTypeRequest) Validate() error
Validate checks the field values on CreateDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDictTypeRequest) ValidateAll ¶
func (m *CreateDictTypeRequest) ValidateAll() error
ValidateAll checks the field values on CreateDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDictTypeRequestMultiError, or nil if none found.
type CreateDictTypeRequestMultiError ¶
type CreateDictTypeRequestMultiError []error
CreateDictTypeRequestMultiError is an error wrapping multiple validation errors returned by CreateDictTypeRequest.ValidateAll() if the designated constraints aren't met.
func (CreateDictTypeRequestMultiError) AllErrors ¶
func (m CreateDictTypeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictTypeRequestMultiError) Error ¶
func (m CreateDictTypeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictTypeRequestValidationError ¶
type CreateDictTypeRequestValidationError struct {
// contains filtered or unexported fields
}
CreateDictTypeRequestValidationError is the validation error returned by CreateDictTypeRequest.Validate if the designated constraints aren't met.
func (CreateDictTypeRequestValidationError) Cause ¶
func (e CreateDictTypeRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateDictTypeRequestValidationError) Error ¶
func (e CreateDictTypeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictTypeRequestValidationError) ErrorName ¶
func (e CreateDictTypeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictTypeRequestValidationError) Field ¶
func (e CreateDictTypeRequestValidationError) Field() string
Field function returns field value.
func (CreateDictTypeRequestValidationError) Key ¶
func (e CreateDictTypeRequestValidationError) Key() bool
Key function returns key value.
func (CreateDictTypeRequestValidationError) Reason ¶
func (e CreateDictTypeRequestValidationError) Reason() string
Reason function returns reason value.
type CreateMenusReply ¶
type CreateMenusReply struct { Menus []*MenuTree `protobuf:"bytes,1,rep,name=menus,proto3" json:"menus,omitempty"` Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*CreateMenusReply) Descriptor
deprecated
func (*CreateMenusReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateMenusReply.ProtoReflect.Descriptor instead.
func (*CreateMenusReply) GetMenus ¶
func (x *CreateMenusReply) GetMenus() []*MenuTree
func (*CreateMenusReply) GetPermissions ¶
func (x *CreateMenusReply) GetPermissions() []string
func (*CreateMenusReply) ProtoMessage ¶
func (*CreateMenusReply) ProtoMessage()
func (*CreateMenusReply) ProtoReflect ¶
func (x *CreateMenusReply) ProtoReflect() protoreflect.Message
func (*CreateMenusReply) Reset ¶
func (x *CreateMenusReply) Reset()
func (*CreateMenusReply) String ¶
func (x *CreateMenusReply) String() string
func (*CreateMenusReply) Validate ¶
func (m *CreateMenusReply) Validate() error
Validate checks the field values on CreateMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateMenusReply) ValidateAll ¶
func (m *CreateMenusReply) ValidateAll() error
ValidateAll checks the field values on CreateMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateMenusReplyMultiError, or nil if none found.
type CreateMenusReplyMultiError ¶
type CreateMenusReplyMultiError []error
CreateMenusReplyMultiError is an error wrapping multiple validation errors returned by CreateMenusReply.ValidateAll() if the designated constraints aren't met.
func (CreateMenusReplyMultiError) AllErrors ¶
func (m CreateMenusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateMenusReplyMultiError) Error ¶
func (m CreateMenusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateMenusReplyValidationError ¶
type CreateMenusReplyValidationError struct {
// contains filtered or unexported fields
}
CreateMenusReplyValidationError is the validation error returned by CreateMenusReply.Validate if the designated constraints aren't met.
func (CreateMenusReplyValidationError) Cause ¶
func (e CreateMenusReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateMenusReplyValidationError) Error ¶
func (e CreateMenusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateMenusReplyValidationError) ErrorName ¶
func (e CreateMenusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateMenusReplyValidationError) Field ¶
func (e CreateMenusReplyValidationError) Field() string
Field function returns field value.
func (CreateMenusReplyValidationError) Key ¶
func (e CreateMenusReplyValidationError) Key() bool
Key function returns key value.
func (CreateMenusReplyValidationError) Reason ¶
func (e CreateMenusReplyValidationError) Reason() string
Reason function returns reason value.
type CreateMenusRequest ¶
type CreateMenusRequest struct { MenuName string `protobuf:"bytes,2,opt,name=menuName,proto3" json:"menuName,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` ParentId int32 `protobuf:"varint,4,opt,name=parentId,proto3" json:"parentId,omitempty"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"` Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"` Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"` Component string `protobuf:"bytes,8,opt,name=component,proto3" json:"component,omitempty"` IsIframe int32 `protobuf:"varint,9,opt,name=isIframe,proto3" json:"isIframe,omitempty"` IsLink string `protobuf:"bytes,10,opt,name=isLink,proto3" json:"isLink,omitempty"` MenuType string `protobuf:"bytes,11,opt,name=menuType,proto3" json:"menuType,omitempty"` IsHide int64 `protobuf:"varint,12,opt,name=isHide,proto3" json:"isHide,omitempty"` IsKeepAlive int32 `protobuf:"varint,13,opt,name=isKeepAlive,proto3" json:"isKeepAlive,omitempty"` IsAffix int32 `protobuf:"varint,14,opt,name=isAffix,proto3" json:"isAffix,omitempty"` Permission string `protobuf:"bytes,15,opt,name=permission,proto3" json:"permission,omitempty"` Status int32 `protobuf:"varint,16,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,19,opt,name=remark,proto3" json:"remark,omitempty"` // contains filtered or unexported fields }
func (*CreateMenusRequest) Descriptor
deprecated
func (*CreateMenusRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateMenusRequest.ProtoReflect.Descriptor instead.
func (*CreateMenusRequest) GetComponent ¶
func (x *CreateMenusRequest) GetComponent() string
func (*CreateMenusRequest) GetIcon ¶
func (x *CreateMenusRequest) GetIcon() string
func (*CreateMenusRequest) GetIsAffix ¶
func (x *CreateMenusRequest) GetIsAffix() int32
func (*CreateMenusRequest) GetIsHide ¶
func (x *CreateMenusRequest) GetIsHide() int64
func (*CreateMenusRequest) GetIsIframe ¶
func (x *CreateMenusRequest) GetIsIframe() int32
func (*CreateMenusRequest) GetIsKeepAlive ¶
func (x *CreateMenusRequest) GetIsKeepAlive() int32
func (*CreateMenusRequest) GetIsLink ¶
func (x *CreateMenusRequest) GetIsLink() string
func (*CreateMenusRequest) GetMenuName ¶
func (x *CreateMenusRequest) GetMenuName() string
func (*CreateMenusRequest) GetMenuType ¶
func (x *CreateMenusRequest) GetMenuType() string
func (*CreateMenusRequest) GetParentId ¶
func (x *CreateMenusRequest) GetParentId() int32
func (*CreateMenusRequest) GetPath ¶
func (x *CreateMenusRequest) GetPath() string
func (*CreateMenusRequest) GetPermission ¶
func (x *CreateMenusRequest) GetPermission() string
func (*CreateMenusRequest) GetRemark ¶
func (x *CreateMenusRequest) GetRemark() string
func (*CreateMenusRequest) GetSort ¶
func (x *CreateMenusRequest) GetSort() int32
func (*CreateMenusRequest) GetStatus ¶
func (x *CreateMenusRequest) GetStatus() int32
func (*CreateMenusRequest) GetTitle ¶
func (x *CreateMenusRequest) GetTitle() string
func (*CreateMenusRequest) ProtoMessage ¶
func (*CreateMenusRequest) ProtoMessage()
func (*CreateMenusRequest) ProtoReflect ¶
func (x *CreateMenusRequest) ProtoReflect() protoreflect.Message
func (*CreateMenusRequest) Reset ¶
func (x *CreateMenusRequest) Reset()
func (*CreateMenusRequest) String ¶
func (x *CreateMenusRequest) String() string
func (*CreateMenusRequest) Validate ¶
func (m *CreateMenusRequest) Validate() error
Validate checks the field values on CreateMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateMenusRequest) ValidateAll ¶
func (m *CreateMenusRequest) ValidateAll() error
ValidateAll checks the field values on CreateMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateMenusRequestMultiError, or nil if none found.
type CreateMenusRequestMultiError ¶
type CreateMenusRequestMultiError []error
CreateMenusRequestMultiError is an error wrapping multiple validation errors returned by CreateMenusRequest.ValidateAll() if the designated constraints aren't met.
func (CreateMenusRequestMultiError) AllErrors ¶
func (m CreateMenusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateMenusRequestMultiError) Error ¶
func (m CreateMenusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateMenusRequestValidationError ¶
type CreateMenusRequestValidationError struct {
// contains filtered or unexported fields
}
CreateMenusRequestValidationError is the validation error returned by CreateMenusRequest.Validate if the designated constraints aren't met.
func (CreateMenusRequestValidationError) Cause ¶
func (e CreateMenusRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateMenusRequestValidationError) Error ¶
func (e CreateMenusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateMenusRequestValidationError) ErrorName ¶
func (e CreateMenusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateMenusRequestValidationError) Field ¶
func (e CreateMenusRequestValidationError) Field() string
Field function returns field value.
func (CreateMenusRequestValidationError) Key ¶
func (e CreateMenusRequestValidationError) Key() bool
Key function returns key value.
func (CreateMenusRequestValidationError) Reason ¶
func (e CreateMenusRequestValidationError) Reason() string
Reason function returns reason value.
type CreatePostReply ¶
type CreatePostReply struct {
// contains filtered or unexported fields
}
func (*CreatePostReply) Descriptor
deprecated
func (*CreatePostReply) Descriptor() ([]byte, []int)
Deprecated: Use CreatePostReply.ProtoReflect.Descriptor instead.
func (*CreatePostReply) ProtoMessage ¶
func (*CreatePostReply) ProtoMessage()
func (*CreatePostReply) ProtoReflect ¶
func (x *CreatePostReply) ProtoReflect() protoreflect.Message
func (*CreatePostReply) Reset ¶
func (x *CreatePostReply) Reset()
func (*CreatePostReply) String ¶
func (x *CreatePostReply) String() string
func (*CreatePostReply) Validate ¶
func (m *CreatePostReply) Validate() error
Validate checks the field values on CreatePostReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreatePostReply) ValidateAll ¶
func (m *CreatePostReply) ValidateAll() error
ValidateAll checks the field values on CreatePostReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePostReplyMultiError, or nil if none found.
type CreatePostReplyMultiError ¶
type CreatePostReplyMultiError []error
CreatePostReplyMultiError is an error wrapping multiple validation errors returned by CreatePostReply.ValidateAll() if the designated constraints aren't met.
func (CreatePostReplyMultiError) AllErrors ¶
func (m CreatePostReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreatePostReplyMultiError) Error ¶
func (m CreatePostReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreatePostReplyValidationError ¶
type CreatePostReplyValidationError struct {
// contains filtered or unexported fields
}
CreatePostReplyValidationError is the validation error returned by CreatePostReply.Validate if the designated constraints aren't met.
func (CreatePostReplyValidationError) Cause ¶
func (e CreatePostReplyValidationError) Cause() error
Cause function returns cause value.
func (CreatePostReplyValidationError) Error ¶
func (e CreatePostReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreatePostReplyValidationError) ErrorName ¶
func (e CreatePostReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreatePostReplyValidationError) Field ¶
func (e CreatePostReplyValidationError) Field() string
Field function returns field value.
func (CreatePostReplyValidationError) Key ¶
func (e CreatePostReplyValidationError) Key() bool
Key function returns key value.
func (CreatePostReplyValidationError) Reason ¶
func (e CreatePostReplyValidationError) Reason() string
Reason function returns reason value.
type CreatePostRequest ¶
type CreatePostRequest struct { PostName string `protobuf:"bytes,1,opt,name=postName,proto3" json:"postName,omitempty"` PostCode string `protobuf:"bytes,2,opt,name=postCode,proto3" json:"postCode,omitempty"` Sort int32 `protobuf:"varint,3,opt,name=sort,proto3" json:"sort,omitempty"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,5,opt,name=remark,proto3" json:"remark,omitempty"` // contains filtered or unexported fields }
func (*CreatePostRequest) Descriptor
deprecated
func (*CreatePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePostRequest.ProtoReflect.Descriptor instead.
func (*CreatePostRequest) GetPostCode ¶
func (x *CreatePostRequest) GetPostCode() string
func (*CreatePostRequest) GetPostName ¶
func (x *CreatePostRequest) GetPostName() string
func (*CreatePostRequest) GetRemark ¶
func (x *CreatePostRequest) GetRemark() string
func (*CreatePostRequest) GetSort ¶
func (x *CreatePostRequest) GetSort() int32
func (*CreatePostRequest) GetStatus ¶
func (x *CreatePostRequest) GetStatus() int32
func (*CreatePostRequest) ProtoMessage ¶
func (*CreatePostRequest) ProtoMessage()
func (*CreatePostRequest) ProtoReflect ¶
func (x *CreatePostRequest) ProtoReflect() protoreflect.Message
func (*CreatePostRequest) Reset ¶
func (x *CreatePostRequest) Reset()
func (*CreatePostRequest) String ¶
func (x *CreatePostRequest) String() string
func (*CreatePostRequest) Validate ¶
func (m *CreatePostRequest) Validate() error
Validate checks the field values on CreatePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreatePostRequest) ValidateAll ¶
func (m *CreatePostRequest) ValidateAll() error
ValidateAll checks the field values on CreatePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePostRequestMultiError, or nil if none found.
type CreatePostRequestMultiError ¶
type CreatePostRequestMultiError []error
CreatePostRequestMultiError is an error wrapping multiple validation errors returned by CreatePostRequest.ValidateAll() if the designated constraints aren't met.
func (CreatePostRequestMultiError) AllErrors ¶
func (m CreatePostRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreatePostRequestMultiError) Error ¶
func (m CreatePostRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreatePostRequestValidationError ¶
type CreatePostRequestValidationError struct {
// contains filtered or unexported fields
}
CreatePostRequestValidationError is the validation error returned by CreatePostRequest.Validate if the designated constraints aren't met.
func (CreatePostRequestValidationError) Cause ¶
func (e CreatePostRequestValidationError) Cause() error
Cause function returns cause value.
func (CreatePostRequestValidationError) Error ¶
func (e CreatePostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreatePostRequestValidationError) ErrorName ¶
func (e CreatePostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreatePostRequestValidationError) Field ¶
func (e CreatePostRequestValidationError) Field() string
Field function returns field value.
func (CreatePostRequestValidationError) Key ¶
func (e CreatePostRequestValidationError) Key() bool
Key function returns key value.
func (CreatePostRequestValidationError) Reason ¶
func (e CreatePostRequestValidationError) Reason() string
Reason function returns reason value.
type CreateRolesReply ¶
type CreateRolesReply struct {
// contains filtered or unexported fields
}
func (*CreateRolesReply) Descriptor
deprecated
func (*CreateRolesReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateRolesReply.ProtoReflect.Descriptor instead.
func (*CreateRolesReply) ProtoMessage ¶
func (*CreateRolesReply) ProtoMessage()
func (*CreateRolesReply) ProtoReflect ¶
func (x *CreateRolesReply) ProtoReflect() protoreflect.Message
func (*CreateRolesReply) Reset ¶
func (x *CreateRolesReply) Reset()
func (*CreateRolesReply) String ¶
func (x *CreateRolesReply) String() string
func (*CreateRolesReply) Validate ¶
func (m *CreateRolesReply) Validate() error
Validate checks the field values on CreateRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateRolesReply) ValidateAll ¶
func (m *CreateRolesReply) ValidateAll() error
ValidateAll checks the field values on CreateRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRolesReplyMultiError, or nil if none found.
type CreateRolesReplyMultiError ¶
type CreateRolesReplyMultiError []error
CreateRolesReplyMultiError is an error wrapping multiple validation errors returned by CreateRolesReply.ValidateAll() if the designated constraints aren't met.
func (CreateRolesReplyMultiError) AllErrors ¶
func (m CreateRolesReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateRolesReplyMultiError) Error ¶
func (m CreateRolesReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateRolesReplyValidationError ¶
type CreateRolesReplyValidationError struct {
// contains filtered or unexported fields
}
CreateRolesReplyValidationError is the validation error returned by CreateRolesReply.Validate if the designated constraints aren't met.
func (CreateRolesReplyValidationError) Cause ¶
func (e CreateRolesReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateRolesReplyValidationError) Error ¶
func (e CreateRolesReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRolesReplyValidationError) ErrorName ¶
func (e CreateRolesReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRolesReplyValidationError) Field ¶
func (e CreateRolesReplyValidationError) Field() string
Field function returns field value.
func (CreateRolesReplyValidationError) Key ¶
func (e CreateRolesReplyValidationError) Key() bool
Key function returns key value.
func (CreateRolesReplyValidationError) Reason ¶
func (e CreateRolesReplyValidationError) Reason() string
Reason function returns reason value.
type CreateRolesRequest ¶
type CreateRolesRequest struct { RoleName string `protobuf:"bytes,1,opt,name=roleName,proto3" json:"roleName,omitempty"` RoleKey string `protobuf:"bytes,2,opt,name=roleKey,proto3" json:"roleKey,omitempty"` Sort int32 `protobuf:"varint,3,opt,name=sort,proto3" json:"sort,omitempty"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,5,opt,name=remark,proto3" json:"remark,omitempty"` DataScope int32 `protobuf:"varint,6,opt,name=dataScope,proto3" json:"dataScope,omitempty"` MenuIds []int64 `protobuf:"varint,7,rep,packed,name=menuIds,proto3" json:"menuIds,omitempty"` ApiIds []*ApiBase `protobuf:"bytes,8,rep,name=apiIds,proto3" json:"apiIds,omitempty"` ParentId int64 `protobuf:"varint,9,opt,name=parentId,proto3" json:"parentId,omitempty"` DefaultRouter string `protobuf:"bytes,10,opt,name=defaultRouter,proto3" json:"defaultRouter,omitempty"` // contains filtered or unexported fields }
func (*CreateRolesRequest) Descriptor
deprecated
func (*CreateRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRolesRequest.ProtoReflect.Descriptor instead.
func (*CreateRolesRequest) GetApiIds ¶
func (x *CreateRolesRequest) GetApiIds() []*ApiBase
func (*CreateRolesRequest) GetDataScope ¶
func (x *CreateRolesRequest) GetDataScope() int32
func (*CreateRolesRequest) GetDefaultRouter ¶
func (x *CreateRolesRequest) GetDefaultRouter() string
func (*CreateRolesRequest) GetMenuIds ¶
func (x *CreateRolesRequest) GetMenuIds() []int64
func (*CreateRolesRequest) GetParentId ¶
func (x *CreateRolesRequest) GetParentId() int64
func (*CreateRolesRequest) GetRemark ¶
func (x *CreateRolesRequest) GetRemark() string
func (*CreateRolesRequest) GetRoleKey ¶
func (x *CreateRolesRequest) GetRoleKey() string
func (*CreateRolesRequest) GetRoleName ¶
func (x *CreateRolesRequest) GetRoleName() string
func (*CreateRolesRequest) GetSort ¶
func (x *CreateRolesRequest) GetSort() int32
func (*CreateRolesRequest) GetStatus ¶
func (x *CreateRolesRequest) GetStatus() int32
func (*CreateRolesRequest) ProtoMessage ¶
func (*CreateRolesRequest) ProtoMessage()
func (*CreateRolesRequest) ProtoReflect ¶
func (x *CreateRolesRequest) ProtoReflect() protoreflect.Message
func (*CreateRolesRequest) Reset ¶
func (x *CreateRolesRequest) Reset()
func (*CreateRolesRequest) String ¶
func (x *CreateRolesRequest) String() string
func (*CreateRolesRequest) Validate ¶
func (m *CreateRolesRequest) Validate() error
Validate checks the field values on CreateRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateRolesRequest) ValidateAll ¶
func (m *CreateRolesRequest) ValidateAll() error
ValidateAll checks the field values on CreateRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRolesRequestMultiError, or nil if none found.
type CreateRolesRequestMultiError ¶
type CreateRolesRequestMultiError []error
CreateRolesRequestMultiError is an error wrapping multiple validation errors returned by CreateRolesRequest.ValidateAll() if the designated constraints aren't met.
func (CreateRolesRequestMultiError) AllErrors ¶
func (m CreateRolesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateRolesRequestMultiError) Error ¶
func (m CreateRolesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateRolesRequestValidationError ¶
type CreateRolesRequestValidationError struct {
// contains filtered or unexported fields
}
CreateRolesRequestValidationError is the validation error returned by CreateRolesRequest.Validate if the designated constraints aren't met.
func (CreateRolesRequestValidationError) Cause ¶
func (e CreateRolesRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateRolesRequestValidationError) Error ¶
func (e CreateRolesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRolesRequestValidationError) ErrorName ¶
func (e CreateRolesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRolesRequestValidationError) Field ¶
func (e CreateRolesRequestValidationError) Field() string
Field function returns field value.
func (CreateRolesRequestValidationError) Key ¶
func (e CreateRolesRequestValidationError) Key() bool
Key function returns key value.
func (CreateRolesRequestValidationError) Reason ¶
func (e CreateRolesRequestValidationError) Reason() string
Reason function returns reason value.
type CreateSysuserReply ¶
type CreateSysuserReply struct {
// contains filtered or unexported fields
}
func (*CreateSysuserReply) Descriptor
deprecated
func (*CreateSysuserReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateSysuserReply.ProtoReflect.Descriptor instead.
func (*CreateSysuserReply) ProtoMessage ¶
func (*CreateSysuserReply) ProtoMessage()
func (*CreateSysuserReply) ProtoReflect ¶
func (x *CreateSysuserReply) ProtoReflect() protoreflect.Message
func (*CreateSysuserReply) Reset ¶
func (x *CreateSysuserReply) Reset()
func (*CreateSysuserReply) String ¶
func (x *CreateSysuserReply) String() string
func (*CreateSysuserReply) Validate ¶
func (m *CreateSysuserReply) Validate() error
Validate checks the field values on CreateSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateSysuserReply) ValidateAll ¶
func (m *CreateSysuserReply) ValidateAll() error
ValidateAll checks the field values on CreateSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSysuserReplyMultiError, or nil if none found.
type CreateSysuserReplyMultiError ¶
type CreateSysuserReplyMultiError []error
CreateSysuserReplyMultiError is an error wrapping multiple validation errors returned by CreateSysuserReply.ValidateAll() if the designated constraints aren't met.
func (CreateSysuserReplyMultiError) AllErrors ¶
func (m CreateSysuserReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateSysuserReplyMultiError) Error ¶
func (m CreateSysuserReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateSysuserReplyValidationError ¶
type CreateSysuserReplyValidationError struct {
// contains filtered or unexported fields
}
CreateSysuserReplyValidationError is the validation error returned by CreateSysuserReply.Validate if the designated constraints aren't met.
func (CreateSysuserReplyValidationError) Cause ¶
func (e CreateSysuserReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateSysuserReplyValidationError) Error ¶
func (e CreateSysuserReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateSysuserReplyValidationError) ErrorName ¶
func (e CreateSysuserReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateSysuserReplyValidationError) Field ¶
func (e CreateSysuserReplyValidationError) Field() string
Field function returns field value.
func (CreateSysuserReplyValidationError) Key ¶
func (e CreateSysuserReplyValidationError) Key() bool
Key function returns key value.
func (CreateSysuserReplyValidationError) Reason ¶
func (e CreateSysuserReplyValidationError) Reason() string
Reason function returns reason value.
type CreateSysuserRequest ¶
type CreateSysuserRequest struct { NickName string `protobuf:"bytes,1,opt,name=nickName,proto3" json:"nickName,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"` Email string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"` Sex int32 `protobuf:"varint,6,opt,name=sex,proto3" json:"sex,omitempty"` DeptId int64 `protobuf:"varint,7,opt,name=deptId,proto3" json:"deptId,omitempty"` Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark,omitempty"` PostId int64 `protobuf:"varint,10,opt,name=postId,proto3" json:"postId,omitempty"` RoleId int64 `protobuf:"varint,11,opt,name=roleId,proto3" json:"roleId,omitempty"` PostIds string `protobuf:"bytes,12,opt,name=postIds,proto3" json:"postIds,omitempty"` RoleIds string `protobuf:"bytes,13,opt,name=roleIds,proto3" json:"roleIds,omitempty"` Avatar string `protobuf:"bytes,14,opt,name=avatar,proto3" json:"avatar,omitempty"` Secret string `protobuf:"bytes,15,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
func (*CreateSysuserRequest) Descriptor
deprecated
func (*CreateSysuserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSysuserRequest.ProtoReflect.Descriptor instead.
func (*CreateSysuserRequest) GetAvatar ¶
func (x *CreateSysuserRequest) GetAvatar() string
func (*CreateSysuserRequest) GetDeptId ¶
func (x *CreateSysuserRequest) GetDeptId() int64
func (*CreateSysuserRequest) GetEmail ¶
func (x *CreateSysuserRequest) GetEmail() string
func (*CreateSysuserRequest) GetNickName ¶
func (x *CreateSysuserRequest) GetNickName() string
func (*CreateSysuserRequest) GetPassword ¶
func (x *CreateSysuserRequest) GetPassword() string
func (*CreateSysuserRequest) GetPhone ¶
func (x *CreateSysuserRequest) GetPhone() string
func (*CreateSysuserRequest) GetPostId ¶
func (x *CreateSysuserRequest) GetPostId() int64
func (*CreateSysuserRequest) GetPostIds ¶
func (x *CreateSysuserRequest) GetPostIds() string
func (*CreateSysuserRequest) GetRemark ¶
func (x *CreateSysuserRequest) GetRemark() string
func (*CreateSysuserRequest) GetRoleId ¶
func (x *CreateSysuserRequest) GetRoleId() int64
func (*CreateSysuserRequest) GetRoleIds ¶
func (x *CreateSysuserRequest) GetRoleIds() string
func (*CreateSysuserRequest) GetSecret ¶
func (x *CreateSysuserRequest) GetSecret() string
func (*CreateSysuserRequest) GetSex ¶
func (x *CreateSysuserRequest) GetSex() int32
func (*CreateSysuserRequest) GetStatus ¶
func (x *CreateSysuserRequest) GetStatus() int32
func (*CreateSysuserRequest) GetUsername ¶
func (x *CreateSysuserRequest) GetUsername() string
func (*CreateSysuserRequest) ProtoMessage ¶
func (*CreateSysuserRequest) ProtoMessage()
func (*CreateSysuserRequest) ProtoReflect ¶
func (x *CreateSysuserRequest) ProtoReflect() protoreflect.Message
func (*CreateSysuserRequest) Reset ¶
func (x *CreateSysuserRequest) Reset()
func (*CreateSysuserRequest) String ¶
func (x *CreateSysuserRequest) String() string
func (*CreateSysuserRequest) Validate ¶
func (m *CreateSysuserRequest) Validate() error
Validate checks the field values on CreateSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateSysuserRequest) ValidateAll ¶
func (m *CreateSysuserRequest) ValidateAll() error
ValidateAll checks the field values on CreateSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSysuserRequestMultiError, or nil if none found.
type CreateSysuserRequestMultiError ¶
type CreateSysuserRequestMultiError []error
CreateSysuserRequestMultiError is an error wrapping multiple validation errors returned by CreateSysuserRequest.ValidateAll() if the designated constraints aren't met.
func (CreateSysuserRequestMultiError) AllErrors ¶
func (m CreateSysuserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateSysuserRequestMultiError) Error ¶
func (m CreateSysuserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateSysuserRequestValidationError ¶
type CreateSysuserRequestValidationError struct {
// contains filtered or unexported fields
}
CreateSysuserRequestValidationError is the validation error returned by CreateSysuserRequest.Validate if the designated constraints aren't met.
func (CreateSysuserRequestValidationError) Cause ¶
func (e CreateSysuserRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateSysuserRequestValidationError) Error ¶
func (e CreateSysuserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateSysuserRequestValidationError) ErrorName ¶
func (e CreateSysuserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateSysuserRequestValidationError) Field ¶
func (e CreateSysuserRequestValidationError) Field() string
Field function returns field value.
func (CreateSysuserRequestValidationError) Key ¶
func (e CreateSysuserRequestValidationError) Key() bool
Key function returns key value.
func (CreateSysuserRequestValidationError) Reason ¶
func (e CreateSysuserRequestValidationError) Reason() string
Reason function returns reason value.
type DataScopeReply ¶
type DataScopeReply struct {
// contains filtered or unexported fields
}
func (*DataScopeReply) Descriptor
deprecated
func (*DataScopeReply) Descriptor() ([]byte, []int)
Deprecated: Use DataScopeReply.ProtoReflect.Descriptor instead.
func (*DataScopeReply) ProtoMessage ¶
func (*DataScopeReply) ProtoMessage()
func (*DataScopeReply) ProtoReflect ¶
func (x *DataScopeReply) ProtoReflect() protoreflect.Message
func (*DataScopeReply) Reset ¶
func (x *DataScopeReply) Reset()
func (*DataScopeReply) String ¶
func (x *DataScopeReply) String() string
func (*DataScopeReply) Validate ¶
func (m *DataScopeReply) Validate() error
Validate checks the field values on DataScopeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DataScopeReply) ValidateAll ¶
func (m *DataScopeReply) ValidateAll() error
ValidateAll checks the field values on DataScopeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DataScopeReplyMultiError, or nil if none found.
type DataScopeReplyMultiError ¶
type DataScopeReplyMultiError []error
DataScopeReplyMultiError is an error wrapping multiple validation errors returned by DataScopeReply.ValidateAll() if the designated constraints aren't met.
func (DataScopeReplyMultiError) AllErrors ¶
func (m DataScopeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DataScopeReplyMultiError) Error ¶
func (m DataScopeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DataScopeReplyValidationError ¶
type DataScopeReplyValidationError struct {
// contains filtered or unexported fields
}
DataScopeReplyValidationError is the validation error returned by DataScopeReply.Validate if the designated constraints aren't met.
func (DataScopeReplyValidationError) Cause ¶
func (e DataScopeReplyValidationError) Cause() error
Cause function returns cause value.
func (DataScopeReplyValidationError) Error ¶
func (e DataScopeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DataScopeReplyValidationError) ErrorName ¶
func (e DataScopeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DataScopeReplyValidationError) Field ¶
func (e DataScopeReplyValidationError) Field() string
Field function returns field value.
func (DataScopeReplyValidationError) Key ¶
func (e DataScopeReplyValidationError) Key() bool
Key function returns key value.
func (DataScopeReplyValidationError) Reason ¶
func (e DataScopeReplyValidationError) Reason() string
Reason function returns reason value.
type DataScopeRequest ¶
type DataScopeRequest struct { RoleId int64 `protobuf:"varint,1,opt,name=roleId,proto3" json:"roleId,omitempty"` DataScope int32 `protobuf:"varint,2,opt,name=dataScope,proto3" json:"dataScope,omitempty"` // contains filtered or unexported fields }
func (*DataScopeRequest) Descriptor
deprecated
func (*DataScopeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DataScopeRequest.ProtoReflect.Descriptor instead.
func (*DataScopeRequest) GetDataScope ¶
func (x *DataScopeRequest) GetDataScope() int32
func (*DataScopeRequest) GetRoleId ¶
func (x *DataScopeRequest) GetRoleId() int64
func (*DataScopeRequest) ProtoMessage ¶
func (*DataScopeRequest) ProtoMessage()
func (*DataScopeRequest) ProtoReflect ¶
func (x *DataScopeRequest) ProtoReflect() protoreflect.Message
func (*DataScopeRequest) Reset ¶
func (x *DataScopeRequest) Reset()
func (*DataScopeRequest) String ¶
func (x *DataScopeRequest) String() string
func (*DataScopeRequest) Validate ¶
func (m *DataScopeRequest) Validate() error
Validate checks the field values on DataScopeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DataScopeRequest) ValidateAll ¶
func (m *DataScopeRequest) ValidateAll() error
ValidateAll checks the field values on DataScopeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DataScopeRequestMultiError, or nil if none found.
type DataScopeRequestMultiError ¶
type DataScopeRequestMultiError []error
DataScopeRequestMultiError is an error wrapping multiple validation errors returned by DataScopeRequest.ValidateAll() if the designated constraints aren't met.
func (DataScopeRequestMultiError) AllErrors ¶
func (m DataScopeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DataScopeRequestMultiError) Error ¶
func (m DataScopeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DataScopeRequestValidationError ¶
type DataScopeRequestValidationError struct {
// contains filtered or unexported fields
}
DataScopeRequestValidationError is the validation error returned by DataScopeRequest.Validate if the designated constraints aren't met.
func (DataScopeRequestValidationError) Cause ¶
func (e DataScopeRequestValidationError) Cause() error
Cause function returns cause value.
func (DataScopeRequestValidationError) Error ¶
func (e DataScopeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DataScopeRequestValidationError) ErrorName ¶
func (e DataScopeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DataScopeRequestValidationError) Field ¶
func (e DataScopeRequestValidationError) Field() string
Field function returns field value.
func (DataScopeRequestValidationError) Key ¶
func (e DataScopeRequestValidationError) Key() bool
Key function returns key value.
func (DataScopeRequestValidationError) Reason ¶
func (e DataScopeRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteApiReply ¶
type DeleteApiReply struct {
// contains filtered or unexported fields
}
func (*DeleteApiReply) Descriptor
deprecated
func (*DeleteApiReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteApiReply.ProtoReflect.Descriptor instead.
func (*DeleteApiReply) ProtoMessage ¶
func (*DeleteApiReply) ProtoMessage()
func (*DeleteApiReply) ProtoReflect ¶
func (x *DeleteApiReply) ProtoReflect() protoreflect.Message
func (*DeleteApiReply) Reset ¶
func (x *DeleteApiReply) Reset()
func (*DeleteApiReply) String ¶
func (x *DeleteApiReply) String() string
func (*DeleteApiReply) Validate ¶
func (m *DeleteApiReply) Validate() error
Validate checks the field values on DeleteApiReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteApiReply) ValidateAll ¶
func (m *DeleteApiReply) ValidateAll() error
ValidateAll checks the field values on DeleteApiReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteApiReplyMultiError, or nil if none found.
type DeleteApiReplyMultiError ¶
type DeleteApiReplyMultiError []error
DeleteApiReplyMultiError is an error wrapping multiple validation errors returned by DeleteApiReply.ValidateAll() if the designated constraints aren't met.
func (DeleteApiReplyMultiError) AllErrors ¶
func (m DeleteApiReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteApiReplyMultiError) Error ¶
func (m DeleteApiReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteApiReplyValidationError ¶
type DeleteApiReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteApiReplyValidationError is the validation error returned by DeleteApiReply.Validate if the designated constraints aren't met.
func (DeleteApiReplyValidationError) Cause ¶
func (e DeleteApiReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteApiReplyValidationError) Error ¶
func (e DeleteApiReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApiReplyValidationError) ErrorName ¶
func (e DeleteApiReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApiReplyValidationError) Field ¶
func (e DeleteApiReplyValidationError) Field() string
Field function returns field value.
func (DeleteApiReplyValidationError) Key ¶
func (e DeleteApiReplyValidationError) Key() bool
Key function returns key value.
func (DeleteApiReplyValidationError) Reason ¶
func (e DeleteApiReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteApiRequest ¶
type DeleteApiRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteApiRequest) Descriptor
deprecated
func (*DeleteApiRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteApiRequest.ProtoReflect.Descriptor instead.
func (*DeleteApiRequest) GetId ¶
func (x *DeleteApiRequest) GetId() int64
func (*DeleteApiRequest) ProtoMessage ¶
func (*DeleteApiRequest) ProtoMessage()
func (*DeleteApiRequest) ProtoReflect ¶
func (x *DeleteApiRequest) ProtoReflect() protoreflect.Message
func (*DeleteApiRequest) Reset ¶
func (x *DeleteApiRequest) Reset()
func (*DeleteApiRequest) String ¶
func (x *DeleteApiRequest) String() string
func (*DeleteApiRequest) Validate ¶
func (m *DeleteApiRequest) Validate() error
Validate checks the field values on DeleteApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteApiRequest) ValidateAll ¶
func (m *DeleteApiRequest) ValidateAll() error
ValidateAll checks the field values on DeleteApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteApiRequestMultiError, or nil if none found.
type DeleteApiRequestMultiError ¶
type DeleteApiRequestMultiError []error
DeleteApiRequestMultiError is an error wrapping multiple validation errors returned by DeleteApiRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteApiRequestMultiError) AllErrors ¶
func (m DeleteApiRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteApiRequestMultiError) Error ¶
func (m DeleteApiRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteApiRequestValidationError ¶
type DeleteApiRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteApiRequestValidationError is the validation error returned by DeleteApiRequest.Validate if the designated constraints aren't met.
func (DeleteApiRequestValidationError) Cause ¶
func (e DeleteApiRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteApiRequestValidationError) Error ¶
func (e DeleteApiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApiRequestValidationError) ErrorName ¶
func (e DeleteApiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApiRequestValidationError) Field ¶
func (e DeleteApiRequestValidationError) Field() string
Field function returns field value.
func (DeleteApiRequestValidationError) Key ¶
func (e DeleteApiRequestValidationError) Key() bool
Key function returns key value.
func (DeleteApiRequestValidationError) Reason ¶
func (e DeleteApiRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteDeptReply ¶
type DeleteDeptReply struct {
// contains filtered or unexported fields
}
func (*DeleteDeptReply) Descriptor
deprecated
func (*DeleteDeptReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDeptReply.ProtoReflect.Descriptor instead.
func (*DeleteDeptReply) ProtoMessage ¶
func (*DeleteDeptReply) ProtoMessage()
func (*DeleteDeptReply) ProtoReflect ¶
func (x *DeleteDeptReply) ProtoReflect() protoreflect.Message
func (*DeleteDeptReply) Reset ¶
func (x *DeleteDeptReply) Reset()
func (*DeleteDeptReply) String ¶
func (x *DeleteDeptReply) String() string
func (*DeleteDeptReply) Validate ¶
func (m *DeleteDeptReply) Validate() error
Validate checks the field values on DeleteDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteDeptReply) ValidateAll ¶
func (m *DeleteDeptReply) ValidateAll() error
ValidateAll checks the field values on DeleteDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDeptReplyMultiError, or nil if none found.
type DeleteDeptReplyMultiError ¶
type DeleteDeptReplyMultiError []error
DeleteDeptReplyMultiError is an error wrapping multiple validation errors returned by DeleteDeptReply.ValidateAll() if the designated constraints aren't met.
func (DeleteDeptReplyMultiError) AllErrors ¶
func (m DeleteDeptReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDeptReplyMultiError) Error ¶
func (m DeleteDeptReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDeptReplyValidationError ¶
type DeleteDeptReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteDeptReplyValidationError is the validation error returned by DeleteDeptReply.Validate if the designated constraints aren't met.
func (DeleteDeptReplyValidationError) Cause ¶
func (e DeleteDeptReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteDeptReplyValidationError) Error ¶
func (e DeleteDeptReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDeptReplyValidationError) ErrorName ¶
func (e DeleteDeptReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDeptReplyValidationError) Field ¶
func (e DeleteDeptReplyValidationError) Field() string
Field function returns field value.
func (DeleteDeptReplyValidationError) Key ¶
func (e DeleteDeptReplyValidationError) Key() bool
Key function returns key value.
func (DeleteDeptReplyValidationError) Reason ¶
func (e DeleteDeptReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteDeptRequest ¶
type DeleteDeptRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteDeptRequest) Descriptor
deprecated
func (*DeleteDeptRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDeptRequest.ProtoReflect.Descriptor instead.
func (*DeleteDeptRequest) GetId ¶
func (x *DeleteDeptRequest) GetId() int64
func (*DeleteDeptRequest) ProtoMessage ¶
func (*DeleteDeptRequest) ProtoMessage()
func (*DeleteDeptRequest) ProtoReflect ¶
func (x *DeleteDeptRequest) ProtoReflect() protoreflect.Message
func (*DeleteDeptRequest) Reset ¶
func (x *DeleteDeptRequest) Reset()
func (*DeleteDeptRequest) String ¶
func (x *DeleteDeptRequest) String() string
func (*DeleteDeptRequest) Validate ¶
func (m *DeleteDeptRequest) Validate() error
Validate checks the field values on DeleteDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteDeptRequest) ValidateAll ¶
func (m *DeleteDeptRequest) ValidateAll() error
ValidateAll checks the field values on DeleteDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDeptRequestMultiError, or nil if none found.
type DeleteDeptRequestMultiError ¶
type DeleteDeptRequestMultiError []error
DeleteDeptRequestMultiError is an error wrapping multiple validation errors returned by DeleteDeptRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteDeptRequestMultiError) AllErrors ¶
func (m DeleteDeptRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDeptRequestMultiError) Error ¶
func (m DeleteDeptRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDeptRequestValidationError ¶
type DeleteDeptRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteDeptRequestValidationError is the validation error returned by DeleteDeptRequest.Validate if the designated constraints aren't met.
func (DeleteDeptRequestValidationError) Cause ¶
func (e DeleteDeptRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteDeptRequestValidationError) Error ¶
func (e DeleteDeptRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDeptRequestValidationError) ErrorName ¶
func (e DeleteDeptRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDeptRequestValidationError) Field ¶
func (e DeleteDeptRequestValidationError) Field() string
Field function returns field value.
func (DeleteDeptRequestValidationError) Key ¶
func (e DeleteDeptRequestValidationError) Key() bool
Key function returns key value.
func (DeleteDeptRequestValidationError) Reason ¶
func (e DeleteDeptRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteDictDataReply ¶
type DeleteDictDataReply struct { DictCode int64 `protobuf:"varint,1,opt,name=dictCode,proto3" json:"dictCode,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictDataReply) Descriptor
deprecated
func (*DeleteDictDataReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictDataReply.ProtoReflect.Descriptor instead.
func (*DeleteDictDataReply) GetDictCode ¶
func (x *DeleteDictDataReply) GetDictCode() int64
func (*DeleteDictDataReply) ProtoMessage ¶
func (*DeleteDictDataReply) ProtoMessage()
func (*DeleteDictDataReply) ProtoReflect ¶
func (x *DeleteDictDataReply) ProtoReflect() protoreflect.Message
func (*DeleteDictDataReply) Reset ¶
func (x *DeleteDictDataReply) Reset()
func (*DeleteDictDataReply) String ¶
func (x *DeleteDictDataReply) String() string
func (*DeleteDictDataReply) Validate ¶
func (m *DeleteDictDataReply) Validate() error
Validate checks the field values on DeleteDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteDictDataReply) ValidateAll ¶
func (m *DeleteDictDataReply) ValidateAll() error
ValidateAll checks the field values on DeleteDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDictDataReplyMultiError, or nil if none found.
type DeleteDictDataReplyMultiError ¶
type DeleteDictDataReplyMultiError []error
DeleteDictDataReplyMultiError is an error wrapping multiple validation errors returned by DeleteDictDataReply.ValidateAll() if the designated constraints aren't met.
func (DeleteDictDataReplyMultiError) AllErrors ¶
func (m DeleteDictDataReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictDataReplyMultiError) Error ¶
func (m DeleteDictDataReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictDataReplyValidationError ¶
type DeleteDictDataReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteDictDataReplyValidationError is the validation error returned by DeleteDictDataReply.Validate if the designated constraints aren't met.
func (DeleteDictDataReplyValidationError) Cause ¶
func (e DeleteDictDataReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictDataReplyValidationError) Error ¶
func (e DeleteDictDataReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictDataReplyValidationError) ErrorName ¶
func (e DeleteDictDataReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictDataReplyValidationError) Field ¶
func (e DeleteDictDataReplyValidationError) Field() string
Field function returns field value.
func (DeleteDictDataReplyValidationError) Key ¶
func (e DeleteDictDataReplyValidationError) Key() bool
Key function returns key value.
func (DeleteDictDataReplyValidationError) Reason ¶
func (e DeleteDictDataReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteDictDataRequest ¶
type DeleteDictDataRequest struct { DictCode int64 `protobuf:"varint,1,opt,name=dictCode,proto3" json:"dictCode,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictDataRequest) Descriptor
deprecated
func (*DeleteDictDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictDataRequest.ProtoReflect.Descriptor instead.
func (*DeleteDictDataRequest) GetDictCode ¶
func (x *DeleteDictDataRequest) GetDictCode() int64
func (*DeleteDictDataRequest) ProtoMessage ¶
func (*DeleteDictDataRequest) ProtoMessage()
func (*DeleteDictDataRequest) ProtoReflect ¶
func (x *DeleteDictDataRequest) ProtoReflect() protoreflect.Message
func (*DeleteDictDataRequest) Reset ¶
func (x *DeleteDictDataRequest) Reset()
func (*DeleteDictDataRequest) String ¶
func (x *DeleteDictDataRequest) String() string
func (*DeleteDictDataRequest) Validate ¶
func (m *DeleteDictDataRequest) Validate() error
Validate checks the field values on DeleteDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteDictDataRequest) ValidateAll ¶
func (m *DeleteDictDataRequest) ValidateAll() error
ValidateAll checks the field values on DeleteDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDictDataRequestMultiError, or nil if none found.
type DeleteDictDataRequestMultiError ¶
type DeleteDictDataRequestMultiError []error
DeleteDictDataRequestMultiError is an error wrapping multiple validation errors returned by DeleteDictDataRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteDictDataRequestMultiError) AllErrors ¶
func (m DeleteDictDataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictDataRequestMultiError) Error ¶
func (m DeleteDictDataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictDataRequestValidationError ¶
type DeleteDictDataRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteDictDataRequestValidationError is the validation error returned by DeleteDictDataRequest.Validate if the designated constraints aren't met.
func (DeleteDictDataRequestValidationError) Cause ¶
func (e DeleteDictDataRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictDataRequestValidationError) Error ¶
func (e DeleteDictDataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictDataRequestValidationError) ErrorName ¶
func (e DeleteDictDataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictDataRequestValidationError) Field ¶
func (e DeleteDictDataRequestValidationError) Field() string
Field function returns field value.
func (DeleteDictDataRequestValidationError) Key ¶
func (e DeleteDictDataRequestValidationError) Key() bool
Key function returns key value.
func (DeleteDictDataRequestValidationError) Reason ¶
func (e DeleteDictDataRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteDictTypeReply ¶
type DeleteDictTypeReply struct { DictId int64 `protobuf:"varint,1,opt,name=dictId,proto3" json:"dictId,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictTypeReply) Descriptor
deprecated
func (*DeleteDictTypeReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictTypeReply.ProtoReflect.Descriptor instead.
func (*DeleteDictTypeReply) GetDictId ¶
func (x *DeleteDictTypeReply) GetDictId() int64
func (*DeleteDictTypeReply) ProtoMessage ¶
func (*DeleteDictTypeReply) ProtoMessage()
func (*DeleteDictTypeReply) ProtoReflect ¶
func (x *DeleteDictTypeReply) ProtoReflect() protoreflect.Message
func (*DeleteDictTypeReply) Reset ¶
func (x *DeleteDictTypeReply) Reset()
func (*DeleteDictTypeReply) String ¶
func (x *DeleteDictTypeReply) String() string
func (*DeleteDictTypeReply) Validate ¶
func (m *DeleteDictTypeReply) Validate() error
Validate checks the field values on DeleteDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteDictTypeReply) ValidateAll ¶
func (m *DeleteDictTypeReply) ValidateAll() error
ValidateAll checks the field values on DeleteDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDictTypeReplyMultiError, or nil if none found.
type DeleteDictTypeReplyMultiError ¶
type DeleteDictTypeReplyMultiError []error
DeleteDictTypeReplyMultiError is an error wrapping multiple validation errors returned by DeleteDictTypeReply.ValidateAll() if the designated constraints aren't met.
func (DeleteDictTypeReplyMultiError) AllErrors ¶
func (m DeleteDictTypeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictTypeReplyMultiError) Error ¶
func (m DeleteDictTypeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictTypeReplyValidationError ¶
type DeleteDictTypeReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteDictTypeReplyValidationError is the validation error returned by DeleteDictTypeReply.Validate if the designated constraints aren't met.
func (DeleteDictTypeReplyValidationError) Cause ¶
func (e DeleteDictTypeReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictTypeReplyValidationError) Error ¶
func (e DeleteDictTypeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictTypeReplyValidationError) ErrorName ¶
func (e DeleteDictTypeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictTypeReplyValidationError) Field ¶
func (e DeleteDictTypeReplyValidationError) Field() string
Field function returns field value.
func (DeleteDictTypeReplyValidationError) Key ¶
func (e DeleteDictTypeReplyValidationError) Key() bool
Key function returns key value.
func (DeleteDictTypeReplyValidationError) Reason ¶
func (e DeleteDictTypeReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteDictTypeRequest ¶
type DeleteDictTypeRequest struct { DictId int64 `protobuf:"varint,1,opt,name=dictId,proto3" json:"dictId,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictTypeRequest) Descriptor
deprecated
func (*DeleteDictTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictTypeRequest.ProtoReflect.Descriptor instead.
func (*DeleteDictTypeRequest) GetDictId ¶
func (x *DeleteDictTypeRequest) GetDictId() int64
func (*DeleteDictTypeRequest) ProtoMessage ¶
func (*DeleteDictTypeRequest) ProtoMessage()
func (*DeleteDictTypeRequest) ProtoReflect ¶
func (x *DeleteDictTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteDictTypeRequest) Reset ¶
func (x *DeleteDictTypeRequest) Reset()
func (*DeleteDictTypeRequest) String ¶
func (x *DeleteDictTypeRequest) String() string
func (*DeleteDictTypeRequest) Validate ¶
func (m *DeleteDictTypeRequest) Validate() error
Validate checks the field values on DeleteDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteDictTypeRequest) ValidateAll ¶
func (m *DeleteDictTypeRequest) ValidateAll() error
ValidateAll checks the field values on DeleteDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDictTypeRequestMultiError, or nil if none found.
type DeleteDictTypeRequestMultiError ¶
type DeleteDictTypeRequestMultiError []error
DeleteDictTypeRequestMultiError is an error wrapping multiple validation errors returned by DeleteDictTypeRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteDictTypeRequestMultiError) AllErrors ¶
func (m DeleteDictTypeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictTypeRequestMultiError) Error ¶
func (m DeleteDictTypeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictTypeRequestValidationError ¶
type DeleteDictTypeRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteDictTypeRequestValidationError is the validation error returned by DeleteDictTypeRequest.Validate if the designated constraints aren't met.
func (DeleteDictTypeRequestValidationError) Cause ¶
func (e DeleteDictTypeRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictTypeRequestValidationError) Error ¶
func (e DeleteDictTypeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictTypeRequestValidationError) ErrorName ¶
func (e DeleteDictTypeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictTypeRequestValidationError) Field ¶
func (e DeleteDictTypeRequestValidationError) Field() string
Field function returns field value.
func (DeleteDictTypeRequestValidationError) Key ¶
func (e DeleteDictTypeRequestValidationError) Key() bool
Key function returns key value.
func (DeleteDictTypeRequestValidationError) Reason ¶
func (e DeleteDictTypeRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteMenusReply ¶
type DeleteMenusReply struct {
// contains filtered or unexported fields
}
func (*DeleteMenusReply) Descriptor
deprecated
func (*DeleteMenusReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMenusReply.ProtoReflect.Descriptor instead.
func (*DeleteMenusReply) ProtoMessage ¶
func (*DeleteMenusReply) ProtoMessage()
func (*DeleteMenusReply) ProtoReflect ¶
func (x *DeleteMenusReply) ProtoReflect() protoreflect.Message
func (*DeleteMenusReply) Reset ¶
func (x *DeleteMenusReply) Reset()
func (*DeleteMenusReply) String ¶
func (x *DeleteMenusReply) String() string
func (*DeleteMenusReply) Validate ¶
func (m *DeleteMenusReply) Validate() error
Validate checks the field values on DeleteMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteMenusReply) ValidateAll ¶
func (m *DeleteMenusReply) ValidateAll() error
ValidateAll checks the field values on DeleteMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteMenusReplyMultiError, or nil if none found.
type DeleteMenusReplyMultiError ¶
type DeleteMenusReplyMultiError []error
DeleteMenusReplyMultiError is an error wrapping multiple validation errors returned by DeleteMenusReply.ValidateAll() if the designated constraints aren't met.
func (DeleteMenusReplyMultiError) AllErrors ¶
func (m DeleteMenusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteMenusReplyMultiError) Error ¶
func (m DeleteMenusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteMenusReplyValidationError ¶
type DeleteMenusReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteMenusReplyValidationError is the validation error returned by DeleteMenusReply.Validate if the designated constraints aren't met.
func (DeleteMenusReplyValidationError) Cause ¶
func (e DeleteMenusReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteMenusReplyValidationError) Error ¶
func (e DeleteMenusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteMenusReplyValidationError) ErrorName ¶
func (e DeleteMenusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteMenusReplyValidationError) Field ¶
func (e DeleteMenusReplyValidationError) Field() string
Field function returns field value.
func (DeleteMenusReplyValidationError) Key ¶
func (e DeleteMenusReplyValidationError) Key() bool
Key function returns key value.
func (DeleteMenusReplyValidationError) Reason ¶
func (e DeleteMenusReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteMenusRequest ¶
type DeleteMenusRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteMenusRequest) Descriptor
deprecated
func (*DeleteMenusRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMenusRequest.ProtoReflect.Descriptor instead.
func (*DeleteMenusRequest) GetId ¶
func (x *DeleteMenusRequest) GetId() int64
func (*DeleteMenusRequest) ProtoMessage ¶
func (*DeleteMenusRequest) ProtoMessage()
func (*DeleteMenusRequest) ProtoReflect ¶
func (x *DeleteMenusRequest) ProtoReflect() protoreflect.Message
func (*DeleteMenusRequest) Reset ¶
func (x *DeleteMenusRequest) Reset()
func (*DeleteMenusRequest) String ¶
func (x *DeleteMenusRequest) String() string
func (*DeleteMenusRequest) Validate ¶
func (m *DeleteMenusRequest) Validate() error
Validate checks the field values on DeleteMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteMenusRequest) ValidateAll ¶
func (m *DeleteMenusRequest) ValidateAll() error
ValidateAll checks the field values on DeleteMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteMenusRequestMultiError, or nil if none found.
type DeleteMenusRequestMultiError ¶
type DeleteMenusRequestMultiError []error
DeleteMenusRequestMultiError is an error wrapping multiple validation errors returned by DeleteMenusRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteMenusRequestMultiError) AllErrors ¶
func (m DeleteMenusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteMenusRequestMultiError) Error ¶
func (m DeleteMenusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteMenusRequestValidationError ¶
type DeleteMenusRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteMenusRequestValidationError is the validation error returned by DeleteMenusRequest.Validate if the designated constraints aren't met.
func (DeleteMenusRequestValidationError) Cause ¶
func (e DeleteMenusRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteMenusRequestValidationError) Error ¶
func (e DeleteMenusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteMenusRequestValidationError) ErrorName ¶
func (e DeleteMenusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteMenusRequestValidationError) Field ¶
func (e DeleteMenusRequestValidationError) Field() string
Field function returns field value.
func (DeleteMenusRequestValidationError) Key ¶
func (e DeleteMenusRequestValidationError) Key() bool
Key function returns key value.
func (DeleteMenusRequestValidationError) Reason ¶
func (e DeleteMenusRequestValidationError) Reason() string
Reason function returns reason value.
type DeletePostReply ¶
type DeletePostReply struct {
// contains filtered or unexported fields
}
func (*DeletePostReply) Descriptor
deprecated
func (*DeletePostReply) Descriptor() ([]byte, []int)
Deprecated: Use DeletePostReply.ProtoReflect.Descriptor instead.
func (*DeletePostReply) ProtoMessage ¶
func (*DeletePostReply) ProtoMessage()
func (*DeletePostReply) ProtoReflect ¶
func (x *DeletePostReply) ProtoReflect() protoreflect.Message
func (*DeletePostReply) Reset ¶
func (x *DeletePostReply) Reset()
func (*DeletePostReply) String ¶
func (x *DeletePostReply) String() string
func (*DeletePostReply) Validate ¶
func (m *DeletePostReply) Validate() error
Validate checks the field values on DeletePostReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeletePostReply) ValidateAll ¶
func (m *DeletePostReply) ValidateAll() error
ValidateAll checks the field values on DeletePostReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePostReplyMultiError, or nil if none found.
type DeletePostReplyMultiError ¶
type DeletePostReplyMultiError []error
DeletePostReplyMultiError is an error wrapping multiple validation errors returned by DeletePostReply.ValidateAll() if the designated constraints aren't met.
func (DeletePostReplyMultiError) AllErrors ¶
func (m DeletePostReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeletePostReplyMultiError) Error ¶
func (m DeletePostReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeletePostReplyValidationError ¶
type DeletePostReplyValidationError struct {
// contains filtered or unexported fields
}
DeletePostReplyValidationError is the validation error returned by DeletePostReply.Validate if the designated constraints aren't met.
func (DeletePostReplyValidationError) Cause ¶
func (e DeletePostReplyValidationError) Cause() error
Cause function returns cause value.
func (DeletePostReplyValidationError) Error ¶
func (e DeletePostReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeletePostReplyValidationError) ErrorName ¶
func (e DeletePostReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeletePostReplyValidationError) Field ¶
func (e DeletePostReplyValidationError) Field() string
Field function returns field value.
func (DeletePostReplyValidationError) Key ¶
func (e DeletePostReplyValidationError) Key() bool
Key function returns key value.
func (DeletePostReplyValidationError) Reason ¶
func (e DeletePostReplyValidationError) Reason() string
Reason function returns reason value.
type DeletePostRequest ¶
type DeletePostRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeletePostRequest) Descriptor
deprecated
func (*DeletePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePostRequest.ProtoReflect.Descriptor instead.
func (*DeletePostRequest) GetId ¶
func (x *DeletePostRequest) GetId() string
func (*DeletePostRequest) ProtoMessage ¶
func (*DeletePostRequest) ProtoMessage()
func (*DeletePostRequest) ProtoReflect ¶
func (x *DeletePostRequest) ProtoReflect() protoreflect.Message
func (*DeletePostRequest) Reset ¶
func (x *DeletePostRequest) Reset()
func (*DeletePostRequest) String ¶
func (x *DeletePostRequest) String() string
func (*DeletePostRequest) Validate ¶
func (m *DeletePostRequest) Validate() error
Validate checks the field values on DeletePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeletePostRequest) ValidateAll ¶
func (m *DeletePostRequest) ValidateAll() error
ValidateAll checks the field values on DeletePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePostRequestMultiError, or nil if none found.
type DeletePostRequestMultiError ¶
type DeletePostRequestMultiError []error
DeletePostRequestMultiError is an error wrapping multiple validation errors returned by DeletePostRequest.ValidateAll() if the designated constraints aren't met.
func (DeletePostRequestMultiError) AllErrors ¶
func (m DeletePostRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeletePostRequestMultiError) Error ¶
func (m DeletePostRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeletePostRequestValidationError ¶
type DeletePostRequestValidationError struct {
// contains filtered or unexported fields
}
DeletePostRequestValidationError is the validation error returned by DeletePostRequest.Validate if the designated constraints aren't met.
func (DeletePostRequestValidationError) Cause ¶
func (e DeletePostRequestValidationError) Cause() error
Cause function returns cause value.
func (DeletePostRequestValidationError) Error ¶
func (e DeletePostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeletePostRequestValidationError) ErrorName ¶
func (e DeletePostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeletePostRequestValidationError) Field ¶
func (e DeletePostRequestValidationError) Field() string
Field function returns field value.
func (DeletePostRequestValidationError) Key ¶
func (e DeletePostRequestValidationError) Key() bool
Key function returns key value.
func (DeletePostRequestValidationError) Reason ¶
func (e DeletePostRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteRolesReply ¶
type DeleteRolesReply struct {
// contains filtered or unexported fields
}
func (*DeleteRolesReply) Descriptor
deprecated
func (*DeleteRolesReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRolesReply.ProtoReflect.Descriptor instead.
func (*DeleteRolesReply) ProtoMessage ¶
func (*DeleteRolesReply) ProtoMessage()
func (*DeleteRolesReply) ProtoReflect ¶
func (x *DeleteRolesReply) ProtoReflect() protoreflect.Message
func (*DeleteRolesReply) Reset ¶
func (x *DeleteRolesReply) Reset()
func (*DeleteRolesReply) String ¶
func (x *DeleteRolesReply) String() string
func (*DeleteRolesReply) Validate ¶
func (m *DeleteRolesReply) Validate() error
Validate checks the field values on DeleteRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteRolesReply) ValidateAll ¶
func (m *DeleteRolesReply) ValidateAll() error
ValidateAll checks the field values on DeleteRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRolesReplyMultiError, or nil if none found.
type DeleteRolesReplyMultiError ¶
type DeleteRolesReplyMultiError []error
DeleteRolesReplyMultiError is an error wrapping multiple validation errors returned by DeleteRolesReply.ValidateAll() if the designated constraints aren't met.
func (DeleteRolesReplyMultiError) AllErrors ¶
func (m DeleteRolesReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteRolesReplyMultiError) Error ¶
func (m DeleteRolesReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteRolesReplyValidationError ¶
type DeleteRolesReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteRolesReplyValidationError is the validation error returned by DeleteRolesReply.Validate if the designated constraints aren't met.
func (DeleteRolesReplyValidationError) Cause ¶
func (e DeleteRolesReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteRolesReplyValidationError) Error ¶
func (e DeleteRolesReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRolesReplyValidationError) ErrorName ¶
func (e DeleteRolesReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRolesReplyValidationError) Field ¶
func (e DeleteRolesReplyValidationError) Field() string
Field function returns field value.
func (DeleteRolesReplyValidationError) Key ¶
func (e DeleteRolesReplyValidationError) Key() bool
Key function returns key value.
func (DeleteRolesReplyValidationError) Reason ¶
func (e DeleteRolesReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteRolesRequest ¶
type DeleteRolesRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteRolesRequest) Descriptor
deprecated
func (*DeleteRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRolesRequest.ProtoReflect.Descriptor instead.
func (*DeleteRolesRequest) GetId ¶
func (x *DeleteRolesRequest) GetId() string
func (*DeleteRolesRequest) ProtoMessage ¶
func (*DeleteRolesRequest) ProtoMessage()
func (*DeleteRolesRequest) ProtoReflect ¶
func (x *DeleteRolesRequest) ProtoReflect() protoreflect.Message
func (*DeleteRolesRequest) Reset ¶
func (x *DeleteRolesRequest) Reset()
func (*DeleteRolesRequest) String ¶
func (x *DeleteRolesRequest) String() string
func (*DeleteRolesRequest) Validate ¶
func (m *DeleteRolesRequest) Validate() error
Validate checks the field values on DeleteRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteRolesRequest) ValidateAll ¶
func (m *DeleteRolesRequest) ValidateAll() error
ValidateAll checks the field values on DeleteRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRolesRequestMultiError, or nil if none found.
type DeleteRolesRequestMultiError ¶
type DeleteRolesRequestMultiError []error
DeleteRolesRequestMultiError is an error wrapping multiple validation errors returned by DeleteRolesRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteRolesRequestMultiError) AllErrors ¶
func (m DeleteRolesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteRolesRequestMultiError) Error ¶
func (m DeleteRolesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteRolesRequestValidationError ¶
type DeleteRolesRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteRolesRequestValidationError is the validation error returned by DeleteRolesRequest.Validate if the designated constraints aren't met.
func (DeleteRolesRequestValidationError) Cause ¶
func (e DeleteRolesRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteRolesRequestValidationError) Error ¶
func (e DeleteRolesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRolesRequestValidationError) ErrorName ¶
func (e DeleteRolesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRolesRequestValidationError) Field ¶
func (e DeleteRolesRequestValidationError) Field() string
Field function returns field value.
func (DeleteRolesRequestValidationError) Key ¶
func (e DeleteRolesRequestValidationError) Key() bool
Key function returns key value.
func (DeleteRolesRequestValidationError) Reason ¶
func (e DeleteRolesRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteSysuserReply ¶
type DeleteSysuserReply struct {
// contains filtered or unexported fields
}
func (*DeleteSysuserReply) Descriptor
deprecated
func (*DeleteSysuserReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSysuserReply.ProtoReflect.Descriptor instead.
func (*DeleteSysuserReply) ProtoMessage ¶
func (*DeleteSysuserReply) ProtoMessage()
func (*DeleteSysuserReply) ProtoReflect ¶
func (x *DeleteSysuserReply) ProtoReflect() protoreflect.Message
func (*DeleteSysuserReply) Reset ¶
func (x *DeleteSysuserReply) Reset()
func (*DeleteSysuserReply) String ¶
func (x *DeleteSysuserReply) String() string
func (*DeleteSysuserReply) Validate ¶
func (m *DeleteSysuserReply) Validate() error
Validate checks the field values on DeleteSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteSysuserReply) ValidateAll ¶
func (m *DeleteSysuserReply) ValidateAll() error
ValidateAll checks the field values on DeleteSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteSysuserReplyMultiError, or nil if none found.
type DeleteSysuserReplyMultiError ¶
type DeleteSysuserReplyMultiError []error
DeleteSysuserReplyMultiError is an error wrapping multiple validation errors returned by DeleteSysuserReply.ValidateAll() if the designated constraints aren't met.
func (DeleteSysuserReplyMultiError) AllErrors ¶
func (m DeleteSysuserReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteSysuserReplyMultiError) Error ¶
func (m DeleteSysuserReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteSysuserReplyValidationError ¶
type DeleteSysuserReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteSysuserReplyValidationError is the validation error returned by DeleteSysuserReply.Validate if the designated constraints aren't met.
func (DeleteSysuserReplyValidationError) Cause ¶
func (e DeleteSysuserReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteSysuserReplyValidationError) Error ¶
func (e DeleteSysuserReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteSysuserReplyValidationError) ErrorName ¶
func (e DeleteSysuserReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteSysuserReplyValidationError) Field ¶
func (e DeleteSysuserReplyValidationError) Field() string
Field function returns field value.
func (DeleteSysuserReplyValidationError) Key ¶
func (e DeleteSysuserReplyValidationError) Key() bool
Key function returns key value.
func (DeleteSysuserReplyValidationError) Reason ¶
func (e DeleteSysuserReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteSysuserRequest ¶
type DeleteSysuserRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteSysuserRequest) Descriptor
deprecated
func (*DeleteSysuserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSysuserRequest.ProtoReflect.Descriptor instead.
func (*DeleteSysuserRequest) GetId ¶
func (x *DeleteSysuserRequest) GetId() int64
func (*DeleteSysuserRequest) ProtoMessage ¶
func (*DeleteSysuserRequest) ProtoMessage()
func (*DeleteSysuserRequest) ProtoReflect ¶
func (x *DeleteSysuserRequest) ProtoReflect() protoreflect.Message
func (*DeleteSysuserRequest) Reset ¶
func (x *DeleteSysuserRequest) Reset()
func (*DeleteSysuserRequest) String ¶
func (x *DeleteSysuserRequest) String() string
func (*DeleteSysuserRequest) Validate ¶
func (m *DeleteSysuserRequest) Validate() error
Validate checks the field values on DeleteSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteSysuserRequest) ValidateAll ¶
func (m *DeleteSysuserRequest) ValidateAll() error
ValidateAll checks the field values on DeleteSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteSysuserRequestMultiError, or nil if none found.
type DeleteSysuserRequestMultiError ¶
type DeleteSysuserRequestMultiError []error
DeleteSysuserRequestMultiError is an error wrapping multiple validation errors returned by DeleteSysuserRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteSysuserRequestMultiError) AllErrors ¶
func (m DeleteSysuserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteSysuserRequestMultiError) Error ¶
func (m DeleteSysuserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteSysuserRequestValidationError ¶
type DeleteSysuserRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteSysuserRequestValidationError is the validation error returned by DeleteSysuserRequest.Validate if the designated constraints aren't met.
func (DeleteSysuserRequestValidationError) Cause ¶
func (e DeleteSysuserRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteSysuserRequestValidationError) Error ¶
func (e DeleteSysuserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteSysuserRequestValidationError) ErrorName ¶
func (e DeleteSysuserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteSysuserRequestValidationError) Field ¶
func (e DeleteSysuserRequestValidationError) Field() string
Field function returns field value.
func (DeleteSysuserRequestValidationError) Key ¶
func (e DeleteSysuserRequestValidationError) Key() bool
Key function returns key value.
func (DeleteSysuserRequestValidationError) Reason ¶
func (e DeleteSysuserRequestValidationError) Reason() string
Reason function returns reason value.
type DeptClient ¶
type DeptClient interface { // 部门列表 ListDept(ctx context.Context, in *ListDeptRequest, opts ...grpc.CallOption) (*ListDeptReply, error) // 获取部门关系结构 GetDeptTree(ctx context.Context, in *GetDeptTreeRequest, opts ...grpc.CallOption) (*GetDeptTreeReply, error) // 创建部门 CreateDept(ctx context.Context, in *CreateDeptRequest, opts ...grpc.CallOption) (*CreateDeptReply, error) // 更新部门 UpdateDept(ctx context.Context, in *UpdateDeptRequest, opts ...grpc.CallOption) (*UpdateDeptReply, error) // 删除部门 DeleteDept(ctx context.Context, in *DeleteDeptRequest, opts ...grpc.CallOption) (*DeleteDeptReply, error) // 获取角色部门树 RoleDeptTreeSelect(ctx context.Context, in *RoleDeptTreeSelectRequest, opts ...grpc.CallOption) (*RoleDeptTreeSelectReply, error) }
DeptClient is the client API for Dept service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDeptClient ¶
func NewDeptClient(cc grpc.ClientConnInterface) DeptClient
type DeptData ¶
type DeptData struct { Children []*DeptData `protobuf:"bytes,1,rep,name=children,proto3" json:"children,omitempty"` DeptId int64 `protobuf:"varint,2,opt,name=deptId,proto3" json:"deptId,omitempty"` DeptName string `protobuf:"bytes,3,opt,name=deptName,proto3" json:"deptName,omitempty"` DeptPath string `protobuf:"bytes,4,opt,name=deptPath,proto3" json:"deptPath,omitempty"` Email string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"` Leader string `protobuf:"bytes,6,opt,name=leader,proto3" json:"leader,omitempty"` ParentId int64 `protobuf:"varint,7,opt,name=parentId,proto3" json:"parentId,omitempty"` Phone string `protobuf:"bytes,8,opt,name=phone,proto3" json:"phone,omitempty"` Short int32 `protobuf:"varint,9,opt,name=short,proto3" json:"short,omitempty"` Status int32 `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"` CreateBy string `protobuf:"bytes,11,opt,name=createBy,proto3" json:"createBy,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*DeptData) Descriptor
deprecated
func (*DeptData) GetChildren ¶
func (*DeptData) GetCreateBy ¶
func (*DeptData) GetCreateTime ¶
func (x *DeptData) GetCreateTime() *timestamppb.Timestamp
func (*DeptData) GetDeptName ¶
func (*DeptData) GetDeptPath ¶
func (*DeptData) GetParentId ¶
func (*DeptData) GetUpdateTime ¶
func (x *DeptData) GetUpdateTime() *timestamppb.Timestamp
func (*DeptData) ProtoMessage ¶
func (*DeptData) ProtoMessage()
func (*DeptData) ProtoReflect ¶
func (x *DeptData) ProtoReflect() protoreflect.Message
func (*DeptData) Validate ¶
Validate checks the field values on DeptData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeptData) ValidateAll ¶
ValidateAll checks the field values on DeptData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeptDataMultiError, or nil if none found.
type DeptDataMultiError ¶
type DeptDataMultiError []error
DeptDataMultiError is an error wrapping multiple validation errors returned by DeptData.ValidateAll() if the designated constraints aren't met.
func (DeptDataMultiError) AllErrors ¶
func (m DeptDataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeptDataMultiError) Error ¶
func (m DeptDataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeptDataValidationError ¶
type DeptDataValidationError struct {
// contains filtered or unexported fields
}
DeptDataValidationError is the validation error returned by DeptData.Validate if the designated constraints aren't met.
func (DeptDataValidationError) Cause ¶
func (e DeptDataValidationError) Cause() error
Cause function returns cause value.
func (DeptDataValidationError) Error ¶
func (e DeptDataValidationError) Error() string
Error satisfies the builtin error interface
func (DeptDataValidationError) ErrorName ¶
func (e DeptDataValidationError) ErrorName() string
ErrorName returns error name.
func (DeptDataValidationError) Field ¶
func (e DeptDataValidationError) Field() string
Field function returns field value.
func (DeptDataValidationError) Key ¶
func (e DeptDataValidationError) Key() bool
Key function returns key value.
func (DeptDataValidationError) Reason ¶
func (e DeptDataValidationError) Reason() string
Reason function returns reason value.
type DeptHTTPClient ¶
type DeptHTTPClient interface { CreateDept(ctx context.Context, req *CreateDeptRequest, opts ...http.CallOption) (rsp *CreateDeptReply, err error) DeleteDept(ctx context.Context, req *DeleteDeptRequest, opts ...http.CallOption) (rsp *DeleteDeptReply, err error) GetDeptTree(ctx context.Context, req *GetDeptTreeRequest, opts ...http.CallOption) (rsp *GetDeptTreeReply, err error) ListDept(ctx context.Context, req *ListDeptRequest, opts ...http.CallOption) (rsp *ListDeptReply, err error) RoleDeptTreeSelect(ctx context.Context, req *RoleDeptTreeSelectRequest, opts ...http.CallOption) (rsp *RoleDeptTreeSelectReply, err error) UpdateDept(ctx context.Context, req *UpdateDeptRequest, opts ...http.CallOption) (rsp *UpdateDeptReply, err error) }
func NewDeptHTTPClient ¶
func NewDeptHTTPClient(client *http.Client) DeptHTTPClient
type DeptHTTPClientImpl ¶
type DeptHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*DeptHTTPClientImpl) CreateDept ¶
func (c *DeptHTTPClientImpl) CreateDept(ctx context.Context, in *CreateDeptRequest, opts ...http.CallOption) (*CreateDeptReply, error)
func (*DeptHTTPClientImpl) DeleteDept ¶
func (c *DeptHTTPClientImpl) DeleteDept(ctx context.Context, in *DeleteDeptRequest, opts ...http.CallOption) (*DeleteDeptReply, error)
func (*DeptHTTPClientImpl) GetDeptTree ¶
func (c *DeptHTTPClientImpl) GetDeptTree(ctx context.Context, in *GetDeptTreeRequest, opts ...http.CallOption) (*GetDeptTreeReply, error)
func (*DeptHTTPClientImpl) ListDept ¶
func (c *DeptHTTPClientImpl) ListDept(ctx context.Context, in *ListDeptRequest, opts ...http.CallOption) (*ListDeptReply, error)
func (*DeptHTTPClientImpl) RoleDeptTreeSelect ¶
func (c *DeptHTTPClientImpl) RoleDeptTreeSelect(ctx context.Context, in *RoleDeptTreeSelectRequest, opts ...http.CallOption) (*RoleDeptTreeSelectReply, error)
func (*DeptHTTPClientImpl) UpdateDept ¶
func (c *DeptHTTPClientImpl) UpdateDept(ctx context.Context, in *UpdateDeptRequest, opts ...http.CallOption) (*UpdateDeptReply, error)
type DeptHTTPServer ¶
type DeptHTTPServer interface { // CreateDept 创建部门 CreateDept(context.Context, *CreateDeptRequest) (*CreateDeptReply, error) // DeleteDept 删除部门 DeleteDept(context.Context, *DeleteDeptRequest) (*DeleteDeptReply, error) // GetDeptTree 获取部门关系结构 GetDeptTree(context.Context, *GetDeptTreeRequest) (*GetDeptTreeReply, error) // ListDept 部门列表 ListDept(context.Context, *ListDeptRequest) (*ListDeptReply, error) // RoleDeptTreeSelect 获取角色部门树 RoleDeptTreeSelect(context.Context, *RoleDeptTreeSelectRequest) (*RoleDeptTreeSelectReply, error) // UpdateDept 更新部门 UpdateDept(context.Context, *UpdateDeptRequest) (*UpdateDeptReply, error) }
type DeptLabel ¶
type DeptLabel struct { Children []*DeptLabel `protobuf:"bytes,1,rep,name=children,proto3" json:"children,omitempty"` DeptId int32 `protobuf:"varint,2,opt,name=deptId,proto3" json:"deptId,omitempty"` DeptName string `protobuf:"bytes,3,opt,name=deptName,proto3" json:"deptName,omitempty"` // contains filtered or unexported fields }
func (*DeptLabel) Descriptor
deprecated
func (*DeptLabel) GetChildren ¶
func (*DeptLabel) GetDeptName ¶
func (*DeptLabel) ProtoMessage ¶
func (*DeptLabel) ProtoMessage()
func (*DeptLabel) ProtoReflect ¶
func (x *DeptLabel) ProtoReflect() protoreflect.Message
func (*DeptLabel) Validate ¶
Validate checks the field values on DeptLabel with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeptLabel) ValidateAll ¶
ValidateAll checks the field values on DeptLabel with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeptLabelMultiError, or nil if none found.
type DeptLabelMultiError ¶
type DeptLabelMultiError []error
DeptLabelMultiError is an error wrapping multiple validation errors returned by DeptLabel.ValidateAll() if the designated constraints aren't met.
func (DeptLabelMultiError) AllErrors ¶
func (m DeptLabelMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeptLabelMultiError) Error ¶
func (m DeptLabelMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeptLabelValidationError ¶
type DeptLabelValidationError struct {
// contains filtered or unexported fields
}
DeptLabelValidationError is the validation error returned by DeptLabel.Validate if the designated constraints aren't met.
func (DeptLabelValidationError) Cause ¶
func (e DeptLabelValidationError) Cause() error
Cause function returns cause value.
func (DeptLabelValidationError) Error ¶
func (e DeptLabelValidationError) Error() string
Error satisfies the builtin error interface
func (DeptLabelValidationError) ErrorName ¶
func (e DeptLabelValidationError) ErrorName() string
ErrorName returns error name.
func (DeptLabelValidationError) Field ¶
func (e DeptLabelValidationError) Field() string
Field function returns field value.
func (DeptLabelValidationError) Key ¶
func (e DeptLabelValidationError) Key() bool
Key function returns key value.
func (DeptLabelValidationError) Reason ¶
func (e DeptLabelValidationError) Reason() string
Reason function returns reason value.
type DeptServer ¶
type DeptServer interface { // 部门列表 ListDept(context.Context, *ListDeptRequest) (*ListDeptReply, error) // 获取部门关系结构 GetDeptTree(context.Context, *GetDeptTreeRequest) (*GetDeptTreeReply, error) // 创建部门 CreateDept(context.Context, *CreateDeptRequest) (*CreateDeptReply, error) // 更新部门 UpdateDept(context.Context, *UpdateDeptRequest) (*UpdateDeptReply, error) // 删除部门 DeleteDept(context.Context, *DeleteDeptRequest) (*DeleteDeptReply, error) // 获取角色部门树 RoleDeptTreeSelect(context.Context, *RoleDeptTreeSelectRequest) (*RoleDeptTreeSelectReply, error) // contains filtered or unexported methods }
DeptServer is the server API for Dept service. All implementations must embed UnimplementedDeptServer for forward compatibility
type DeptTree ¶
type DeptTree struct { DeptId int64 `protobuf:"varint,1,opt,name=deptId,proto3" json:"deptId,omitempty"` ParentId int64 `protobuf:"varint,3,opt,name=parentId,proto3" json:"parentId,omitempty"` DeptPath string `protobuf:"bytes,4,opt,name=deptPath,proto3" json:"deptPath,omitempty"` DeptName string `protobuf:"bytes,5,opt,name=deptName,proto3" json:"deptName,omitempty"` Sort int32 `protobuf:"varint,6,opt,name=sort,proto3" json:"sort,omitempty"` Leader string `protobuf:"bytes,7,opt,name=leader,proto3" json:"leader,omitempty"` Phone string `protobuf:"bytes,8,opt,name=phone,proto3" json:"phone,omitempty"` Email string `protobuf:"bytes,9,opt,name=email,proto3" json:"email,omitempty"` Status int32 `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"` CreateBy string `protobuf:"bytes,11,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,12,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Children []*DeptTree `protobuf:"bytes,13,rep,name=children,proto3" json:"children,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*DeptTree) Descriptor
deprecated
func (*DeptTree) GetChildren ¶
func (*DeptTree) GetCreateBy ¶
func (*DeptTree) GetCreateTime ¶
func (x *DeptTree) GetCreateTime() *timestamppb.Timestamp
func (*DeptTree) GetDeptName ¶
func (*DeptTree) GetDeptPath ¶
func (*DeptTree) GetParentId ¶
func (*DeptTree) GetUpdateBy ¶
func (*DeptTree) GetUpdateTime ¶
func (x *DeptTree) GetUpdateTime() *timestamppb.Timestamp
func (*DeptTree) ProtoMessage ¶
func (*DeptTree) ProtoMessage()
func (*DeptTree) ProtoReflect ¶
func (x *DeptTree) ProtoReflect() protoreflect.Message
func (*DeptTree) Validate ¶
Validate checks the field values on DeptTree with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeptTree) ValidateAll ¶
ValidateAll checks the field values on DeptTree with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeptTreeMultiError, or nil if none found.
type DeptTreeMultiError ¶
type DeptTreeMultiError []error
DeptTreeMultiError is an error wrapping multiple validation errors returned by DeptTree.ValidateAll() if the designated constraints aren't met.
func (DeptTreeMultiError) AllErrors ¶
func (m DeptTreeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeptTreeMultiError) Error ¶
func (m DeptTreeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeptTreeValidationError ¶
type DeptTreeValidationError struct {
// contains filtered or unexported fields
}
DeptTreeValidationError is the validation error returned by DeptTree.Validate if the designated constraints aren't met.
func (DeptTreeValidationError) Cause ¶
func (e DeptTreeValidationError) Cause() error
Cause function returns cause value.
func (DeptTreeValidationError) Error ¶
func (e DeptTreeValidationError) Error() string
Error satisfies the builtin error interface
func (DeptTreeValidationError) ErrorName ¶
func (e DeptTreeValidationError) ErrorName() string
ErrorName returns error name.
func (DeptTreeValidationError) Field ¶
func (e DeptTreeValidationError) Field() string
Field function returns field value.
func (DeptTreeValidationError) Key ¶
func (e DeptTreeValidationError) Key() bool
Key function returns key value.
func (DeptTreeValidationError) Reason ¶
func (e DeptTreeValidationError) Reason() string
Reason function returns reason value.
type DictDataClient ¶
type DictDataClient interface { // 列表信息 ListDictData(ctx context.Context, in *ListDictDataRequest, opts ...grpc.CallOption) (*ListDictDataReply, error) // 创建 CreateDictData(ctx context.Context, in *CreateDictDataRequest, opts ...grpc.CallOption) (*CreateDictDataReply, error) // 更新 UpdateDictData(ctx context.Context, in *UpdateDictDataRequest, opts ...grpc.CallOption) (*UpdateDictDataReply, error) // 删除 DeleteDictData(ctx context.Context, in *DeleteDictDataRequest, opts ...grpc.CallOption) (*DeleteDictDataReply, error) // 获取信息 GetDictData(ctx context.Context, in *GetDictDataRequest, opts ...grpc.CallOption) (*GetDictDataReply, error) }
DictDataClient is the client API for DictData service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDictDataClient ¶
func NewDictDataClient(cc grpc.ClientConnInterface) DictDataClient
type DictDataContent ¶
type DictDataContent struct { DictCode uint32 `protobuf:"varint,1,opt,name=dictCode,proto3" json:"dictCode,omitempty"` DictSort uint32 `protobuf:"varint,2,opt,name=dictSort,proto3" json:"dictSort,omitempty"` DictLabel string `protobuf:"bytes,3,opt,name=dictLabel,proto3" json:"dictLabel,omitempty"` DictValue string `protobuf:"bytes,4,opt,name=dictValue,proto3" json:"dictValue,omitempty"` DictType string `protobuf:"bytes,5,opt,name=dictType,proto3" json:"dictType,omitempty"` Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` CssClass string `protobuf:"bytes,7,opt,name=cssClass,proto3" json:"cssClass,omitempty"` ListClass string `protobuf:"bytes,8,opt,name=listClass,proto3" json:"listClass,omitempty"` IsDefault string `protobuf:"bytes,9,opt,name=isDefault,proto3" json:"isDefault,omitempty"` CreateBy string `protobuf:"bytes,10,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,11,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,12,opt,name=remark,proto3" json:"remark,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*DictDataContent) Descriptor
deprecated
func (*DictDataContent) Descriptor() ([]byte, []int)
Deprecated: Use DictDataContent.ProtoReflect.Descriptor instead.
func (*DictDataContent) GetCreateBy ¶
func (x *DictDataContent) GetCreateBy() string
func (*DictDataContent) GetCreateTime ¶
func (x *DictDataContent) GetCreateTime() *timestamppb.Timestamp
func (*DictDataContent) GetCssClass ¶
func (x *DictDataContent) GetCssClass() string
func (*DictDataContent) GetDictCode ¶
func (x *DictDataContent) GetDictCode() uint32
func (*DictDataContent) GetDictLabel ¶
func (x *DictDataContent) GetDictLabel() string
func (*DictDataContent) GetDictSort ¶
func (x *DictDataContent) GetDictSort() uint32
func (*DictDataContent) GetDictType ¶
func (x *DictDataContent) GetDictType() string
func (*DictDataContent) GetDictValue ¶
func (x *DictDataContent) GetDictValue() string
func (*DictDataContent) GetIsDefault ¶
func (x *DictDataContent) GetIsDefault() string
func (*DictDataContent) GetListClass ¶
func (x *DictDataContent) GetListClass() string
func (*DictDataContent) GetRemark ¶
func (x *DictDataContent) GetRemark() string
func (*DictDataContent) GetStatus ¶
func (x *DictDataContent) GetStatus() int32
func (*DictDataContent) GetUpdateBy ¶
func (x *DictDataContent) GetUpdateBy() string
func (*DictDataContent) GetUpdateTime ¶
func (x *DictDataContent) GetUpdateTime() *timestamppb.Timestamp
func (*DictDataContent) ProtoMessage ¶
func (*DictDataContent) ProtoMessage()
func (*DictDataContent) ProtoReflect ¶
func (x *DictDataContent) ProtoReflect() protoreflect.Message
func (*DictDataContent) Reset ¶
func (x *DictDataContent) Reset()
func (*DictDataContent) String ¶
func (x *DictDataContent) String() string
func (*DictDataContent) Validate ¶
func (m *DictDataContent) Validate() error
Validate checks the field values on DictDataContent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DictDataContent) ValidateAll ¶
func (m *DictDataContent) ValidateAll() error
ValidateAll checks the field values on DictDataContent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DictDataContentMultiError, or nil if none found.
type DictDataContentMultiError ¶
type DictDataContentMultiError []error
DictDataContentMultiError is an error wrapping multiple validation errors returned by DictDataContent.ValidateAll() if the designated constraints aren't met.
func (DictDataContentMultiError) AllErrors ¶
func (m DictDataContentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DictDataContentMultiError) Error ¶
func (m DictDataContentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DictDataContentValidationError ¶
type DictDataContentValidationError struct {
// contains filtered or unexported fields
}
DictDataContentValidationError is the validation error returned by DictDataContent.Validate if the designated constraints aren't met.
func (DictDataContentValidationError) Cause ¶
func (e DictDataContentValidationError) Cause() error
Cause function returns cause value.
func (DictDataContentValidationError) Error ¶
func (e DictDataContentValidationError) Error() string
Error satisfies the builtin error interface
func (DictDataContentValidationError) ErrorName ¶
func (e DictDataContentValidationError) ErrorName() string
ErrorName returns error name.
func (DictDataContentValidationError) Field ¶
func (e DictDataContentValidationError) Field() string
Field function returns field value.
func (DictDataContentValidationError) Key ¶
func (e DictDataContentValidationError) Key() bool
Key function returns key value.
func (DictDataContentValidationError) Reason ¶
func (e DictDataContentValidationError) Reason() string
Reason function returns reason value.
type DictDataHTTPClient ¶
type DictDataHTTPClient interface { CreateDictData(ctx context.Context, req *CreateDictDataRequest, opts ...http.CallOption) (rsp *CreateDictDataReply, err error) DeleteDictData(ctx context.Context, req *DeleteDictDataRequest, opts ...http.CallOption) (rsp *DeleteDictDataReply, err error) GetDictData(ctx context.Context, req *GetDictDataRequest, opts ...http.CallOption) (rsp *GetDictDataReply, err error) ListDictData(ctx context.Context, req *ListDictDataRequest, opts ...http.CallOption) (rsp *ListDictDataReply, err error) UpdateDictData(ctx context.Context, req *UpdateDictDataRequest, opts ...http.CallOption) (rsp *UpdateDictDataReply, err error) }
func NewDictDataHTTPClient ¶
func NewDictDataHTTPClient(client *http.Client) DictDataHTTPClient
type DictDataHTTPClientImpl ¶
type DictDataHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*DictDataHTTPClientImpl) CreateDictData ¶
func (c *DictDataHTTPClientImpl) CreateDictData(ctx context.Context, in *CreateDictDataRequest, opts ...http.CallOption) (*CreateDictDataReply, error)
func (*DictDataHTTPClientImpl) DeleteDictData ¶
func (c *DictDataHTTPClientImpl) DeleteDictData(ctx context.Context, in *DeleteDictDataRequest, opts ...http.CallOption) (*DeleteDictDataReply, error)
func (*DictDataHTTPClientImpl) GetDictData ¶
func (c *DictDataHTTPClientImpl) GetDictData(ctx context.Context, in *GetDictDataRequest, opts ...http.CallOption) (*GetDictDataReply, error)
func (*DictDataHTTPClientImpl) ListDictData ¶
func (c *DictDataHTTPClientImpl) ListDictData(ctx context.Context, in *ListDictDataRequest, opts ...http.CallOption) (*ListDictDataReply, error)
func (*DictDataHTTPClientImpl) UpdateDictData ¶
func (c *DictDataHTTPClientImpl) UpdateDictData(ctx context.Context, in *UpdateDictDataRequest, opts ...http.CallOption) (*UpdateDictDataReply, error)
type DictDataHTTPServer ¶
type DictDataHTTPServer interface { // CreateDictData创建 CreateDictData(context.Context, *CreateDictDataRequest) (*CreateDictDataReply, error) // DeleteDictData删除 DeleteDictData(context.Context, *DeleteDictDataRequest) (*DeleteDictDataReply, error) // GetDictData获取信息 GetDictData(context.Context, *GetDictDataRequest) (*GetDictDataReply, error) // ListDictData列表信息 ListDictData(context.Context, *ListDictDataRequest) (*ListDictDataReply, error) // UpdateDictData更新 UpdateDictData(context.Context, *UpdateDictDataRequest) (*UpdateDictDataReply, error) }
type DictDataServer ¶
type DictDataServer interface { // 列表信息 ListDictData(context.Context, *ListDictDataRequest) (*ListDictDataReply, error) // 创建 CreateDictData(context.Context, *CreateDictDataRequest) (*CreateDictDataReply, error) // 更新 UpdateDictData(context.Context, *UpdateDictDataRequest) (*UpdateDictDataReply, error) // 删除 DeleteDictData(context.Context, *DeleteDictDataRequest) (*DeleteDictDataReply, error) // 获取信息 GetDictData(context.Context, *GetDictDataRequest) (*GetDictDataReply, error) // contains filtered or unexported methods }
DictDataServer is the server API for DictData service. All implementations must embed UnimplementedDictDataServer for forward compatibility
type DictTypeClient ¶
type DictTypeClient interface { // 列表信息 ListDictType(ctx context.Context, in *ListDictTypeRequest, opts ...grpc.CallOption) (*ListDictTypeReply, error) // 创建 CreateDictType(ctx context.Context, in *CreateDictTypeRequest, opts ...grpc.CallOption) (*CreateDictTypeReply, error) // 更新 UpdateDictType(ctx context.Context, in *UpdateDictTypeRequest, opts ...grpc.CallOption) (*UpdateDictTypeReply, error) // 删除 DeleteDictType(ctx context.Context, in *DeleteDictTypeRequest, opts ...grpc.CallOption) (*DeleteDictTypeReply, error) // 获取信息 GetDictType(ctx context.Context, in *GetDictTypeRequest, opts ...grpc.CallOption) (*GetDictTypeReply, error) }
DictTypeClient is the client API for DictType service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDictTypeClient ¶
func NewDictTypeClient(cc grpc.ClientConnInterface) DictTypeClient
type DictTypeContent ¶
type DictTypeContent struct { DictId uint32 `protobuf:"varint,1,opt,name=dictId,proto3" json:"dictId,omitempty"` DictName string `protobuf:"bytes,2,opt,name=dictName,proto3" json:"dictName,omitempty"` DictType string `protobuf:"bytes,3,opt,name=dictType,proto3" json:"dictType,omitempty"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` CreateBy string `protobuf:"bytes,5,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,6,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*DictTypeContent) Descriptor
deprecated
func (*DictTypeContent) Descriptor() ([]byte, []int)
Deprecated: Use DictTypeContent.ProtoReflect.Descriptor instead.
func (*DictTypeContent) GetCreateBy ¶
func (x *DictTypeContent) GetCreateBy() string
func (*DictTypeContent) GetCreateTime ¶
func (x *DictTypeContent) GetCreateTime() *timestamppb.Timestamp
func (*DictTypeContent) GetDictId ¶
func (x *DictTypeContent) GetDictId() uint32
func (*DictTypeContent) GetDictName ¶
func (x *DictTypeContent) GetDictName() string
func (*DictTypeContent) GetDictType ¶
func (x *DictTypeContent) GetDictType() string
func (*DictTypeContent) GetRemark ¶
func (x *DictTypeContent) GetRemark() string
func (*DictTypeContent) GetStatus ¶
func (x *DictTypeContent) GetStatus() int32
func (*DictTypeContent) GetUpdateBy ¶
func (x *DictTypeContent) GetUpdateBy() string
func (*DictTypeContent) GetUpdateTime ¶
func (x *DictTypeContent) GetUpdateTime() *timestamppb.Timestamp
func (*DictTypeContent) ProtoMessage ¶
func (*DictTypeContent) ProtoMessage()
func (*DictTypeContent) ProtoReflect ¶
func (x *DictTypeContent) ProtoReflect() protoreflect.Message
func (*DictTypeContent) Reset ¶
func (x *DictTypeContent) Reset()
func (*DictTypeContent) String ¶
func (x *DictTypeContent) String() string
func (*DictTypeContent) Validate ¶
func (m *DictTypeContent) Validate() error
Validate checks the field values on DictTypeContent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DictTypeContent) ValidateAll ¶
func (m *DictTypeContent) ValidateAll() error
ValidateAll checks the field values on DictTypeContent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DictTypeContentMultiError, or nil if none found.
type DictTypeContentMultiError ¶
type DictTypeContentMultiError []error
DictTypeContentMultiError is an error wrapping multiple validation errors returned by DictTypeContent.ValidateAll() if the designated constraints aren't met.
func (DictTypeContentMultiError) AllErrors ¶
func (m DictTypeContentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DictTypeContentMultiError) Error ¶
func (m DictTypeContentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DictTypeContentValidationError ¶
type DictTypeContentValidationError struct {
// contains filtered or unexported fields
}
DictTypeContentValidationError is the validation error returned by DictTypeContent.Validate if the designated constraints aren't met.
func (DictTypeContentValidationError) Cause ¶
func (e DictTypeContentValidationError) Cause() error
Cause function returns cause value.
func (DictTypeContentValidationError) Error ¶
func (e DictTypeContentValidationError) Error() string
Error satisfies the builtin error interface
func (DictTypeContentValidationError) ErrorName ¶
func (e DictTypeContentValidationError) ErrorName() string
ErrorName returns error name.
func (DictTypeContentValidationError) Field ¶
func (e DictTypeContentValidationError) Field() string
Field function returns field value.
func (DictTypeContentValidationError) Key ¶
func (e DictTypeContentValidationError) Key() bool
Key function returns key value.
func (DictTypeContentValidationError) Reason ¶
func (e DictTypeContentValidationError) Reason() string
Reason function returns reason value.
type DictTypeHTTPClient ¶
type DictTypeHTTPClient interface { CreateDictType(ctx context.Context, req *CreateDictTypeRequest, opts ...http.CallOption) (rsp *CreateDictTypeReply, err error) DeleteDictType(ctx context.Context, req *DeleteDictTypeRequest, opts ...http.CallOption) (rsp *DeleteDictTypeReply, err error) GetDictType(ctx context.Context, req *GetDictTypeRequest, opts ...http.CallOption) (rsp *GetDictTypeReply, err error) ListDictType(ctx context.Context, req *ListDictTypeRequest, opts ...http.CallOption) (rsp *ListDictTypeReply, err error) UpdateDictType(ctx context.Context, req *UpdateDictTypeRequest, opts ...http.CallOption) (rsp *UpdateDictTypeReply, err error) }
func NewDictTypeHTTPClient ¶
func NewDictTypeHTTPClient(client *http.Client) DictTypeHTTPClient
type DictTypeHTTPClientImpl ¶
type DictTypeHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*DictTypeHTTPClientImpl) CreateDictType ¶
func (c *DictTypeHTTPClientImpl) CreateDictType(ctx context.Context, in *CreateDictTypeRequest, opts ...http.CallOption) (*CreateDictTypeReply, error)
func (*DictTypeHTTPClientImpl) DeleteDictType ¶
func (c *DictTypeHTTPClientImpl) DeleteDictType(ctx context.Context, in *DeleteDictTypeRequest, opts ...http.CallOption) (*DeleteDictTypeReply, error)
func (*DictTypeHTTPClientImpl) GetDictType ¶
func (c *DictTypeHTTPClientImpl) GetDictType(ctx context.Context, in *GetDictTypeRequest, opts ...http.CallOption) (*GetDictTypeReply, error)
func (*DictTypeHTTPClientImpl) ListDictType ¶
func (c *DictTypeHTTPClientImpl) ListDictType(ctx context.Context, in *ListDictTypeRequest, opts ...http.CallOption) (*ListDictTypeReply, error)
func (*DictTypeHTTPClientImpl) UpdateDictType ¶
func (c *DictTypeHTTPClientImpl) UpdateDictType(ctx context.Context, in *UpdateDictTypeRequest, opts ...http.CallOption) (*UpdateDictTypeReply, error)
type DictTypeHTTPServer ¶
type DictTypeHTTPServer interface { // CreateDictType创建 CreateDictType(context.Context, *CreateDictTypeRequest) (*CreateDictTypeReply, error) // DeleteDictType删除 DeleteDictType(context.Context, *DeleteDictTypeRequest) (*DeleteDictTypeReply, error) // GetDictType获取信息 GetDictType(context.Context, *GetDictTypeRequest) (*GetDictTypeReply, error) // ListDictType列表信息 ListDictType(context.Context, *ListDictTypeRequest) (*ListDictTypeReply, error) // UpdateDictType更新 UpdateDictType(context.Context, *UpdateDictTypeRequest) (*UpdateDictTypeReply, error) }
type DictTypeServer ¶
type DictTypeServer interface { // 列表信息 ListDictType(context.Context, *ListDictTypeRequest) (*ListDictTypeReply, error) // 创建 CreateDictType(context.Context, *CreateDictTypeRequest) (*CreateDictTypeReply, error) // 更新 UpdateDictType(context.Context, *UpdateDictTypeRequest) (*UpdateDictTypeReply, error) // 删除 DeleteDictType(context.Context, *DeleteDictTypeRequest) (*DeleteDictTypeReply, error) // 获取信息 GetDictType(context.Context, *GetDictTypeRequest) (*GetDictTypeReply, error) // contains filtered or unexported methods }
DictTypeServer is the server API for DictType service. All implementations must embed UnimplementedDictTypeServer for forward compatibility
type GetApiReply ¶
type GetApiReply struct { Api *ApiData `protobuf:"bytes,1,opt,name=api,proto3" json:"api,omitempty"` // contains filtered or unexported fields }
func (*GetApiReply) Descriptor
deprecated
func (*GetApiReply) Descriptor() ([]byte, []int)
Deprecated: Use GetApiReply.ProtoReflect.Descriptor instead.
func (*GetApiReply) GetApi ¶
func (x *GetApiReply) GetApi() *ApiData
func (*GetApiReply) ProtoMessage ¶
func (*GetApiReply) ProtoMessage()
func (*GetApiReply) ProtoReflect ¶
func (x *GetApiReply) ProtoReflect() protoreflect.Message
func (*GetApiReply) Reset ¶
func (x *GetApiReply) Reset()
func (*GetApiReply) String ¶
func (x *GetApiReply) String() string
func (*GetApiReply) Validate ¶
func (m *GetApiReply) Validate() error
Validate checks the field values on GetApiReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApiReply) ValidateAll ¶
func (m *GetApiReply) ValidateAll() error
ValidateAll checks the field values on GetApiReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApiReplyMultiError, or nil if none found.
type GetApiReplyMultiError ¶
type GetApiReplyMultiError []error
GetApiReplyMultiError is an error wrapping multiple validation errors returned by GetApiReply.ValidateAll() if the designated constraints aren't met.
func (GetApiReplyMultiError) AllErrors ¶
func (m GetApiReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApiReplyMultiError) Error ¶
func (m GetApiReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApiReplyValidationError ¶
type GetApiReplyValidationError struct {
// contains filtered or unexported fields
}
GetApiReplyValidationError is the validation error returned by GetApiReply.Validate if the designated constraints aren't met.
func (GetApiReplyValidationError) Cause ¶
func (e GetApiReplyValidationError) Cause() error
Cause function returns cause value.
func (GetApiReplyValidationError) Error ¶
func (e GetApiReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetApiReplyValidationError) ErrorName ¶
func (e GetApiReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetApiReplyValidationError) Field ¶
func (e GetApiReplyValidationError) Field() string
Field function returns field value.
func (GetApiReplyValidationError) Key ¶
func (e GetApiReplyValidationError) Key() bool
Key function returns key value.
func (GetApiReplyValidationError) Reason ¶
func (e GetApiReplyValidationError) Reason() string
Reason function returns reason value.
type GetApiRequest ¶
type GetApiRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetApiRequest) Descriptor
deprecated
func (*GetApiRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetApiRequest.ProtoReflect.Descriptor instead.
func (*GetApiRequest) GetId ¶
func (x *GetApiRequest) GetId() int64
func (*GetApiRequest) ProtoMessage ¶
func (*GetApiRequest) ProtoMessage()
func (*GetApiRequest) ProtoReflect ¶
func (x *GetApiRequest) ProtoReflect() protoreflect.Message
func (*GetApiRequest) Reset ¶
func (x *GetApiRequest) Reset()
func (*GetApiRequest) String ¶
func (x *GetApiRequest) String() string
func (*GetApiRequest) Validate ¶
func (m *GetApiRequest) Validate() error
Validate checks the field values on GetApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApiRequest) ValidateAll ¶
func (m *GetApiRequest) ValidateAll() error
ValidateAll checks the field values on GetApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApiRequestMultiError, or nil if none found.
type GetApiRequestMultiError ¶
type GetApiRequestMultiError []error
GetApiRequestMultiError is an error wrapping multiple validation errors returned by GetApiRequest.ValidateAll() if the designated constraints aren't met.
func (GetApiRequestMultiError) AllErrors ¶
func (m GetApiRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApiRequestMultiError) Error ¶
func (m GetApiRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApiRequestValidationError ¶
type GetApiRequestValidationError struct {
// contains filtered or unexported fields
}
GetApiRequestValidationError is the validation error returned by GetApiRequest.Validate if the designated constraints aren't met.
func (GetApiRequestValidationError) Cause ¶
func (e GetApiRequestValidationError) Cause() error
Cause function returns cause value.
func (GetApiRequestValidationError) Error ¶
func (e GetApiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetApiRequestValidationError) ErrorName ¶
func (e GetApiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetApiRequestValidationError) Field ¶
func (e GetApiRequestValidationError) Field() string
Field function returns field value.
func (GetApiRequestValidationError) Key ¶
func (e GetApiRequestValidationError) Key() bool
Key function returns key value.
func (GetApiRequestValidationError) Reason ¶
func (e GetApiRequestValidationError) Reason() string
Reason function returns reason value.
type GetCaptchaReply ¶
type GetCaptchaReply struct { Base64Captcha string `protobuf:"bytes,1,opt,name=base64Captcha,proto3" json:"base64Captcha,omitempty"` CaptchaId string `protobuf:"bytes,2,opt,name=captchaId,proto3" json:"captchaId,omitempty"` Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*GetCaptchaReply) Descriptor
deprecated
func (*GetCaptchaReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCaptchaReply.ProtoReflect.Descriptor instead.
func (*GetCaptchaReply) GetBase64Captcha ¶
func (x *GetCaptchaReply) GetBase64Captcha() string
func (*GetCaptchaReply) GetCaptchaId ¶
func (x *GetCaptchaReply) GetCaptchaId() string
func (*GetCaptchaReply) GetContent ¶
func (x *GetCaptchaReply) GetContent() string
func (*GetCaptchaReply) ProtoMessage ¶
func (*GetCaptchaReply) ProtoMessage()
func (*GetCaptchaReply) ProtoReflect ¶
func (x *GetCaptchaReply) ProtoReflect() protoreflect.Message
func (*GetCaptchaReply) Reset ¶
func (x *GetCaptchaReply) Reset()
func (*GetCaptchaReply) String ¶
func (x *GetCaptchaReply) String() string
func (*GetCaptchaReply) Validate ¶
func (m *GetCaptchaReply) Validate() error
Validate checks the field values on GetCaptchaReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCaptchaReply) ValidateAll ¶
func (m *GetCaptchaReply) ValidateAll() error
ValidateAll checks the field values on GetCaptchaReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCaptchaReplyMultiError, or nil if none found.
type GetCaptchaReplyMultiError ¶
type GetCaptchaReplyMultiError []error
GetCaptchaReplyMultiError is an error wrapping multiple validation errors returned by GetCaptchaReply.ValidateAll() if the designated constraints aren't met.
func (GetCaptchaReplyMultiError) AllErrors ¶
func (m GetCaptchaReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCaptchaReplyMultiError) Error ¶
func (m GetCaptchaReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCaptchaReplyValidationError ¶
type GetCaptchaReplyValidationError struct {
// contains filtered or unexported fields
}
GetCaptchaReplyValidationError is the validation error returned by GetCaptchaReply.Validate if the designated constraints aren't met.
func (GetCaptchaReplyValidationError) Cause ¶
func (e GetCaptchaReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCaptchaReplyValidationError) Error ¶
func (e GetCaptchaReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCaptchaReplyValidationError) ErrorName ¶
func (e GetCaptchaReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCaptchaReplyValidationError) Field ¶
func (e GetCaptchaReplyValidationError) Field() string
Field function returns field value.
func (GetCaptchaReplyValidationError) Key ¶
func (e GetCaptchaReplyValidationError) Key() bool
Key function returns key value.
func (GetCaptchaReplyValidationError) Reason ¶
func (e GetCaptchaReplyValidationError) Reason() string
Reason function returns reason value.
type GetCaptchaRequest ¶
type GetCaptchaRequest struct {
// contains filtered or unexported fields
}
func (*GetCaptchaRequest) Descriptor
deprecated
func (*GetCaptchaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCaptchaRequest.ProtoReflect.Descriptor instead.
func (*GetCaptchaRequest) ProtoMessage ¶
func (*GetCaptchaRequest) ProtoMessage()
func (*GetCaptchaRequest) ProtoReflect ¶
func (x *GetCaptchaRequest) ProtoReflect() protoreflect.Message
func (*GetCaptchaRequest) Reset ¶
func (x *GetCaptchaRequest) Reset()
func (*GetCaptchaRequest) String ¶
func (x *GetCaptchaRequest) String() string
func (*GetCaptchaRequest) Validate ¶
func (m *GetCaptchaRequest) Validate() error
Validate checks the field values on GetCaptchaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCaptchaRequest) ValidateAll ¶
func (m *GetCaptchaRequest) ValidateAll() error
ValidateAll checks the field values on GetCaptchaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCaptchaRequestMultiError, or nil if none found.
type GetCaptchaRequestMultiError ¶
type GetCaptchaRequestMultiError []error
GetCaptchaRequestMultiError is an error wrapping multiple validation errors returned by GetCaptchaRequest.ValidateAll() if the designated constraints aren't met.
func (GetCaptchaRequestMultiError) AllErrors ¶
func (m GetCaptchaRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCaptchaRequestMultiError) Error ¶
func (m GetCaptchaRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCaptchaRequestValidationError ¶
type GetCaptchaRequestValidationError struct {
// contains filtered or unexported fields
}
GetCaptchaRequestValidationError is the validation error returned by GetCaptchaRequest.Validate if the designated constraints aren't met.
func (GetCaptchaRequestValidationError) Cause ¶
func (e GetCaptchaRequestValidationError) Cause() error
Cause function returns cause value.
func (GetCaptchaRequestValidationError) Error ¶
func (e GetCaptchaRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetCaptchaRequestValidationError) ErrorName ¶
func (e GetCaptchaRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetCaptchaRequestValidationError) Field ¶
func (e GetCaptchaRequestValidationError) Field() string
Field function returns field value.
func (GetCaptchaRequestValidationError) Key ¶
func (e GetCaptchaRequestValidationError) Key() bool
Key function returns key value.
func (GetCaptchaRequestValidationError) Reason ¶
func (e GetCaptchaRequestValidationError) Reason() string
Reason function returns reason value.
type GetDeptTreeReply ¶
type GetDeptTreeReply struct { Data []*DeptTree `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetDeptTreeReply) Descriptor
deprecated
func (*GetDeptTreeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetDeptTreeReply.ProtoReflect.Descriptor instead.
func (*GetDeptTreeReply) GetData ¶
func (x *GetDeptTreeReply) GetData() []*DeptTree
func (*GetDeptTreeReply) ProtoMessage ¶
func (*GetDeptTreeReply) ProtoMessage()
func (*GetDeptTreeReply) ProtoReflect ¶
func (x *GetDeptTreeReply) ProtoReflect() protoreflect.Message
func (*GetDeptTreeReply) Reset ¶
func (x *GetDeptTreeReply) Reset()
func (*GetDeptTreeReply) String ¶
func (x *GetDeptTreeReply) String() string
func (*GetDeptTreeReply) Validate ¶
func (m *GetDeptTreeReply) Validate() error
Validate checks the field values on GetDeptTreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDeptTreeReply) ValidateAll ¶
func (m *GetDeptTreeReply) ValidateAll() error
ValidateAll checks the field values on GetDeptTreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDeptTreeReplyMultiError, or nil if none found.
type GetDeptTreeReplyMultiError ¶
type GetDeptTreeReplyMultiError []error
GetDeptTreeReplyMultiError is an error wrapping multiple validation errors returned by GetDeptTreeReply.ValidateAll() if the designated constraints aren't met.
func (GetDeptTreeReplyMultiError) AllErrors ¶
func (m GetDeptTreeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDeptTreeReplyMultiError) Error ¶
func (m GetDeptTreeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDeptTreeReplyValidationError ¶
type GetDeptTreeReplyValidationError struct {
// contains filtered or unexported fields
}
GetDeptTreeReplyValidationError is the validation error returned by GetDeptTreeReply.Validate if the designated constraints aren't met.
func (GetDeptTreeReplyValidationError) Cause ¶
func (e GetDeptTreeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetDeptTreeReplyValidationError) Error ¶
func (e GetDeptTreeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetDeptTreeReplyValidationError) ErrorName ¶
func (e GetDeptTreeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetDeptTreeReplyValidationError) Field ¶
func (e GetDeptTreeReplyValidationError) Field() string
Field function returns field value.
func (GetDeptTreeReplyValidationError) Key ¶
func (e GetDeptTreeReplyValidationError) Key() bool
Key function returns key value.
func (GetDeptTreeReplyValidationError) Reason ¶
func (e GetDeptTreeReplyValidationError) Reason() string
Reason function returns reason value.
type GetDeptTreeRequest ¶
type GetDeptTreeRequest struct { DeptName string `protobuf:"bytes,1,opt,name=deptName,proto3" json:"deptName,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` DeptId int64 `protobuf:"varint,3,opt,name=deptId,proto3" json:"deptId,omitempty"` // contains filtered or unexported fields }
func (*GetDeptTreeRequest) Descriptor
deprecated
func (*GetDeptTreeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeptTreeRequest.ProtoReflect.Descriptor instead.
func (*GetDeptTreeRequest) GetDeptId ¶
func (x *GetDeptTreeRequest) GetDeptId() int64
func (*GetDeptTreeRequest) GetDeptName ¶
func (x *GetDeptTreeRequest) GetDeptName() string
func (*GetDeptTreeRequest) GetStatus ¶
func (x *GetDeptTreeRequest) GetStatus() int32
func (*GetDeptTreeRequest) ProtoMessage ¶
func (*GetDeptTreeRequest) ProtoMessage()
func (*GetDeptTreeRequest) ProtoReflect ¶
func (x *GetDeptTreeRequest) ProtoReflect() protoreflect.Message
func (*GetDeptTreeRequest) Reset ¶
func (x *GetDeptTreeRequest) Reset()
func (*GetDeptTreeRequest) String ¶
func (x *GetDeptTreeRequest) String() string
func (*GetDeptTreeRequest) Validate ¶
func (m *GetDeptTreeRequest) Validate() error
Validate checks the field values on GetDeptTreeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDeptTreeRequest) ValidateAll ¶
func (m *GetDeptTreeRequest) ValidateAll() error
ValidateAll checks the field values on GetDeptTreeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDeptTreeRequestMultiError, or nil if none found.
type GetDeptTreeRequestMultiError ¶
type GetDeptTreeRequestMultiError []error
GetDeptTreeRequestMultiError is an error wrapping multiple validation errors returned by GetDeptTreeRequest.ValidateAll() if the designated constraints aren't met.
func (GetDeptTreeRequestMultiError) AllErrors ¶
func (m GetDeptTreeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDeptTreeRequestMultiError) Error ¶
func (m GetDeptTreeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDeptTreeRequestValidationError ¶
type GetDeptTreeRequestValidationError struct {
// contains filtered or unexported fields
}
GetDeptTreeRequestValidationError is the validation error returned by GetDeptTreeRequest.Validate if the designated constraints aren't met.
func (GetDeptTreeRequestValidationError) Cause ¶
func (e GetDeptTreeRequestValidationError) Cause() error
Cause function returns cause value.
func (GetDeptTreeRequestValidationError) Error ¶
func (e GetDeptTreeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetDeptTreeRequestValidationError) ErrorName ¶
func (e GetDeptTreeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetDeptTreeRequestValidationError) Field ¶
func (e GetDeptTreeRequestValidationError) Field() string
Field function returns field value.
func (GetDeptTreeRequestValidationError) Key ¶
func (e GetDeptTreeRequestValidationError) Key() bool
Key function returns key value.
func (GetDeptTreeRequestValidationError) Reason ¶
func (e GetDeptTreeRequestValidationError) Reason() string
Reason function returns reason value.
type GetDesignateDictTypesReply ¶
type GetDesignateDictTypesReply struct {
// contains filtered or unexported fields
}
func (*GetDesignateDictTypesReply) Descriptor
deprecated
func (*GetDesignateDictTypesReply) Descriptor() ([]byte, []int)
Deprecated: Use GetDesignateDictTypesReply.ProtoReflect.Descriptor instead.
func (*GetDesignateDictTypesReply) ProtoMessage ¶
func (*GetDesignateDictTypesReply) ProtoMessage()
func (*GetDesignateDictTypesReply) ProtoReflect ¶
func (x *GetDesignateDictTypesReply) ProtoReflect() protoreflect.Message
func (*GetDesignateDictTypesReply) Reset ¶
func (x *GetDesignateDictTypesReply) Reset()
func (*GetDesignateDictTypesReply) String ¶
func (x *GetDesignateDictTypesReply) String() string
func (*GetDesignateDictTypesReply) Validate ¶
func (m *GetDesignateDictTypesReply) Validate() error
Validate checks the field values on GetDesignateDictTypesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDesignateDictTypesReply) ValidateAll ¶
func (m *GetDesignateDictTypesReply) ValidateAll() error
ValidateAll checks the field values on GetDesignateDictTypesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDesignateDictTypesReplyMultiError, or nil if none found.
type GetDesignateDictTypesReplyMultiError ¶
type GetDesignateDictTypesReplyMultiError []error
GetDesignateDictTypesReplyMultiError is an error wrapping multiple validation errors returned by GetDesignateDictTypesReply.ValidateAll() if the designated constraints aren't met.
func (GetDesignateDictTypesReplyMultiError) AllErrors ¶
func (m GetDesignateDictTypesReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDesignateDictTypesReplyMultiError) Error ¶
func (m GetDesignateDictTypesReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDesignateDictTypesReplyValidationError ¶
type GetDesignateDictTypesReplyValidationError struct {
// contains filtered or unexported fields
}
GetDesignateDictTypesReplyValidationError is the validation error returned by GetDesignateDictTypesReply.Validate if the designated constraints aren't met.
func (GetDesignateDictTypesReplyValidationError) Cause ¶
func (e GetDesignateDictTypesReplyValidationError) Cause() error
Cause function returns cause value.
func (GetDesignateDictTypesReplyValidationError) Error ¶
func (e GetDesignateDictTypesReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetDesignateDictTypesReplyValidationError) ErrorName ¶
func (e GetDesignateDictTypesReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetDesignateDictTypesReplyValidationError) Field ¶
func (e GetDesignateDictTypesReplyValidationError) Field() string
Field function returns field value.
func (GetDesignateDictTypesReplyValidationError) Key ¶
func (e GetDesignateDictTypesReplyValidationError) Key() bool
Key function returns key value.
func (GetDesignateDictTypesReplyValidationError) Reason ¶
func (e GetDesignateDictTypesReplyValidationError) Reason() string
Reason function returns reason value.
type GetDesignateDictTypesRequest ¶
type GetDesignateDictTypesRequest struct { DictIDs []string `protobuf:"bytes,1,rep,name=dictIDs,proto3" json:"dictIDs,omitempty"` // contains filtered or unexported fields }
func (*GetDesignateDictTypesRequest) Descriptor
deprecated
func (*GetDesignateDictTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDesignateDictTypesRequest.ProtoReflect.Descriptor instead.
func (*GetDesignateDictTypesRequest) GetDictIDs ¶
func (x *GetDesignateDictTypesRequest) GetDictIDs() []string
func (*GetDesignateDictTypesRequest) ProtoMessage ¶
func (*GetDesignateDictTypesRequest) ProtoMessage()
func (*GetDesignateDictTypesRequest) ProtoReflect ¶
func (x *GetDesignateDictTypesRequest) ProtoReflect() protoreflect.Message
func (*GetDesignateDictTypesRequest) Reset ¶
func (x *GetDesignateDictTypesRequest) Reset()
func (*GetDesignateDictTypesRequest) String ¶
func (x *GetDesignateDictTypesRequest) String() string
func (*GetDesignateDictTypesRequest) Validate ¶
func (m *GetDesignateDictTypesRequest) Validate() error
Validate checks the field values on GetDesignateDictTypesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDesignateDictTypesRequest) ValidateAll ¶
func (m *GetDesignateDictTypesRequest) ValidateAll() error
ValidateAll checks the field values on GetDesignateDictTypesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDesignateDictTypesRequestMultiError, or nil if none found.
type GetDesignateDictTypesRequestMultiError ¶
type GetDesignateDictTypesRequestMultiError []error
GetDesignateDictTypesRequestMultiError is an error wrapping multiple validation errors returned by GetDesignateDictTypesRequest.ValidateAll() if the designated constraints aren't met.
func (GetDesignateDictTypesRequestMultiError) AllErrors ¶
func (m GetDesignateDictTypesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDesignateDictTypesRequestMultiError) Error ¶
func (m GetDesignateDictTypesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDesignateDictTypesRequestValidationError ¶
type GetDesignateDictTypesRequestValidationError struct {
// contains filtered or unexported fields
}
GetDesignateDictTypesRequestValidationError is the validation error returned by GetDesignateDictTypesRequest.Validate if the designated constraints aren't met.
func (GetDesignateDictTypesRequestValidationError) Cause ¶
func (e GetDesignateDictTypesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetDesignateDictTypesRequestValidationError) Error ¶
func (e GetDesignateDictTypesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetDesignateDictTypesRequestValidationError) ErrorName ¶
func (e GetDesignateDictTypesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetDesignateDictTypesRequestValidationError) Field ¶
func (e GetDesignateDictTypesRequestValidationError) Field() string
Field function returns field value.
func (GetDesignateDictTypesRequestValidationError) Key ¶
func (e GetDesignateDictTypesRequestValidationError) Key() bool
Key function returns key value.
func (GetDesignateDictTypesRequestValidationError) Reason ¶
func (e GetDesignateDictTypesRequestValidationError) Reason() string
Reason function returns reason value.
type GetDictDataReply ¶
type GetDictDataReply struct { DictCode int64 `protobuf:"varint,1,opt,name=dictCode,proto3" json:"dictCode,omitempty"` // contains filtered or unexported fields }
func (*GetDictDataReply) Descriptor
deprecated
func (*GetDictDataReply) Descriptor() ([]byte, []int)
Deprecated: Use GetDictDataReply.ProtoReflect.Descriptor instead.
func (*GetDictDataReply) GetDictCode ¶
func (x *GetDictDataReply) GetDictCode() int64
func (*GetDictDataReply) ProtoMessage ¶
func (*GetDictDataReply) ProtoMessage()
func (*GetDictDataReply) ProtoReflect ¶
func (x *GetDictDataReply) ProtoReflect() protoreflect.Message
func (*GetDictDataReply) Reset ¶
func (x *GetDictDataReply) Reset()
func (*GetDictDataReply) String ¶
func (x *GetDictDataReply) String() string
func (*GetDictDataReply) Validate ¶
func (m *GetDictDataReply) Validate() error
Validate checks the field values on GetDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDictDataReply) ValidateAll ¶
func (m *GetDictDataReply) ValidateAll() error
ValidateAll checks the field values on GetDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDictDataReplyMultiError, or nil if none found.
type GetDictDataReplyMultiError ¶
type GetDictDataReplyMultiError []error
GetDictDataReplyMultiError is an error wrapping multiple validation errors returned by GetDictDataReply.ValidateAll() if the designated constraints aren't met.
func (GetDictDataReplyMultiError) AllErrors ¶
func (m GetDictDataReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDictDataReplyMultiError) Error ¶
func (m GetDictDataReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDictDataReplyValidationError ¶
type GetDictDataReplyValidationError struct {
// contains filtered or unexported fields
}
GetDictDataReplyValidationError is the validation error returned by GetDictDataReply.Validate if the designated constraints aren't met.
func (GetDictDataReplyValidationError) Cause ¶
func (e GetDictDataReplyValidationError) Cause() error
Cause function returns cause value.
func (GetDictDataReplyValidationError) Error ¶
func (e GetDictDataReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetDictDataReplyValidationError) ErrorName ¶
func (e GetDictDataReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetDictDataReplyValidationError) Field ¶
func (e GetDictDataReplyValidationError) Field() string
Field function returns field value.
func (GetDictDataReplyValidationError) Key ¶
func (e GetDictDataReplyValidationError) Key() bool
Key function returns key value.
func (GetDictDataReplyValidationError) Reason ¶
func (e GetDictDataReplyValidationError) Reason() string
Reason function returns reason value.
type GetDictDataRequest ¶
type GetDictDataRequest struct { DictCode int64 `protobuf:"varint,1,opt,name=dictCode,proto3" json:"dictCode,omitempty"` // contains filtered or unexported fields }
func (*GetDictDataRequest) Descriptor
deprecated
func (*GetDictDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDictDataRequest.ProtoReflect.Descriptor instead.
func (*GetDictDataRequest) GetDictCode ¶
func (x *GetDictDataRequest) GetDictCode() int64
func (*GetDictDataRequest) ProtoMessage ¶
func (*GetDictDataRequest) ProtoMessage()
func (*GetDictDataRequest) ProtoReflect ¶
func (x *GetDictDataRequest) ProtoReflect() protoreflect.Message
func (*GetDictDataRequest) Reset ¶
func (x *GetDictDataRequest) Reset()
func (*GetDictDataRequest) String ¶
func (x *GetDictDataRequest) String() string
func (*GetDictDataRequest) Validate ¶
func (m *GetDictDataRequest) Validate() error
Validate checks the field values on GetDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDictDataRequest) ValidateAll ¶
func (m *GetDictDataRequest) ValidateAll() error
ValidateAll checks the field values on GetDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDictDataRequestMultiError, or nil if none found.
type GetDictDataRequestMultiError ¶
type GetDictDataRequestMultiError []error
GetDictDataRequestMultiError is an error wrapping multiple validation errors returned by GetDictDataRequest.ValidateAll() if the designated constraints aren't met.
func (GetDictDataRequestMultiError) AllErrors ¶
func (m GetDictDataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDictDataRequestMultiError) Error ¶
func (m GetDictDataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDictDataRequestValidationError ¶
type GetDictDataRequestValidationError struct {
// contains filtered or unexported fields
}
GetDictDataRequestValidationError is the validation error returned by GetDictDataRequest.Validate if the designated constraints aren't met.
func (GetDictDataRequestValidationError) Cause ¶
func (e GetDictDataRequestValidationError) Cause() error
Cause function returns cause value.
func (GetDictDataRequestValidationError) Error ¶
func (e GetDictDataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetDictDataRequestValidationError) ErrorName ¶
func (e GetDictDataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetDictDataRequestValidationError) Field ¶
func (e GetDictDataRequestValidationError) Field() string
Field function returns field value.
func (GetDictDataRequestValidationError) Key ¶
func (e GetDictDataRequestValidationError) Key() bool
Key function returns key value.
func (GetDictDataRequestValidationError) Reason ¶
func (e GetDictDataRequestValidationError) Reason() string
Reason function returns reason value.
type GetDictTypeReply ¶
type GetDictTypeReply struct { DictId int64 `protobuf:"varint,1,opt,name=dictId,proto3" json:"dictId,omitempty"` // contains filtered or unexported fields }
func (*GetDictTypeReply) Descriptor
deprecated
func (*GetDictTypeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetDictTypeReply.ProtoReflect.Descriptor instead.
func (*GetDictTypeReply) GetDictId ¶
func (x *GetDictTypeReply) GetDictId() int64
func (*GetDictTypeReply) ProtoMessage ¶
func (*GetDictTypeReply) ProtoMessage()
func (*GetDictTypeReply) ProtoReflect ¶
func (x *GetDictTypeReply) ProtoReflect() protoreflect.Message
func (*GetDictTypeReply) Reset ¶
func (x *GetDictTypeReply) Reset()
func (*GetDictTypeReply) String ¶
func (x *GetDictTypeReply) String() string
func (*GetDictTypeReply) Validate ¶
func (m *GetDictTypeReply) Validate() error
Validate checks the field values on GetDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDictTypeReply) ValidateAll ¶
func (m *GetDictTypeReply) ValidateAll() error
ValidateAll checks the field values on GetDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDictTypeReplyMultiError, or nil if none found.
type GetDictTypeReplyMultiError ¶
type GetDictTypeReplyMultiError []error
GetDictTypeReplyMultiError is an error wrapping multiple validation errors returned by GetDictTypeReply.ValidateAll() if the designated constraints aren't met.
func (GetDictTypeReplyMultiError) AllErrors ¶
func (m GetDictTypeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDictTypeReplyMultiError) Error ¶
func (m GetDictTypeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDictTypeReplyValidationError ¶
type GetDictTypeReplyValidationError struct {
// contains filtered or unexported fields
}
GetDictTypeReplyValidationError is the validation error returned by GetDictTypeReply.Validate if the designated constraints aren't met.
func (GetDictTypeReplyValidationError) Cause ¶
func (e GetDictTypeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetDictTypeReplyValidationError) Error ¶
func (e GetDictTypeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetDictTypeReplyValidationError) ErrorName ¶
func (e GetDictTypeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetDictTypeReplyValidationError) Field ¶
func (e GetDictTypeReplyValidationError) Field() string
Field function returns field value.
func (GetDictTypeReplyValidationError) Key ¶
func (e GetDictTypeReplyValidationError) Key() bool
Key function returns key value.
func (GetDictTypeReplyValidationError) Reason ¶
func (e GetDictTypeReplyValidationError) Reason() string
Reason function returns reason value.
type GetDictTypeRequest ¶
type GetDictTypeRequest struct { DictId int64 `protobuf:"varint,1,opt,name=dictId,proto3" json:"dictId,omitempty"` // contains filtered or unexported fields }
func (*GetDictTypeRequest) Descriptor
deprecated
func (*GetDictTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDictTypeRequest.ProtoReflect.Descriptor instead.
func (*GetDictTypeRequest) GetDictId ¶
func (x *GetDictTypeRequest) GetDictId() int64
func (*GetDictTypeRequest) ProtoMessage ¶
func (*GetDictTypeRequest) ProtoMessage()
func (*GetDictTypeRequest) ProtoReflect ¶
func (x *GetDictTypeRequest) ProtoReflect() protoreflect.Message
func (*GetDictTypeRequest) Reset ¶
func (x *GetDictTypeRequest) Reset()
func (*GetDictTypeRequest) String ¶
func (x *GetDictTypeRequest) String() string
func (*GetDictTypeRequest) Validate ¶
func (m *GetDictTypeRequest) Validate() error
Validate checks the field values on GetDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDictTypeRequest) ValidateAll ¶
func (m *GetDictTypeRequest) ValidateAll() error
ValidateAll checks the field values on GetDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDictTypeRequestMultiError, or nil if none found.
type GetDictTypeRequestMultiError ¶
type GetDictTypeRequestMultiError []error
GetDictTypeRequestMultiError is an error wrapping multiple validation errors returned by GetDictTypeRequest.ValidateAll() if the designated constraints aren't met.
func (GetDictTypeRequestMultiError) AllErrors ¶
func (m GetDictTypeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDictTypeRequestMultiError) Error ¶
func (m GetDictTypeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDictTypeRequestValidationError ¶
type GetDictTypeRequestValidationError struct {
// contains filtered or unexported fields
}
GetDictTypeRequestValidationError is the validation error returned by GetDictTypeRequest.Validate if the designated constraints aren't met.
func (GetDictTypeRequestValidationError) Cause ¶
func (e GetDictTypeRequestValidationError) Cause() error
Cause function returns cause value.
func (GetDictTypeRequestValidationError) Error ¶
func (e GetDictTypeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetDictTypeRequestValidationError) ErrorName ¶
func (e GetDictTypeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetDictTypeRequestValidationError) Field ¶
func (e GetDictTypeRequestValidationError) Field() string
Field function returns field value.
func (GetDictTypeRequestValidationError) Key ¶
func (e GetDictTypeRequestValidationError) Key() bool
Key function returns key value.
func (GetDictTypeRequestValidationError) Reason ¶
func (e GetDictTypeRequestValidationError) Reason() string
Reason function returns reason value.
type GetMenusReply ¶
type GetMenusReply struct { MenuId int32 `protobuf:"varint,1,opt,name=menuId,proto3" json:"menuId,omitempty"` MenuName string `protobuf:"bytes,2,opt,name=menuName,proto3" json:"menuName,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` ParentId int32 `protobuf:"varint,4,opt,name=parentId,proto3" json:"parentId,omitempty"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"` Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"` Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"` Component string `protobuf:"bytes,8,opt,name=component,proto3" json:"component,omitempty"` IsIframe int32 `protobuf:"varint,9,opt,name=isIframe,proto3" json:"isIframe,omitempty"` IsLink string `protobuf:"bytes,10,opt,name=isLink,proto3" json:"isLink,omitempty"` MenuType string `protobuf:"bytes,11,opt,name=menuType,proto3" json:"menuType,omitempty"` IsHide int64 `protobuf:"varint,12,opt,name=isHide,proto3" json:"isHide,omitempty"` IsKeepAlive int32 `protobuf:"varint,13,opt,name=isKeepAlive,proto3" json:"isKeepAlive,omitempty"` IsAffix int32 `protobuf:"varint,14,opt,name=isAffix,proto3" json:"isAffix,omitempty"` Permission string `protobuf:"bytes,15,opt,name=permission,proto3" json:"permission,omitempty"` Status int32 `protobuf:"varint,16,opt,name=status,proto3" json:"status,omitempty"` CreateBy string `protobuf:"bytes,17,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,18,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,19,opt,name=remark,proto3" json:"remark,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // contains filtered or unexported fields }
func (*GetMenusReply) Descriptor
deprecated
func (*GetMenusReply) Descriptor() ([]byte, []int)
Deprecated: Use GetMenusReply.ProtoReflect.Descriptor instead.
func (*GetMenusReply) GetComponent ¶
func (x *GetMenusReply) GetComponent() string
func (*GetMenusReply) GetCreateBy ¶
func (x *GetMenusReply) GetCreateBy() string
func (*GetMenusReply) GetCreatedAt ¶
func (x *GetMenusReply) GetCreatedAt() *timestamppb.Timestamp
func (*GetMenusReply) GetIcon ¶
func (x *GetMenusReply) GetIcon() string
func (*GetMenusReply) GetIsAffix ¶
func (x *GetMenusReply) GetIsAffix() int32
func (*GetMenusReply) GetIsHide ¶
func (x *GetMenusReply) GetIsHide() int64
func (*GetMenusReply) GetIsIframe ¶
func (x *GetMenusReply) GetIsIframe() int32
func (*GetMenusReply) GetIsKeepAlive ¶
func (x *GetMenusReply) GetIsKeepAlive() int32
func (*GetMenusReply) GetIsLink ¶
func (x *GetMenusReply) GetIsLink() string
func (*GetMenusReply) GetMenuId ¶
func (x *GetMenusReply) GetMenuId() int32
func (*GetMenusReply) GetMenuName ¶
func (x *GetMenusReply) GetMenuName() string
func (*GetMenusReply) GetMenuType ¶
func (x *GetMenusReply) GetMenuType() string
func (*GetMenusReply) GetParentId ¶
func (x *GetMenusReply) GetParentId() int32
func (*GetMenusReply) GetPath ¶
func (x *GetMenusReply) GetPath() string
func (*GetMenusReply) GetPermission ¶
func (x *GetMenusReply) GetPermission() string
func (*GetMenusReply) GetRemark ¶
func (x *GetMenusReply) GetRemark() string
func (*GetMenusReply) GetSort ¶
func (x *GetMenusReply) GetSort() int32
func (*GetMenusReply) GetStatus ¶
func (x *GetMenusReply) GetStatus() int32
func (*GetMenusReply) GetTitle ¶
func (x *GetMenusReply) GetTitle() string
func (*GetMenusReply) GetUpdateBy ¶
func (x *GetMenusReply) GetUpdateBy() string
func (*GetMenusReply) GetUpdatedAt ¶
func (x *GetMenusReply) GetUpdatedAt() *timestamppb.Timestamp
func (*GetMenusReply) ProtoMessage ¶
func (*GetMenusReply) ProtoMessage()
func (*GetMenusReply) ProtoReflect ¶
func (x *GetMenusReply) ProtoReflect() protoreflect.Message
func (*GetMenusReply) Reset ¶
func (x *GetMenusReply) Reset()
func (*GetMenusReply) String ¶
func (x *GetMenusReply) String() string
func (*GetMenusReply) Validate ¶
func (m *GetMenusReply) Validate() error
Validate checks the field values on GetMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMenusReply) ValidateAll ¶
func (m *GetMenusReply) ValidateAll() error
ValidateAll checks the field values on GetMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMenusReplyMultiError, or nil if none found.
type GetMenusReplyMultiError ¶
type GetMenusReplyMultiError []error
GetMenusReplyMultiError is an error wrapping multiple validation errors returned by GetMenusReply.ValidateAll() if the designated constraints aren't met.
func (GetMenusReplyMultiError) AllErrors ¶
func (m GetMenusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMenusReplyMultiError) Error ¶
func (m GetMenusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMenusReplyValidationError ¶
type GetMenusReplyValidationError struct {
// contains filtered or unexported fields
}
GetMenusReplyValidationError is the validation error returned by GetMenusReply.Validate if the designated constraints aren't met.
func (GetMenusReplyValidationError) Cause ¶
func (e GetMenusReplyValidationError) Cause() error
Cause function returns cause value.
func (GetMenusReplyValidationError) Error ¶
func (e GetMenusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetMenusReplyValidationError) ErrorName ¶
func (e GetMenusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetMenusReplyValidationError) Field ¶
func (e GetMenusReplyValidationError) Field() string
Field function returns field value.
func (GetMenusReplyValidationError) Key ¶
func (e GetMenusReplyValidationError) Key() bool
Key function returns key value.
func (GetMenusReplyValidationError) Reason ¶
func (e GetMenusReplyValidationError) Reason() string
Reason function returns reason value.
type GetMenusRequest ¶
type GetMenusRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetMenusRequest) Descriptor
deprecated
func (*GetMenusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMenusRequest.ProtoReflect.Descriptor instead.
func (*GetMenusRequest) GetId ¶
func (x *GetMenusRequest) GetId() int64
func (*GetMenusRequest) ProtoMessage ¶
func (*GetMenusRequest) ProtoMessage()
func (*GetMenusRequest) ProtoReflect ¶
func (x *GetMenusRequest) ProtoReflect() protoreflect.Message
func (*GetMenusRequest) Reset ¶
func (x *GetMenusRequest) Reset()
func (*GetMenusRequest) String ¶
func (x *GetMenusRequest) String() string
func (*GetMenusRequest) Validate ¶
func (m *GetMenusRequest) Validate() error
Validate checks the field values on GetMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMenusRequest) ValidateAll ¶
func (m *GetMenusRequest) ValidateAll() error
ValidateAll checks the field values on GetMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMenusRequestMultiError, or nil if none found.
type GetMenusRequestMultiError ¶
type GetMenusRequestMultiError []error
GetMenusRequestMultiError is an error wrapping multiple validation errors returned by GetMenusRequest.ValidateAll() if the designated constraints aren't met.
func (GetMenusRequestMultiError) AllErrors ¶
func (m GetMenusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMenusRequestMultiError) Error ¶
func (m GetMenusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMenusRequestValidationError ¶
type GetMenusRequestValidationError struct {
// contains filtered or unexported fields
}
GetMenusRequestValidationError is the validation error returned by GetMenusRequest.Validate if the designated constraints aren't met.
func (GetMenusRequestValidationError) Cause ¶
func (e GetMenusRequestValidationError) Cause() error
Cause function returns cause value.
func (GetMenusRequestValidationError) Error ¶
func (e GetMenusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetMenusRequestValidationError) ErrorName ¶
func (e GetMenusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetMenusRequestValidationError) Field ¶
func (e GetMenusRequestValidationError) Field() string
Field function returns field value.
func (GetMenusRequestValidationError) Key ¶
func (e GetMenusRequestValidationError) Key() bool
Key function returns key value.
func (GetMenusRequestValidationError) Reason ¶
func (e GetMenusRequestValidationError) Reason() string
Reason function returns reason value.
type GetMenusTreeReply ¶
type GetMenusTreeReply struct { List []*SimpleMenu `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetMenusTreeReply) Descriptor
deprecated
func (*GetMenusTreeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetMenusTreeReply.ProtoReflect.Descriptor instead.
func (*GetMenusTreeReply) GetList ¶
func (x *GetMenusTreeReply) GetList() []*SimpleMenu
func (*GetMenusTreeReply) ProtoMessage ¶
func (*GetMenusTreeReply) ProtoMessage()
func (*GetMenusTreeReply) ProtoReflect ¶
func (x *GetMenusTreeReply) ProtoReflect() protoreflect.Message
func (*GetMenusTreeReply) Reset ¶
func (x *GetMenusTreeReply) Reset()
func (*GetMenusTreeReply) String ¶
func (x *GetMenusTreeReply) String() string
func (*GetMenusTreeReply) Validate ¶
func (m *GetMenusTreeReply) Validate() error
Validate checks the field values on GetMenusTreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMenusTreeReply) ValidateAll ¶
func (m *GetMenusTreeReply) ValidateAll() error
ValidateAll checks the field values on GetMenusTreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMenusTreeReplyMultiError, or nil if none found.
type GetMenusTreeReplyMultiError ¶
type GetMenusTreeReplyMultiError []error
GetMenusTreeReplyMultiError is an error wrapping multiple validation errors returned by GetMenusTreeReply.ValidateAll() if the designated constraints aren't met.
func (GetMenusTreeReplyMultiError) AllErrors ¶
func (m GetMenusTreeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMenusTreeReplyMultiError) Error ¶
func (m GetMenusTreeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMenusTreeReplyValidationError ¶
type GetMenusTreeReplyValidationError struct {
// contains filtered or unexported fields
}
GetMenusTreeReplyValidationError is the validation error returned by GetMenusTreeReply.Validate if the designated constraints aren't met.
func (GetMenusTreeReplyValidationError) Cause ¶
func (e GetMenusTreeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetMenusTreeReplyValidationError) Error ¶
func (e GetMenusTreeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetMenusTreeReplyValidationError) ErrorName ¶
func (e GetMenusTreeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetMenusTreeReplyValidationError) Field ¶
func (e GetMenusTreeReplyValidationError) Field() string
Field function returns field value.
func (GetMenusTreeReplyValidationError) Key ¶
func (e GetMenusTreeReplyValidationError) Key() bool
Key function returns key value.
func (GetMenusTreeReplyValidationError) Reason ¶
func (e GetMenusTreeReplyValidationError) Reason() string
Reason function returns reason value.
type GetMenusTreeRequest ¶
type GetMenusTreeRequest struct {
// contains filtered or unexported fields
}
func (*GetMenusTreeRequest) Descriptor
deprecated
func (*GetMenusTreeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMenusTreeRequest.ProtoReflect.Descriptor instead.
func (*GetMenusTreeRequest) ProtoMessage ¶
func (*GetMenusTreeRequest) ProtoMessage()
func (*GetMenusTreeRequest) ProtoReflect ¶
func (x *GetMenusTreeRequest) ProtoReflect() protoreflect.Message
func (*GetMenusTreeRequest) Reset ¶
func (x *GetMenusTreeRequest) Reset()
func (*GetMenusTreeRequest) String ¶
func (x *GetMenusTreeRequest) String() string
func (*GetMenusTreeRequest) Validate ¶
func (m *GetMenusTreeRequest) Validate() error
Validate checks the field values on GetMenusTreeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMenusTreeRequest) ValidateAll ¶
func (m *GetMenusTreeRequest) ValidateAll() error
ValidateAll checks the field values on GetMenusTreeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMenusTreeRequestMultiError, or nil if none found.
type GetMenusTreeRequestMultiError ¶
type GetMenusTreeRequestMultiError []error
GetMenusTreeRequestMultiError is an error wrapping multiple validation errors returned by GetMenusTreeRequest.ValidateAll() if the designated constraints aren't met.
func (GetMenusTreeRequestMultiError) AllErrors ¶
func (m GetMenusTreeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMenusTreeRequestMultiError) Error ¶
func (m GetMenusTreeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMenusTreeRequestValidationError ¶
type GetMenusTreeRequestValidationError struct {
// contains filtered or unexported fields
}
GetMenusTreeRequestValidationError is the validation error returned by GetMenusTreeRequest.Validate if the designated constraints aren't met.
func (GetMenusTreeRequestValidationError) Cause ¶
func (e GetMenusTreeRequestValidationError) Cause() error
Cause function returns cause value.
func (GetMenusTreeRequestValidationError) Error ¶
func (e GetMenusTreeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetMenusTreeRequestValidationError) ErrorName ¶
func (e GetMenusTreeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetMenusTreeRequestValidationError) Field ¶
func (e GetMenusTreeRequestValidationError) Field() string
Field function returns field value.
func (GetMenusTreeRequestValidationError) Key ¶
func (e GetMenusTreeRequestValidationError) Key() bool
Key function returns key value.
func (GetMenusTreeRequestValidationError) Reason ¶
func (e GetMenusTreeRequestValidationError) Reason() string
Reason function returns reason value.
type GetPolicyPathByRoleKeyReply ¶
type GetPolicyPathByRoleKeyReply struct { Apis []*ApiBase `protobuf:"bytes,1,rep,name=apis,proto3" json:"apis,omitempty"` // contains filtered or unexported fields }
func (*GetPolicyPathByRoleKeyReply) Descriptor
deprecated
func (*GetPolicyPathByRoleKeyReply) Descriptor() ([]byte, []int)
Deprecated: Use GetPolicyPathByRoleKeyReply.ProtoReflect.Descriptor instead.
func (*GetPolicyPathByRoleKeyReply) GetApis ¶
func (x *GetPolicyPathByRoleKeyReply) GetApis() []*ApiBase
func (*GetPolicyPathByRoleKeyReply) ProtoMessage ¶
func (*GetPolicyPathByRoleKeyReply) ProtoMessage()
func (*GetPolicyPathByRoleKeyReply) ProtoReflect ¶
func (x *GetPolicyPathByRoleKeyReply) ProtoReflect() protoreflect.Message
func (*GetPolicyPathByRoleKeyReply) Reset ¶
func (x *GetPolicyPathByRoleKeyReply) Reset()
func (*GetPolicyPathByRoleKeyReply) String ¶
func (x *GetPolicyPathByRoleKeyReply) String() string
func (*GetPolicyPathByRoleKeyReply) Validate ¶
func (m *GetPolicyPathByRoleKeyReply) Validate() error
Validate checks the field values on GetPolicyPathByRoleKeyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetPolicyPathByRoleKeyReply) ValidateAll ¶
func (m *GetPolicyPathByRoleKeyReply) ValidateAll() error
ValidateAll checks the field values on GetPolicyPathByRoleKeyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPolicyPathByRoleKeyReplyMultiError, or nil if none found.
type GetPolicyPathByRoleKeyReplyMultiError ¶
type GetPolicyPathByRoleKeyReplyMultiError []error
GetPolicyPathByRoleKeyReplyMultiError is an error wrapping multiple validation errors returned by GetPolicyPathByRoleKeyReply.ValidateAll() if the designated constraints aren't met.
func (GetPolicyPathByRoleKeyReplyMultiError) AllErrors ¶
func (m GetPolicyPathByRoleKeyReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetPolicyPathByRoleKeyReplyMultiError) Error ¶
func (m GetPolicyPathByRoleKeyReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetPolicyPathByRoleKeyReplyValidationError ¶
type GetPolicyPathByRoleKeyReplyValidationError struct {
// contains filtered or unexported fields
}
GetPolicyPathByRoleKeyReplyValidationError is the validation error returned by GetPolicyPathByRoleKeyReply.Validate if the designated constraints aren't met.
func (GetPolicyPathByRoleKeyReplyValidationError) Cause ¶
func (e GetPolicyPathByRoleKeyReplyValidationError) Cause() error
Cause function returns cause value.
func (GetPolicyPathByRoleKeyReplyValidationError) Error ¶
func (e GetPolicyPathByRoleKeyReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetPolicyPathByRoleKeyReplyValidationError) ErrorName ¶
func (e GetPolicyPathByRoleKeyReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetPolicyPathByRoleKeyReplyValidationError) Field ¶
func (e GetPolicyPathByRoleKeyReplyValidationError) Field() string
Field function returns field value.
func (GetPolicyPathByRoleKeyReplyValidationError) Key ¶
func (e GetPolicyPathByRoleKeyReplyValidationError) Key() bool
Key function returns key value.
func (GetPolicyPathByRoleKeyReplyValidationError) Reason ¶
func (e GetPolicyPathByRoleKeyReplyValidationError) Reason() string
Reason function returns reason value.
type GetPolicyPathByRoleKeyRequest ¶
type GetPolicyPathByRoleKeyRequest struct { RoleKey string `protobuf:"bytes,1,opt,name=roleKey,proto3" json:"roleKey,omitempty"` // contains filtered or unexported fields }
func (*GetPolicyPathByRoleKeyRequest) Descriptor
deprecated
func (*GetPolicyPathByRoleKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPolicyPathByRoleKeyRequest.ProtoReflect.Descriptor instead.
func (*GetPolicyPathByRoleKeyRequest) GetRoleKey ¶
func (x *GetPolicyPathByRoleKeyRequest) GetRoleKey() string
func (*GetPolicyPathByRoleKeyRequest) ProtoMessage ¶
func (*GetPolicyPathByRoleKeyRequest) ProtoMessage()
func (*GetPolicyPathByRoleKeyRequest) ProtoReflect ¶
func (x *GetPolicyPathByRoleKeyRequest) ProtoReflect() protoreflect.Message
func (*GetPolicyPathByRoleKeyRequest) Reset ¶
func (x *GetPolicyPathByRoleKeyRequest) Reset()
func (*GetPolicyPathByRoleKeyRequest) String ¶
func (x *GetPolicyPathByRoleKeyRequest) String() string
func (*GetPolicyPathByRoleKeyRequest) Validate ¶
func (m *GetPolicyPathByRoleKeyRequest) Validate() error
Validate checks the field values on GetPolicyPathByRoleKeyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetPolicyPathByRoleKeyRequest) ValidateAll ¶
func (m *GetPolicyPathByRoleKeyRequest) ValidateAll() error
ValidateAll checks the field values on GetPolicyPathByRoleKeyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPolicyPathByRoleKeyRequestMultiError, or nil if none found.
type GetPolicyPathByRoleKeyRequestMultiError ¶
type GetPolicyPathByRoleKeyRequestMultiError []error
GetPolicyPathByRoleKeyRequestMultiError is an error wrapping multiple validation errors returned by GetPolicyPathByRoleKeyRequest.ValidateAll() if the designated constraints aren't met.
func (GetPolicyPathByRoleKeyRequestMultiError) AllErrors ¶
func (m GetPolicyPathByRoleKeyRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetPolicyPathByRoleKeyRequestMultiError) Error ¶
func (m GetPolicyPathByRoleKeyRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetPolicyPathByRoleKeyRequestValidationError ¶
type GetPolicyPathByRoleKeyRequestValidationError struct {
// contains filtered or unexported fields
}
GetPolicyPathByRoleKeyRequestValidationError is the validation error returned by GetPolicyPathByRoleKeyRequest.Validate if the designated constraints aren't met.
func (GetPolicyPathByRoleKeyRequestValidationError) Cause ¶
func (e GetPolicyPathByRoleKeyRequestValidationError) Cause() error
Cause function returns cause value.
func (GetPolicyPathByRoleKeyRequestValidationError) Error ¶
func (e GetPolicyPathByRoleKeyRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetPolicyPathByRoleKeyRequestValidationError) ErrorName ¶
func (e GetPolicyPathByRoleKeyRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetPolicyPathByRoleKeyRequestValidationError) Field ¶
func (e GetPolicyPathByRoleKeyRequestValidationError) Field() string
Field function returns field value.
func (GetPolicyPathByRoleKeyRequestValidationError) Key ¶
func (e GetPolicyPathByRoleKeyRequestValidationError) Key() bool
Key function returns key value.
func (GetPolicyPathByRoleKeyRequestValidationError) Reason ¶
func (e GetPolicyPathByRoleKeyRequestValidationError) Reason() string
Reason function returns reason value.
type GetPostInitReply ¶
type GetPostInitReply struct { Roles []*RoleData `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"` Posts []*PostData `protobuf:"bytes,2,rep,name=posts,proto3" json:"posts,omitempty"` // contains filtered or unexported fields }
func (*GetPostInitReply) Descriptor
deprecated
func (*GetPostInitReply) Descriptor() ([]byte, []int)
Deprecated: Use GetPostInitReply.ProtoReflect.Descriptor instead.
func (*GetPostInitReply) GetPosts ¶
func (x *GetPostInitReply) GetPosts() []*PostData
func (*GetPostInitReply) GetRoles ¶
func (x *GetPostInitReply) GetRoles() []*RoleData
func (*GetPostInitReply) ProtoMessage ¶
func (*GetPostInitReply) ProtoMessage()
func (*GetPostInitReply) ProtoReflect ¶
func (x *GetPostInitReply) ProtoReflect() protoreflect.Message
func (*GetPostInitReply) Reset ¶
func (x *GetPostInitReply) Reset()
func (*GetPostInitReply) String ¶
func (x *GetPostInitReply) String() string
func (*GetPostInitReply) Validate ¶
func (m *GetPostInitReply) Validate() error
Validate checks the field values on GetPostInitReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetPostInitReply) ValidateAll ¶
func (m *GetPostInitReply) ValidateAll() error
ValidateAll checks the field values on GetPostInitReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPostInitReplyMultiError, or nil if none found.
type GetPostInitReplyMultiError ¶
type GetPostInitReplyMultiError []error
GetPostInitReplyMultiError is an error wrapping multiple validation errors returned by GetPostInitReply.ValidateAll() if the designated constraints aren't met.
func (GetPostInitReplyMultiError) AllErrors ¶
func (m GetPostInitReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetPostInitReplyMultiError) Error ¶
func (m GetPostInitReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetPostInitReplyValidationError ¶
type GetPostInitReplyValidationError struct {
// contains filtered or unexported fields
}
GetPostInitReplyValidationError is the validation error returned by GetPostInitReply.Validate if the designated constraints aren't met.
func (GetPostInitReplyValidationError) Cause ¶
func (e GetPostInitReplyValidationError) Cause() error
Cause function returns cause value.
func (GetPostInitReplyValidationError) Error ¶
func (e GetPostInitReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetPostInitReplyValidationError) ErrorName ¶
func (e GetPostInitReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetPostInitReplyValidationError) Field ¶
func (e GetPostInitReplyValidationError) Field() string
Field function returns field value.
func (GetPostInitReplyValidationError) Key ¶
func (e GetPostInitReplyValidationError) Key() bool
Key function returns key value.
func (GetPostInitReplyValidationError) Reason ¶
func (e GetPostInitReplyValidationError) Reason() string
Reason function returns reason value.
type GetPostInitRequest ¶
type GetPostInitRequest struct {
// contains filtered or unexported fields
}
func (*GetPostInitRequest) Descriptor
deprecated
func (*GetPostInitRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPostInitRequest.ProtoReflect.Descriptor instead.
func (*GetPostInitRequest) ProtoMessage ¶
func (*GetPostInitRequest) ProtoMessage()
func (*GetPostInitRequest) ProtoReflect ¶
func (x *GetPostInitRequest) ProtoReflect() protoreflect.Message
func (*GetPostInitRequest) Reset ¶
func (x *GetPostInitRequest) Reset()
func (*GetPostInitRequest) String ¶
func (x *GetPostInitRequest) String() string
func (*GetPostInitRequest) Validate ¶
func (m *GetPostInitRequest) Validate() error
Validate checks the field values on GetPostInitRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetPostInitRequest) ValidateAll ¶
func (m *GetPostInitRequest) ValidateAll() error
ValidateAll checks the field values on GetPostInitRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPostInitRequestMultiError, or nil if none found.
type GetPostInitRequestMultiError ¶
type GetPostInitRequestMultiError []error
GetPostInitRequestMultiError is an error wrapping multiple validation errors returned by GetPostInitRequest.ValidateAll() if the designated constraints aren't met.
func (GetPostInitRequestMultiError) AllErrors ¶
func (m GetPostInitRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetPostInitRequestMultiError) Error ¶
func (m GetPostInitRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetPostInitRequestValidationError ¶
type GetPostInitRequestValidationError struct {
// contains filtered or unexported fields
}
GetPostInitRequestValidationError is the validation error returned by GetPostInitRequest.Validate if the designated constraints aren't met.
func (GetPostInitRequestValidationError) Cause ¶
func (e GetPostInitRequestValidationError) Cause() error
Cause function returns cause value.
func (GetPostInitRequestValidationError) Error ¶
func (e GetPostInitRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetPostInitRequestValidationError) ErrorName ¶
func (e GetPostInitRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetPostInitRequestValidationError) Field ¶
func (e GetPostInitRequestValidationError) Field() string
Field function returns field value.
func (GetPostInitRequestValidationError) Key ¶
func (e GetPostInitRequestValidationError) Key() bool
Key function returns key value.
func (GetPostInitRequestValidationError) Reason ¶
func (e GetPostInitRequestValidationError) Reason() string
Reason function returns reason value.
type GetRolesReply ¶
type GetRolesReply struct { Role *RoleData `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*GetRolesReply) Descriptor
deprecated
func (*GetRolesReply) Descriptor() ([]byte, []int)
Deprecated: Use GetRolesReply.ProtoReflect.Descriptor instead.
func (*GetRolesReply) GetRole ¶
func (x *GetRolesReply) GetRole() *RoleData
func (*GetRolesReply) ProtoMessage ¶
func (*GetRolesReply) ProtoMessage()
func (*GetRolesReply) ProtoReflect ¶
func (x *GetRolesReply) ProtoReflect() protoreflect.Message
func (*GetRolesReply) Reset ¶
func (x *GetRolesReply) Reset()
func (*GetRolesReply) String ¶
func (x *GetRolesReply) String() string
func (*GetRolesReply) Validate ¶
func (m *GetRolesReply) Validate() error
Validate checks the field values on GetRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRolesReply) ValidateAll ¶
func (m *GetRolesReply) ValidateAll() error
ValidateAll checks the field values on GetRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRolesReplyMultiError, or nil if none found.
type GetRolesReplyMultiError ¶
type GetRolesReplyMultiError []error
GetRolesReplyMultiError is an error wrapping multiple validation errors returned by GetRolesReply.ValidateAll() if the designated constraints aren't met.
func (GetRolesReplyMultiError) AllErrors ¶
func (m GetRolesReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRolesReplyMultiError) Error ¶
func (m GetRolesReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRolesReplyValidationError ¶
type GetRolesReplyValidationError struct {
// contains filtered or unexported fields
}
GetRolesReplyValidationError is the validation error returned by GetRolesReply.Validate if the designated constraints aren't met.
func (GetRolesReplyValidationError) Cause ¶
func (e GetRolesReplyValidationError) Cause() error
Cause function returns cause value.
func (GetRolesReplyValidationError) Error ¶
func (e GetRolesReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetRolesReplyValidationError) ErrorName ¶
func (e GetRolesReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetRolesReplyValidationError) Field ¶
func (e GetRolesReplyValidationError) Field() string
Field function returns field value.
func (GetRolesReplyValidationError) Key ¶
func (e GetRolesReplyValidationError) Key() bool
Key function returns key value.
func (GetRolesReplyValidationError) Reason ¶
func (e GetRolesReplyValidationError) Reason() string
Reason function returns reason value.
type GetRolesRequest ¶
type GetRolesRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetRolesRequest) Descriptor
deprecated
func (*GetRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRolesRequest.ProtoReflect.Descriptor instead.
func (*GetRolesRequest) GetId ¶
func (x *GetRolesRequest) GetId() int64
func (*GetRolesRequest) ProtoMessage ¶
func (*GetRolesRequest) ProtoMessage()
func (*GetRolesRequest) ProtoReflect ¶
func (x *GetRolesRequest) ProtoReflect() protoreflect.Message
func (*GetRolesRequest) Reset ¶
func (x *GetRolesRequest) Reset()
func (*GetRolesRequest) String ¶
func (x *GetRolesRequest) String() string
func (*GetRolesRequest) Validate ¶
func (m *GetRolesRequest) Validate() error
Validate checks the field values on GetRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRolesRequest) ValidateAll ¶
func (m *GetRolesRequest) ValidateAll() error
ValidateAll checks the field values on GetRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRolesRequestMultiError, or nil if none found.
type GetRolesRequestMultiError ¶
type GetRolesRequestMultiError []error
GetRolesRequestMultiError is an error wrapping multiple validation errors returned by GetRolesRequest.ValidateAll() if the designated constraints aren't met.
func (GetRolesRequestMultiError) AllErrors ¶
func (m GetRolesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRolesRequestMultiError) Error ¶
func (m GetRolesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRolesRequestValidationError ¶
type GetRolesRequestValidationError struct {
// contains filtered or unexported fields
}
GetRolesRequestValidationError is the validation error returned by GetRolesRequest.Validate if the designated constraints aren't met.
func (GetRolesRequestValidationError) Cause ¶
func (e GetRolesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetRolesRequestValidationError) Error ¶
func (e GetRolesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetRolesRequestValidationError) ErrorName ¶
func (e GetRolesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetRolesRequestValidationError) Field ¶
func (e GetRolesRequestValidationError) Field() string
Field function returns field value.
func (GetRolesRequestValidationError) Key ¶
func (e GetRolesRequestValidationError) Key() bool
Key function returns key value.
func (GetRolesRequestValidationError) Reason ¶
func (e GetRolesRequestValidationError) Reason() string
Reason function returns reason value.
type GetSysuserReply ¶
type GetSysuserReply struct { User *UserData `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Roles []*RoleData `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"` Posts []*PostData `protobuf:"bytes,3,rep,name=posts,proto3" json:"posts,omitempty"` Depts []*DeptTree `protobuf:"bytes,4,rep,name=depts,proto3" json:"depts,omitempty"` PostIds string `protobuf:"bytes,5,opt,name=postIds,proto3" json:"postIds,omitempty"` RoleIds string `protobuf:"bytes,6,opt,name=roleIds,proto3" json:"roleIds,omitempty"` // contains filtered or unexported fields }
func (*GetSysuserReply) Descriptor
deprecated
func (*GetSysuserReply) Descriptor() ([]byte, []int)
Deprecated: Use GetSysuserReply.ProtoReflect.Descriptor instead.
func (*GetSysuserReply) GetDepts ¶
func (x *GetSysuserReply) GetDepts() []*DeptTree
func (*GetSysuserReply) GetPostIds ¶
func (x *GetSysuserReply) GetPostIds() string
func (*GetSysuserReply) GetPosts ¶
func (x *GetSysuserReply) GetPosts() []*PostData
func (*GetSysuserReply) GetRoleIds ¶
func (x *GetSysuserReply) GetRoleIds() string
func (*GetSysuserReply) GetRoles ¶
func (x *GetSysuserReply) GetRoles() []*RoleData
func (*GetSysuserReply) GetUser ¶
func (x *GetSysuserReply) GetUser() *UserData
func (*GetSysuserReply) ProtoMessage ¶
func (*GetSysuserReply) ProtoMessage()
func (*GetSysuserReply) ProtoReflect ¶
func (x *GetSysuserReply) ProtoReflect() protoreflect.Message
func (*GetSysuserReply) Reset ¶
func (x *GetSysuserReply) Reset()
func (*GetSysuserReply) String ¶
func (x *GetSysuserReply) String() string
func (*GetSysuserReply) Validate ¶
func (m *GetSysuserReply) Validate() error
Validate checks the field values on GetSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSysuserReply) ValidateAll ¶
func (m *GetSysuserReply) ValidateAll() error
ValidateAll checks the field values on GetSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSysuserReplyMultiError, or nil if none found.
type GetSysuserReplyMultiError ¶
type GetSysuserReplyMultiError []error
GetSysuserReplyMultiError is an error wrapping multiple validation errors returned by GetSysuserReply.ValidateAll() if the designated constraints aren't met.
func (GetSysuserReplyMultiError) AllErrors ¶
func (m GetSysuserReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSysuserReplyMultiError) Error ¶
func (m GetSysuserReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSysuserReplyValidationError ¶
type GetSysuserReplyValidationError struct {
// contains filtered or unexported fields
}
GetSysuserReplyValidationError is the validation error returned by GetSysuserReply.Validate if the designated constraints aren't met.
func (GetSysuserReplyValidationError) Cause ¶
func (e GetSysuserReplyValidationError) Cause() error
Cause function returns cause value.
func (GetSysuserReplyValidationError) Error ¶
func (e GetSysuserReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetSysuserReplyValidationError) ErrorName ¶
func (e GetSysuserReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetSysuserReplyValidationError) Field ¶
func (e GetSysuserReplyValidationError) Field() string
Field function returns field value.
func (GetSysuserReplyValidationError) Key ¶
func (e GetSysuserReplyValidationError) Key() bool
Key function returns key value.
func (GetSysuserReplyValidationError) Reason ¶
func (e GetSysuserReplyValidationError) Reason() string
Reason function returns reason value.
type GetSysuserRequest ¶
type GetSysuserRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetSysuserRequest) Descriptor
deprecated
func (*GetSysuserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSysuserRequest.ProtoReflect.Descriptor instead.
func (*GetSysuserRequest) GetId ¶
func (x *GetSysuserRequest) GetId() int64
func (*GetSysuserRequest) ProtoMessage ¶
func (*GetSysuserRequest) ProtoMessage()
func (*GetSysuserRequest) ProtoReflect ¶
func (x *GetSysuserRequest) ProtoReflect() protoreflect.Message
func (*GetSysuserRequest) Reset ¶
func (x *GetSysuserRequest) Reset()
func (*GetSysuserRequest) String ¶
func (x *GetSysuserRequest) String() string
func (*GetSysuserRequest) Validate ¶
func (m *GetSysuserRequest) Validate() error
Validate checks the field values on GetSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSysuserRequest) ValidateAll ¶
func (m *GetSysuserRequest) ValidateAll() error
ValidateAll checks the field values on GetSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSysuserRequestMultiError, or nil if none found.
type GetSysuserRequestMultiError ¶
type GetSysuserRequestMultiError []error
GetSysuserRequestMultiError is an error wrapping multiple validation errors returned by GetSysuserRequest.ValidateAll() if the designated constraints aren't met.
func (GetSysuserRequestMultiError) AllErrors ¶
func (m GetSysuserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSysuserRequestMultiError) Error ¶
func (m GetSysuserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSysuserRequestValidationError ¶
type GetSysuserRequestValidationError struct {
// contains filtered or unexported fields
}
GetSysuserRequestValidationError is the validation error returned by GetSysuserRequest.Validate if the designated constraints aren't met.
func (GetSysuserRequestValidationError) Cause ¶
func (e GetSysuserRequestValidationError) Cause() error
Cause function returns cause value.
func (GetSysuserRequestValidationError) Error ¶
func (e GetSysuserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetSysuserRequestValidationError) ErrorName ¶
func (e GetSysuserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetSysuserRequestValidationError) Field ¶
func (e GetSysuserRequestValidationError) Field() string
Field function returns field value.
func (GetSysuserRequestValidationError) Key ¶
func (e GetSysuserRequestValidationError) Key() bool
Key function returns key value.
func (GetSysuserRequestValidationError) Reason ¶
func (e GetSysuserRequestValidationError) Reason() string
Reason function returns reason value.
type GetUserGoogleSecretReply ¶
type GetUserGoogleSecretReply struct { Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` Qrcode string `protobuf:"bytes,2,opt,name=qrcode,proto3" json:"qrcode,omitempty"` // contains filtered or unexported fields }
func (*GetUserGoogleSecretReply) Descriptor
deprecated
func (*GetUserGoogleSecretReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserGoogleSecretReply.ProtoReflect.Descriptor instead.
func (*GetUserGoogleSecretReply) GetQrcode ¶
func (x *GetUserGoogleSecretReply) GetQrcode() string
func (*GetUserGoogleSecretReply) GetSecret ¶
func (x *GetUserGoogleSecretReply) GetSecret() string
func (*GetUserGoogleSecretReply) ProtoMessage ¶
func (*GetUserGoogleSecretReply) ProtoMessage()
func (*GetUserGoogleSecretReply) ProtoReflect ¶
func (x *GetUserGoogleSecretReply) ProtoReflect() protoreflect.Message
func (*GetUserGoogleSecretReply) Reset ¶
func (x *GetUserGoogleSecretReply) Reset()
func (*GetUserGoogleSecretReply) String ¶
func (x *GetUserGoogleSecretReply) String() string
func (*GetUserGoogleSecretReply) Validate ¶
func (m *GetUserGoogleSecretReply) Validate() error
Validate checks the field values on GetUserGoogleSecretReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserGoogleSecretReply) ValidateAll ¶
func (m *GetUserGoogleSecretReply) ValidateAll() error
ValidateAll checks the field values on GetUserGoogleSecretReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserGoogleSecretReplyMultiError, or nil if none found.
type GetUserGoogleSecretReplyMultiError ¶
type GetUserGoogleSecretReplyMultiError []error
GetUserGoogleSecretReplyMultiError is an error wrapping multiple validation errors returned by GetUserGoogleSecretReply.ValidateAll() if the designated constraints aren't met.
func (GetUserGoogleSecretReplyMultiError) AllErrors ¶
func (m GetUserGoogleSecretReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserGoogleSecretReplyMultiError) Error ¶
func (m GetUserGoogleSecretReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserGoogleSecretReplyValidationError ¶
type GetUserGoogleSecretReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserGoogleSecretReplyValidationError is the validation error returned by GetUserGoogleSecretReply.Validate if the designated constraints aren't met.
func (GetUserGoogleSecretReplyValidationError) Cause ¶
func (e GetUserGoogleSecretReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserGoogleSecretReplyValidationError) Error ¶
func (e GetUserGoogleSecretReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserGoogleSecretReplyValidationError) ErrorName ¶
func (e GetUserGoogleSecretReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserGoogleSecretReplyValidationError) Field ¶
func (e GetUserGoogleSecretReplyValidationError) Field() string
Field function returns field value.
func (GetUserGoogleSecretReplyValidationError) Key ¶
func (e GetUserGoogleSecretReplyValidationError) Key() bool
Key function returns key value.
func (GetUserGoogleSecretReplyValidationError) Reason ¶
func (e GetUserGoogleSecretReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserGoogleSecretRequest ¶
type GetUserGoogleSecretRequest struct {
// contains filtered or unexported fields
}
func (*GetUserGoogleSecretRequest) Descriptor
deprecated
func (*GetUserGoogleSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserGoogleSecretRequest.ProtoReflect.Descriptor instead.
func (*GetUserGoogleSecretRequest) ProtoMessage ¶
func (*GetUserGoogleSecretRequest) ProtoMessage()
func (*GetUserGoogleSecretRequest) ProtoReflect ¶
func (x *GetUserGoogleSecretRequest) ProtoReflect() protoreflect.Message
func (*GetUserGoogleSecretRequest) Reset ¶
func (x *GetUserGoogleSecretRequest) Reset()
func (*GetUserGoogleSecretRequest) String ¶
func (x *GetUserGoogleSecretRequest) String() string
func (*GetUserGoogleSecretRequest) Validate ¶
func (m *GetUserGoogleSecretRequest) Validate() error
Validate checks the field values on GetUserGoogleSecretRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserGoogleSecretRequest) ValidateAll ¶
func (m *GetUserGoogleSecretRequest) ValidateAll() error
ValidateAll checks the field values on GetUserGoogleSecretRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserGoogleSecretRequestMultiError, or nil if none found.
type GetUserGoogleSecretRequestMultiError ¶
type GetUserGoogleSecretRequestMultiError []error
GetUserGoogleSecretRequestMultiError is an error wrapping multiple validation errors returned by GetUserGoogleSecretRequest.ValidateAll() if the designated constraints aren't met.
func (GetUserGoogleSecretRequestMultiError) AllErrors ¶
func (m GetUserGoogleSecretRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserGoogleSecretRequestMultiError) Error ¶
func (m GetUserGoogleSecretRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserGoogleSecretRequestValidationError ¶
type GetUserGoogleSecretRequestValidationError struct {
// contains filtered or unexported fields
}
GetUserGoogleSecretRequestValidationError is the validation error returned by GetUserGoogleSecretRequest.Validate if the designated constraints aren't met.
func (GetUserGoogleSecretRequestValidationError) Cause ¶
func (e GetUserGoogleSecretRequestValidationError) Cause() error
Cause function returns cause value.
func (GetUserGoogleSecretRequestValidationError) Error ¶
func (e GetUserGoogleSecretRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserGoogleSecretRequestValidationError) ErrorName ¶
func (e GetUserGoogleSecretRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserGoogleSecretRequestValidationError) Field ¶
func (e GetUserGoogleSecretRequestValidationError) Field() string
Field function returns field value.
func (GetUserGoogleSecretRequestValidationError) Key ¶
func (e GetUserGoogleSecretRequestValidationError) Key() bool
Key function returns key value.
func (GetUserGoogleSecretRequestValidationError) Reason ¶
func (e GetUserGoogleSecretRequestValidationError) Reason() string
Reason function returns reason value.
type GetUserRolePostReply ¶
type GetUserRolePostReply struct { Roles []*RoleData `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"` Posts []*PostData `protobuf:"bytes,2,rep,name=posts,proto3" json:"posts,omitempty"` // contains filtered or unexported fields }
func (*GetUserRolePostReply) Descriptor
deprecated
func (*GetUserRolePostReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRolePostReply.ProtoReflect.Descriptor instead.
func (*GetUserRolePostReply) GetPosts ¶
func (x *GetUserRolePostReply) GetPosts() []*PostData
func (*GetUserRolePostReply) GetRoles ¶
func (x *GetUserRolePostReply) GetRoles() []*RoleData
func (*GetUserRolePostReply) ProtoMessage ¶
func (*GetUserRolePostReply) ProtoMessage()
func (*GetUserRolePostReply) ProtoReflect ¶
func (x *GetUserRolePostReply) ProtoReflect() protoreflect.Message
func (*GetUserRolePostReply) Reset ¶
func (x *GetUserRolePostReply) Reset()
func (*GetUserRolePostReply) String ¶
func (x *GetUserRolePostReply) String() string
func (*GetUserRolePostReply) Validate ¶
func (m *GetUserRolePostReply) Validate() error
Validate checks the field values on GetUserRolePostReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserRolePostReply) ValidateAll ¶
func (m *GetUserRolePostReply) ValidateAll() error
ValidateAll checks the field values on GetUserRolePostReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserRolePostReplyMultiError, or nil if none found.
type GetUserRolePostReplyMultiError ¶
type GetUserRolePostReplyMultiError []error
GetUserRolePostReplyMultiError is an error wrapping multiple validation errors returned by GetUserRolePostReply.ValidateAll() if the designated constraints aren't met.
func (GetUserRolePostReplyMultiError) AllErrors ¶
func (m GetUserRolePostReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserRolePostReplyMultiError) Error ¶
func (m GetUserRolePostReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserRolePostReplyValidationError ¶
type GetUserRolePostReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserRolePostReplyValidationError is the validation error returned by GetUserRolePostReply.Validate if the designated constraints aren't met.
func (GetUserRolePostReplyValidationError) Cause ¶
func (e GetUserRolePostReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserRolePostReplyValidationError) Error ¶
func (e GetUserRolePostReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserRolePostReplyValidationError) ErrorName ¶
func (e GetUserRolePostReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserRolePostReplyValidationError) Field ¶
func (e GetUserRolePostReplyValidationError) Field() string
Field function returns field value.
func (GetUserRolePostReplyValidationError) Key ¶
func (e GetUserRolePostReplyValidationError) Key() bool
Key function returns key value.
func (GetUserRolePostReplyValidationError) Reason ¶
func (e GetUserRolePostReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserRolePostRequest ¶
type GetUserRolePostRequest struct {
// contains filtered or unexported fields
}
func (*GetUserRolePostRequest) Descriptor
deprecated
func (*GetUserRolePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRolePostRequest.ProtoReflect.Descriptor instead.
func (*GetUserRolePostRequest) ProtoMessage ¶
func (*GetUserRolePostRequest) ProtoMessage()
func (*GetUserRolePostRequest) ProtoReflect ¶
func (x *GetUserRolePostRequest) ProtoReflect() protoreflect.Message
func (*GetUserRolePostRequest) Reset ¶
func (x *GetUserRolePostRequest) Reset()
func (*GetUserRolePostRequest) String ¶
func (x *GetUserRolePostRequest) String() string
func (*GetUserRolePostRequest) Validate ¶
func (m *GetUserRolePostRequest) Validate() error
Validate checks the field values on GetUserRolePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserRolePostRequest) ValidateAll ¶
func (m *GetUserRolePostRequest) ValidateAll() error
ValidateAll checks the field values on GetUserRolePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserRolePostRequestMultiError, or nil if none found.
type GetUserRolePostRequestMultiError ¶
type GetUserRolePostRequestMultiError []error
GetUserRolePostRequestMultiError is an error wrapping multiple validation errors returned by GetUserRolePostRequest.ValidateAll() if the designated constraints aren't met.
func (GetUserRolePostRequestMultiError) AllErrors ¶
func (m GetUserRolePostRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserRolePostRequestMultiError) Error ¶
func (m GetUserRolePostRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserRolePostRequestValidationError ¶
type GetUserRolePostRequestValidationError struct {
// contains filtered or unexported fields
}
GetUserRolePostRequestValidationError is the validation error returned by GetUserRolePostRequest.Validate if the designated constraints aren't met.
func (GetUserRolePostRequestValidationError) Cause ¶
func (e GetUserRolePostRequestValidationError) Cause() error
Cause function returns cause value.
func (GetUserRolePostRequestValidationError) Error ¶
func (e GetUserRolePostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserRolePostRequestValidationError) ErrorName ¶
func (e GetUserRolePostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserRolePostRequestValidationError) Field ¶
func (e GetUserRolePostRequestValidationError) Field() string
Field function returns field value.
func (GetUserRolePostRequestValidationError) Key ¶
func (e GetUserRolePostRequestValidationError) Key() bool
Key function returns key value.
func (GetUserRolePostRequestValidationError) Reason ¶
func (e GetUserRolePostRequestValidationError) Reason() string
Reason function returns reason value.
type ListApiReply ¶
type ListApiReply struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` PageNum int32 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Data []*ApiData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListApiReply) Descriptor
deprecated
func (*ListApiReply) Descriptor() ([]byte, []int)
Deprecated: Use ListApiReply.ProtoReflect.Descriptor instead.
func (*ListApiReply) GetData ¶
func (x *ListApiReply) GetData() []*ApiData
func (*ListApiReply) GetPageNum ¶
func (x *ListApiReply) GetPageNum() int32
func (*ListApiReply) GetPageSize ¶
func (x *ListApiReply) GetPageSize() int32
func (*ListApiReply) GetTotal ¶
func (x *ListApiReply) GetTotal() int32
func (*ListApiReply) ProtoMessage ¶
func (*ListApiReply) ProtoMessage()
func (*ListApiReply) ProtoReflect ¶
func (x *ListApiReply) ProtoReflect() protoreflect.Message
func (*ListApiReply) Reset ¶
func (x *ListApiReply) Reset()
func (*ListApiReply) String ¶
func (x *ListApiReply) String() string
func (*ListApiReply) Validate ¶
func (m *ListApiReply) Validate() error
Validate checks the field values on ListApiReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListApiReply) ValidateAll ¶
func (m *ListApiReply) ValidateAll() error
ValidateAll checks the field values on ListApiReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListApiReplyMultiError, or nil if none found.
type ListApiReplyMultiError ¶
type ListApiReplyMultiError []error
ListApiReplyMultiError is an error wrapping multiple validation errors returned by ListApiReply.ValidateAll() if the designated constraints aren't met.
func (ListApiReplyMultiError) AllErrors ¶
func (m ListApiReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListApiReplyMultiError) Error ¶
func (m ListApiReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListApiReplyValidationError ¶
type ListApiReplyValidationError struct {
// contains filtered or unexported fields
}
ListApiReplyValidationError is the validation error returned by ListApiReply.Validate if the designated constraints aren't met.
func (ListApiReplyValidationError) Cause ¶
func (e ListApiReplyValidationError) Cause() error
Cause function returns cause value.
func (ListApiReplyValidationError) Error ¶
func (e ListApiReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListApiReplyValidationError) ErrorName ¶
func (e ListApiReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListApiReplyValidationError) Field ¶
func (e ListApiReplyValidationError) Field() string
Field function returns field value.
func (ListApiReplyValidationError) Key ¶
func (e ListApiReplyValidationError) Key() bool
Key function returns key value.
func (ListApiReplyValidationError) Reason ¶
func (e ListApiReplyValidationError) Reason() string
Reason function returns reason value.
type ListApiRequest ¶
type ListApiRequest struct { PageNum int32 `protobuf:"varint,1,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` ApiGroup string `protobuf:"bytes,4,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` Method string `protobuf:"bytes,5,opt,name=method,proto3" json:"method,omitempty"` Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*ListApiRequest) Descriptor
deprecated
func (*ListApiRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListApiRequest.ProtoReflect.Descriptor instead.
func (*ListApiRequest) GetApiGroup ¶
func (x *ListApiRequest) GetApiGroup() string
func (*ListApiRequest) GetDescription ¶
func (x *ListApiRequest) GetDescription() string
func (*ListApiRequest) GetMethod ¶
func (x *ListApiRequest) GetMethod() string
func (*ListApiRequest) GetPageNum ¶
func (x *ListApiRequest) GetPageNum() int32
func (*ListApiRequest) GetPageSize ¶
func (x *ListApiRequest) GetPageSize() int32
func (*ListApiRequest) GetPath ¶
func (x *ListApiRequest) GetPath() string
func (*ListApiRequest) ProtoMessage ¶
func (*ListApiRequest) ProtoMessage()
func (*ListApiRequest) ProtoReflect ¶
func (x *ListApiRequest) ProtoReflect() protoreflect.Message
func (*ListApiRequest) Reset ¶
func (x *ListApiRequest) Reset()
func (*ListApiRequest) String ¶
func (x *ListApiRequest) String() string
func (*ListApiRequest) Validate ¶
func (m *ListApiRequest) Validate() error
Validate checks the field values on ListApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListApiRequest) ValidateAll ¶
func (m *ListApiRequest) ValidateAll() error
ValidateAll checks the field values on ListApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListApiRequestMultiError, or nil if none found.
type ListApiRequestMultiError ¶
type ListApiRequestMultiError []error
ListApiRequestMultiError is an error wrapping multiple validation errors returned by ListApiRequest.ValidateAll() if the designated constraints aren't met.
func (ListApiRequestMultiError) AllErrors ¶
func (m ListApiRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListApiRequestMultiError) Error ¶
func (m ListApiRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListApiRequestValidationError ¶
type ListApiRequestValidationError struct {
// contains filtered or unexported fields
}
ListApiRequestValidationError is the validation error returned by ListApiRequest.Validate if the designated constraints aren't met.
func (ListApiRequestValidationError) Cause ¶
func (e ListApiRequestValidationError) Cause() error
Cause function returns cause value.
func (ListApiRequestValidationError) Error ¶
func (e ListApiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListApiRequestValidationError) ErrorName ¶
func (e ListApiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListApiRequestValidationError) Field ¶
func (e ListApiRequestValidationError) Field() string
Field function returns field value.
func (ListApiRequestValidationError) Key ¶
func (e ListApiRequestValidationError) Key() bool
Key function returns key value.
func (ListApiRequestValidationError) Reason ¶
func (e ListApiRequestValidationError) Reason() string
Reason function returns reason value.
type ListDeptReply ¶
type ListDeptReply struct { Data []*DeptTree `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListDeptReply) Descriptor
deprecated
func (*ListDeptReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDeptReply.ProtoReflect.Descriptor instead.
func (*ListDeptReply) GetData ¶
func (x *ListDeptReply) GetData() []*DeptTree
func (*ListDeptReply) ProtoMessage ¶
func (*ListDeptReply) ProtoMessage()
func (*ListDeptReply) ProtoReflect ¶
func (x *ListDeptReply) ProtoReflect() protoreflect.Message
func (*ListDeptReply) Reset ¶
func (x *ListDeptReply) Reset()
func (*ListDeptReply) String ¶
func (x *ListDeptReply) String() string
func (*ListDeptReply) Validate ¶
func (m *ListDeptReply) Validate() error
Validate checks the field values on ListDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListDeptReply) ValidateAll ¶
func (m *ListDeptReply) ValidateAll() error
ValidateAll checks the field values on ListDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDeptReplyMultiError, or nil if none found.
type ListDeptReplyMultiError ¶
type ListDeptReplyMultiError []error
ListDeptReplyMultiError is an error wrapping multiple validation errors returned by ListDeptReply.ValidateAll() if the designated constraints aren't met.
func (ListDeptReplyMultiError) AllErrors ¶
func (m ListDeptReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDeptReplyMultiError) Error ¶
func (m ListDeptReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDeptReplyValidationError ¶
type ListDeptReplyValidationError struct {
// contains filtered or unexported fields
}
ListDeptReplyValidationError is the validation error returned by ListDeptReply.Validate if the designated constraints aren't met.
func (ListDeptReplyValidationError) Cause ¶
func (e ListDeptReplyValidationError) Cause() error
Cause function returns cause value.
func (ListDeptReplyValidationError) Error ¶
func (e ListDeptReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListDeptReplyValidationError) ErrorName ¶
func (e ListDeptReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListDeptReplyValidationError) Field ¶
func (e ListDeptReplyValidationError) Field() string
Field function returns field value.
func (ListDeptReplyValidationError) Key ¶
func (e ListDeptReplyValidationError) Key() bool
Key function returns key value.
func (ListDeptReplyValidationError) Reason ¶
func (e ListDeptReplyValidationError) Reason() string
Reason function returns reason value.
type ListDeptRequest ¶
type ListDeptRequest struct { DeptName string `protobuf:"bytes,1,opt,name=deptName,proto3" json:"deptName,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` DeptId int64 `protobuf:"varint,3,opt,name=deptId,proto3" json:"deptId,omitempty"` // contains filtered or unexported fields }
func (*ListDeptRequest) Descriptor
deprecated
func (*ListDeptRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDeptRequest.ProtoReflect.Descriptor instead.
func (*ListDeptRequest) GetDeptId ¶
func (x *ListDeptRequest) GetDeptId() int64
func (*ListDeptRequest) GetDeptName ¶
func (x *ListDeptRequest) GetDeptName() string
func (*ListDeptRequest) GetStatus ¶
func (x *ListDeptRequest) GetStatus() int32
func (*ListDeptRequest) ProtoMessage ¶
func (*ListDeptRequest) ProtoMessage()
func (*ListDeptRequest) ProtoReflect ¶
func (x *ListDeptRequest) ProtoReflect() protoreflect.Message
func (*ListDeptRequest) Reset ¶
func (x *ListDeptRequest) Reset()
func (*ListDeptRequest) String ¶
func (x *ListDeptRequest) String() string
func (*ListDeptRequest) Validate ¶
func (m *ListDeptRequest) Validate() error
Validate checks the field values on ListDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListDeptRequest) ValidateAll ¶
func (m *ListDeptRequest) ValidateAll() error
ValidateAll checks the field values on ListDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDeptRequestMultiError, or nil if none found.
type ListDeptRequestMultiError ¶
type ListDeptRequestMultiError []error
ListDeptRequestMultiError is an error wrapping multiple validation errors returned by ListDeptRequest.ValidateAll() if the designated constraints aren't met.
func (ListDeptRequestMultiError) AllErrors ¶
func (m ListDeptRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDeptRequestMultiError) Error ¶
func (m ListDeptRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDeptRequestValidationError ¶
type ListDeptRequestValidationError struct {
// contains filtered or unexported fields
}
ListDeptRequestValidationError is the validation error returned by ListDeptRequest.Validate if the designated constraints aren't met.
func (ListDeptRequestValidationError) Cause ¶
func (e ListDeptRequestValidationError) Cause() error
Cause function returns cause value.
func (ListDeptRequestValidationError) Error ¶
func (e ListDeptRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListDeptRequestValidationError) ErrorName ¶
func (e ListDeptRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListDeptRequestValidationError) Field ¶
func (e ListDeptRequestValidationError) Field() string
Field function returns field value.
func (ListDeptRequestValidationError) Key ¶
func (e ListDeptRequestValidationError) Key() bool
Key function returns key value.
func (ListDeptRequestValidationError) Reason ¶
func (e ListDeptRequestValidationError) Reason() string
Reason function returns reason value.
type ListDictDataReply ¶
type ListDictDataReply struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` PageNum int32 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` List []*DictDataContent `protobuf:"bytes,4,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*ListDictDataReply) Descriptor
deprecated
func (*ListDictDataReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDictDataReply.ProtoReflect.Descriptor instead.
func (*ListDictDataReply) GetList ¶
func (x *ListDictDataReply) GetList() []*DictDataContent
func (*ListDictDataReply) GetPageNum ¶
func (x *ListDictDataReply) GetPageNum() int32
func (*ListDictDataReply) GetPageSize ¶
func (x *ListDictDataReply) GetPageSize() int32
func (*ListDictDataReply) GetTotal ¶
func (x *ListDictDataReply) GetTotal() int32
func (*ListDictDataReply) ProtoMessage ¶
func (*ListDictDataReply) ProtoMessage()
func (*ListDictDataReply) ProtoReflect ¶
func (x *ListDictDataReply) ProtoReflect() protoreflect.Message
func (*ListDictDataReply) Reset ¶
func (x *ListDictDataReply) Reset()
func (*ListDictDataReply) String ¶
func (x *ListDictDataReply) String() string
func (*ListDictDataReply) Validate ¶
func (m *ListDictDataReply) Validate() error
Validate checks the field values on ListDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListDictDataReply) ValidateAll ¶
func (m *ListDictDataReply) ValidateAll() error
ValidateAll checks the field values on ListDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDictDataReplyMultiError, or nil if none found.
type ListDictDataReplyMultiError ¶
type ListDictDataReplyMultiError []error
ListDictDataReplyMultiError is an error wrapping multiple validation errors returned by ListDictDataReply.ValidateAll() if the designated constraints aren't met.
func (ListDictDataReplyMultiError) AllErrors ¶
func (m ListDictDataReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictDataReplyMultiError) Error ¶
func (m ListDictDataReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictDataReplyValidationError ¶
type ListDictDataReplyValidationError struct {
// contains filtered or unexported fields
}
ListDictDataReplyValidationError is the validation error returned by ListDictDataReply.Validate if the designated constraints aren't met.
func (ListDictDataReplyValidationError) Cause ¶
func (e ListDictDataReplyValidationError) Cause() error
Cause function returns cause value.
func (ListDictDataReplyValidationError) Error ¶
func (e ListDictDataReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictDataReplyValidationError) ErrorName ¶
func (e ListDictDataReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictDataReplyValidationError) Field ¶
func (e ListDictDataReplyValidationError) Field() string
Field function returns field value.
func (ListDictDataReplyValidationError) Key ¶
func (e ListDictDataReplyValidationError) Key() bool
Key function returns key value.
func (ListDictDataReplyValidationError) Reason ¶
func (e ListDictDataReplyValidationError) Reason() string
Reason function returns reason value.
type ListDictDataRequest ¶
type ListDictDataRequest struct { PageNum int32 `protobuf:"varint,1,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` DictType string `protobuf:"bytes,4,opt,name=dictType,proto3" json:"dictType,omitempty"` DictLabel string `protobuf:"bytes,5,opt,name=dictLabel,proto3" json:"dictLabel,omitempty"` // contains filtered or unexported fields }
func (*ListDictDataRequest) Descriptor
deprecated
func (*ListDictDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDictDataRequest.ProtoReflect.Descriptor instead.
func (*ListDictDataRequest) GetDictLabel ¶
func (x *ListDictDataRequest) GetDictLabel() string
func (*ListDictDataRequest) GetDictType ¶
func (x *ListDictDataRequest) GetDictType() string
func (*ListDictDataRequest) GetPageNum ¶
func (x *ListDictDataRequest) GetPageNum() int32
func (*ListDictDataRequest) GetPageSize ¶
func (x *ListDictDataRequest) GetPageSize() int32
func (*ListDictDataRequest) GetStatus ¶
func (x *ListDictDataRequest) GetStatus() int32
func (*ListDictDataRequest) ProtoMessage ¶
func (*ListDictDataRequest) ProtoMessage()
func (*ListDictDataRequest) ProtoReflect ¶
func (x *ListDictDataRequest) ProtoReflect() protoreflect.Message
func (*ListDictDataRequest) Reset ¶
func (x *ListDictDataRequest) Reset()
func (*ListDictDataRequest) String ¶
func (x *ListDictDataRequest) String() string
func (*ListDictDataRequest) Validate ¶
func (m *ListDictDataRequest) Validate() error
Validate checks the field values on ListDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListDictDataRequest) ValidateAll ¶
func (m *ListDictDataRequest) ValidateAll() error
ValidateAll checks the field values on ListDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDictDataRequestMultiError, or nil if none found.
type ListDictDataRequestMultiError ¶
type ListDictDataRequestMultiError []error
ListDictDataRequestMultiError is an error wrapping multiple validation errors returned by ListDictDataRequest.ValidateAll() if the designated constraints aren't met.
func (ListDictDataRequestMultiError) AllErrors ¶
func (m ListDictDataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictDataRequestMultiError) Error ¶
func (m ListDictDataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictDataRequestValidationError ¶
type ListDictDataRequestValidationError struct {
// contains filtered or unexported fields
}
ListDictDataRequestValidationError is the validation error returned by ListDictDataRequest.Validate if the designated constraints aren't met.
func (ListDictDataRequestValidationError) Cause ¶
func (e ListDictDataRequestValidationError) Cause() error
Cause function returns cause value.
func (ListDictDataRequestValidationError) Error ¶
func (e ListDictDataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictDataRequestValidationError) ErrorName ¶
func (e ListDictDataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictDataRequestValidationError) Field ¶
func (e ListDictDataRequestValidationError) Field() string
Field function returns field value.
func (ListDictDataRequestValidationError) Key ¶
func (e ListDictDataRequestValidationError) Key() bool
Key function returns key value.
func (ListDictDataRequestValidationError) Reason ¶
func (e ListDictDataRequestValidationError) Reason() string
Reason function returns reason value.
type ListDictTypeReply ¶
type ListDictTypeReply struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` PageNum int32 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Data []*DictTypeContent `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListDictTypeReply) Descriptor
deprecated
func (*ListDictTypeReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDictTypeReply.ProtoReflect.Descriptor instead.
func (*ListDictTypeReply) GetData ¶
func (x *ListDictTypeReply) GetData() []*DictTypeContent
func (*ListDictTypeReply) GetPageNum ¶
func (x *ListDictTypeReply) GetPageNum() int32
func (*ListDictTypeReply) GetPageSize ¶
func (x *ListDictTypeReply) GetPageSize() int32
func (*ListDictTypeReply) GetTotal ¶
func (x *ListDictTypeReply) GetTotal() int32
func (*ListDictTypeReply) ProtoMessage ¶
func (*ListDictTypeReply) ProtoMessage()
func (*ListDictTypeReply) ProtoReflect ¶
func (x *ListDictTypeReply) ProtoReflect() protoreflect.Message
func (*ListDictTypeReply) Reset ¶
func (x *ListDictTypeReply) Reset()
func (*ListDictTypeReply) String ¶
func (x *ListDictTypeReply) String() string
func (*ListDictTypeReply) Validate ¶
func (m *ListDictTypeReply) Validate() error
Validate checks the field values on ListDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListDictTypeReply) ValidateAll ¶
func (m *ListDictTypeReply) ValidateAll() error
ValidateAll checks the field values on ListDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDictTypeReplyMultiError, or nil if none found.
type ListDictTypeReplyMultiError ¶
type ListDictTypeReplyMultiError []error
ListDictTypeReplyMultiError is an error wrapping multiple validation errors returned by ListDictTypeReply.ValidateAll() if the designated constraints aren't met.
func (ListDictTypeReplyMultiError) AllErrors ¶
func (m ListDictTypeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictTypeReplyMultiError) Error ¶
func (m ListDictTypeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictTypeReplyValidationError ¶
type ListDictTypeReplyValidationError struct {
// contains filtered or unexported fields
}
ListDictTypeReplyValidationError is the validation error returned by ListDictTypeReply.Validate if the designated constraints aren't met.
func (ListDictTypeReplyValidationError) Cause ¶
func (e ListDictTypeReplyValidationError) Cause() error
Cause function returns cause value.
func (ListDictTypeReplyValidationError) Error ¶
func (e ListDictTypeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictTypeReplyValidationError) ErrorName ¶
func (e ListDictTypeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictTypeReplyValidationError) Field ¶
func (e ListDictTypeReplyValidationError) Field() string
Field function returns field value.
func (ListDictTypeReplyValidationError) Key ¶
func (e ListDictTypeReplyValidationError) Key() bool
Key function returns key value.
func (ListDictTypeReplyValidationError) Reason ¶
func (e ListDictTypeReplyValidationError) Reason() string
Reason function returns reason value.
type ListDictTypeRequest ¶
type ListDictTypeRequest struct { DictName string `protobuf:"bytes,1,opt,name=dictName,proto3" json:"dictName,omitempty"` DictType string `protobuf:"bytes,2,opt,name=dictType,proto3" json:"dictType,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` PageNum int32 `protobuf:"varint,4,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // contains filtered or unexported fields }
func (*ListDictTypeRequest) Descriptor
deprecated
func (*ListDictTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDictTypeRequest.ProtoReflect.Descriptor instead.
func (*ListDictTypeRequest) GetDictName ¶
func (x *ListDictTypeRequest) GetDictName() string
func (*ListDictTypeRequest) GetDictType ¶
func (x *ListDictTypeRequest) GetDictType() string
func (*ListDictTypeRequest) GetPageNum ¶
func (x *ListDictTypeRequest) GetPageNum() int32
func (*ListDictTypeRequest) GetPageSize ¶
func (x *ListDictTypeRequest) GetPageSize() int32
func (*ListDictTypeRequest) GetStatus ¶
func (x *ListDictTypeRequest) GetStatus() int32
func (*ListDictTypeRequest) ProtoMessage ¶
func (*ListDictTypeRequest) ProtoMessage()
func (*ListDictTypeRequest) ProtoReflect ¶
func (x *ListDictTypeRequest) ProtoReflect() protoreflect.Message
func (*ListDictTypeRequest) Reset ¶
func (x *ListDictTypeRequest) Reset()
func (*ListDictTypeRequest) String ¶
func (x *ListDictTypeRequest) String() string
func (*ListDictTypeRequest) Validate ¶
func (m *ListDictTypeRequest) Validate() error
Validate checks the field values on ListDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListDictTypeRequest) ValidateAll ¶
func (m *ListDictTypeRequest) ValidateAll() error
ValidateAll checks the field values on ListDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDictTypeRequestMultiError, or nil if none found.
type ListDictTypeRequestMultiError ¶
type ListDictTypeRequestMultiError []error
ListDictTypeRequestMultiError is an error wrapping multiple validation errors returned by ListDictTypeRequest.ValidateAll() if the designated constraints aren't met.
func (ListDictTypeRequestMultiError) AllErrors ¶
func (m ListDictTypeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictTypeRequestMultiError) Error ¶
func (m ListDictTypeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictTypeRequestValidationError ¶
type ListDictTypeRequestValidationError struct {
// contains filtered or unexported fields
}
ListDictTypeRequestValidationError is the validation error returned by ListDictTypeRequest.Validate if the designated constraints aren't met.
func (ListDictTypeRequestValidationError) Cause ¶
func (e ListDictTypeRequestValidationError) Cause() error
Cause function returns cause value.
func (ListDictTypeRequestValidationError) Error ¶
func (e ListDictTypeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictTypeRequestValidationError) ErrorName ¶
func (e ListDictTypeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictTypeRequestValidationError) Field ¶
func (e ListDictTypeRequestValidationError) Field() string
Field function returns field value.
func (ListDictTypeRequestValidationError) Key ¶
func (e ListDictTypeRequestValidationError) Key() bool
Key function returns key value.
func (ListDictTypeRequestValidationError) Reason ¶
func (e ListDictTypeRequestValidationError) Reason() string
Reason function returns reason value.
type ListMenusReply ¶
type ListMenusReply struct { List []*MenuTree `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*ListMenusReply) Descriptor
deprecated
func (*ListMenusReply) Descriptor() ([]byte, []int)
Deprecated: Use ListMenusReply.ProtoReflect.Descriptor instead.
func (*ListMenusReply) GetList ¶
func (x *ListMenusReply) GetList() []*MenuTree
func (*ListMenusReply) ProtoMessage ¶
func (*ListMenusReply) ProtoMessage()
func (*ListMenusReply) ProtoReflect ¶
func (x *ListMenusReply) ProtoReflect() protoreflect.Message
func (*ListMenusReply) Reset ¶
func (x *ListMenusReply) Reset()
func (*ListMenusReply) String ¶
func (x *ListMenusReply) String() string
func (*ListMenusReply) Validate ¶
func (m *ListMenusReply) Validate() error
Validate checks the field values on ListMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListMenusReply) ValidateAll ¶
func (m *ListMenusReply) ValidateAll() error
ValidateAll checks the field values on ListMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListMenusReplyMultiError, or nil if none found.
type ListMenusReplyMultiError ¶
type ListMenusReplyMultiError []error
ListMenusReplyMultiError is an error wrapping multiple validation errors returned by ListMenusReply.ValidateAll() if the designated constraints aren't met.
func (ListMenusReplyMultiError) AllErrors ¶
func (m ListMenusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListMenusReplyMultiError) Error ¶
func (m ListMenusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListMenusReplyValidationError ¶
type ListMenusReplyValidationError struct {
// contains filtered or unexported fields
}
ListMenusReplyValidationError is the validation error returned by ListMenusReply.Validate if the designated constraints aren't met.
func (ListMenusReplyValidationError) Cause ¶
func (e ListMenusReplyValidationError) Cause() error
Cause function returns cause value.
func (ListMenusReplyValidationError) Error ¶
func (e ListMenusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListMenusReplyValidationError) ErrorName ¶
func (e ListMenusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListMenusReplyValidationError) Field ¶
func (e ListMenusReplyValidationError) Field() string
Field function returns field value.
func (ListMenusReplyValidationError) Key ¶
func (e ListMenusReplyValidationError) Key() bool
Key function returns key value.
func (ListMenusReplyValidationError) Reason ¶
func (e ListMenusReplyValidationError) Reason() string
Reason function returns reason value.
type ListMenusRequest ¶
type ListMenusRequest struct { MenuName string `protobuf:"bytes,1,opt,name=menuName,proto3" json:"menuName,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ListMenusRequest) Descriptor
deprecated
func (*ListMenusRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMenusRequest.ProtoReflect.Descriptor instead.
func (*ListMenusRequest) GetMenuName ¶
func (x *ListMenusRequest) GetMenuName() string
func (*ListMenusRequest) GetStatus ¶
func (x *ListMenusRequest) GetStatus() int32
func (*ListMenusRequest) ProtoMessage ¶
func (*ListMenusRequest) ProtoMessage()
func (*ListMenusRequest) ProtoReflect ¶
func (x *ListMenusRequest) ProtoReflect() protoreflect.Message
func (*ListMenusRequest) Reset ¶
func (x *ListMenusRequest) Reset()
func (*ListMenusRequest) String ¶
func (x *ListMenusRequest) String() string
func (*ListMenusRequest) Validate ¶
func (m *ListMenusRequest) Validate() error
Validate checks the field values on ListMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListMenusRequest) ValidateAll ¶
func (m *ListMenusRequest) ValidateAll() error
ValidateAll checks the field values on ListMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListMenusRequestMultiError, or nil if none found.
type ListMenusRequestMultiError ¶
type ListMenusRequestMultiError []error
ListMenusRequestMultiError is an error wrapping multiple validation errors returned by ListMenusRequest.ValidateAll() if the designated constraints aren't met.
func (ListMenusRequestMultiError) AllErrors ¶
func (m ListMenusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListMenusRequestMultiError) Error ¶
func (m ListMenusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListMenusRequestValidationError ¶
type ListMenusRequestValidationError struct {
// contains filtered or unexported fields
}
ListMenusRequestValidationError is the validation error returned by ListMenusRequest.Validate if the designated constraints aren't met.
func (ListMenusRequestValidationError) Cause ¶
func (e ListMenusRequestValidationError) Cause() error
Cause function returns cause value.
func (ListMenusRequestValidationError) Error ¶
func (e ListMenusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListMenusRequestValidationError) ErrorName ¶
func (e ListMenusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListMenusRequestValidationError) Field ¶
func (e ListMenusRequestValidationError) Field() string
Field function returns field value.
func (ListMenusRequestValidationError) Key ¶
func (e ListMenusRequestValidationError) Key() bool
Key function returns key value.
func (ListMenusRequestValidationError) Reason ¶
func (e ListMenusRequestValidationError) Reason() string
Reason function returns reason value.
type ListPostReply ¶
type ListPostReply struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` PageNum int32 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Data []*PostData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListPostReply) Descriptor
deprecated
func (*ListPostReply) Descriptor() ([]byte, []int)
Deprecated: Use ListPostReply.ProtoReflect.Descriptor instead.
func (*ListPostReply) GetData ¶
func (x *ListPostReply) GetData() []*PostData
func (*ListPostReply) GetPageNum ¶
func (x *ListPostReply) GetPageNum() int32
func (*ListPostReply) GetPageSize ¶
func (x *ListPostReply) GetPageSize() int32
func (*ListPostReply) GetTotal ¶
func (x *ListPostReply) GetTotal() int32
func (*ListPostReply) ProtoMessage ¶
func (*ListPostReply) ProtoMessage()
func (*ListPostReply) ProtoReflect ¶
func (x *ListPostReply) ProtoReflect() protoreflect.Message
func (*ListPostReply) Reset ¶
func (x *ListPostReply) Reset()
func (*ListPostReply) String ¶
func (x *ListPostReply) String() string
func (*ListPostReply) Validate ¶
func (m *ListPostReply) Validate() error
Validate checks the field values on ListPostReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListPostReply) ValidateAll ¶
func (m *ListPostReply) ValidateAll() error
ValidateAll checks the field values on ListPostReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPostReplyMultiError, or nil if none found.
type ListPostReplyMultiError ¶
type ListPostReplyMultiError []error
ListPostReplyMultiError is an error wrapping multiple validation errors returned by ListPostReply.ValidateAll() if the designated constraints aren't met.
func (ListPostReplyMultiError) AllErrors ¶
func (m ListPostReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListPostReplyMultiError) Error ¶
func (m ListPostReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListPostReplyValidationError ¶
type ListPostReplyValidationError struct {
// contains filtered or unexported fields
}
ListPostReplyValidationError is the validation error returned by ListPostReply.Validate if the designated constraints aren't met.
func (ListPostReplyValidationError) Cause ¶
func (e ListPostReplyValidationError) Cause() error
Cause function returns cause value.
func (ListPostReplyValidationError) Error ¶
func (e ListPostReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListPostReplyValidationError) ErrorName ¶
func (e ListPostReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListPostReplyValidationError) Field ¶
func (e ListPostReplyValidationError) Field() string
Field function returns field value.
func (ListPostReplyValidationError) Key ¶
func (e ListPostReplyValidationError) Key() bool
Key function returns key value.
func (ListPostReplyValidationError) Reason ¶
func (e ListPostReplyValidationError) Reason() string
Reason function returns reason value.
type ListPostRequest ¶
type ListPostRequest struct { PageNum int32 `protobuf:"varint,1,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` PostName string `protobuf:"bytes,4,opt,name=postName,proto3" json:"postName,omitempty"` PostCode string `protobuf:"bytes,5,opt,name=postCode,proto3" json:"postCode,omitempty"` // contains filtered or unexported fields }
func (*ListPostRequest) Descriptor
deprecated
func (*ListPostRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPostRequest.ProtoReflect.Descriptor instead.
func (*ListPostRequest) GetPageNum ¶
func (x *ListPostRequest) GetPageNum() int32
func (*ListPostRequest) GetPageSize ¶
func (x *ListPostRequest) GetPageSize() int32
func (*ListPostRequest) GetPostCode ¶
func (x *ListPostRequest) GetPostCode() string
func (*ListPostRequest) GetPostName ¶
func (x *ListPostRequest) GetPostName() string
func (*ListPostRequest) GetStatus ¶
func (x *ListPostRequest) GetStatus() int32
func (*ListPostRequest) ProtoMessage ¶
func (*ListPostRequest) ProtoMessage()
func (*ListPostRequest) ProtoReflect ¶
func (x *ListPostRequest) ProtoReflect() protoreflect.Message
func (*ListPostRequest) Reset ¶
func (x *ListPostRequest) Reset()
func (*ListPostRequest) String ¶
func (x *ListPostRequest) String() string
func (*ListPostRequest) Validate ¶
func (m *ListPostRequest) Validate() error
Validate checks the field values on ListPostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListPostRequest) ValidateAll ¶
func (m *ListPostRequest) ValidateAll() error
ValidateAll checks the field values on ListPostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPostRequestMultiError, or nil if none found.
type ListPostRequestMultiError ¶
type ListPostRequestMultiError []error
ListPostRequestMultiError is an error wrapping multiple validation errors returned by ListPostRequest.ValidateAll() if the designated constraints aren't met.
func (ListPostRequestMultiError) AllErrors ¶
func (m ListPostRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListPostRequestMultiError) Error ¶
func (m ListPostRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListPostRequestValidationError ¶
type ListPostRequestValidationError struct {
// contains filtered or unexported fields
}
ListPostRequestValidationError is the validation error returned by ListPostRequest.Validate if the designated constraints aren't met.
func (ListPostRequestValidationError) Cause ¶
func (e ListPostRequestValidationError) Cause() error
Cause function returns cause value.
func (ListPostRequestValidationError) Error ¶
func (e ListPostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListPostRequestValidationError) ErrorName ¶
func (e ListPostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListPostRequestValidationError) Field ¶
func (e ListPostRequestValidationError) Field() string
Field function returns field value.
func (ListPostRequestValidationError) Key ¶
func (e ListPostRequestValidationError) Key() bool
Key function returns key value.
func (ListPostRequestValidationError) Reason ¶
func (e ListPostRequestValidationError) Reason() string
Reason function returns reason value.
type ListRolesReply ¶
type ListRolesReply struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` PageNum int32 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Data []*RoleData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListRolesReply) Descriptor
deprecated
func (*ListRolesReply) Descriptor() ([]byte, []int)
Deprecated: Use ListRolesReply.ProtoReflect.Descriptor instead.
func (*ListRolesReply) GetData ¶
func (x *ListRolesReply) GetData() []*RoleData
func (*ListRolesReply) GetPageNum ¶
func (x *ListRolesReply) GetPageNum() int32
func (*ListRolesReply) GetPageSize ¶
func (x *ListRolesReply) GetPageSize() int32
func (*ListRolesReply) GetTotal ¶
func (x *ListRolesReply) GetTotal() int32
func (*ListRolesReply) ProtoMessage ¶
func (*ListRolesReply) ProtoMessage()
func (*ListRolesReply) ProtoReflect ¶
func (x *ListRolesReply) ProtoReflect() protoreflect.Message
func (*ListRolesReply) Reset ¶
func (x *ListRolesReply) Reset()
func (*ListRolesReply) String ¶
func (x *ListRolesReply) String() string
func (*ListRolesReply) Validate ¶
func (m *ListRolesReply) Validate() error
Validate checks the field values on ListRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListRolesReply) ValidateAll ¶
func (m *ListRolesReply) ValidateAll() error
ValidateAll checks the field values on ListRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRolesReplyMultiError, or nil if none found.
type ListRolesReplyMultiError ¶
type ListRolesReplyMultiError []error
ListRolesReplyMultiError is an error wrapping multiple validation errors returned by ListRolesReply.ValidateAll() if the designated constraints aren't met.
func (ListRolesReplyMultiError) AllErrors ¶
func (m ListRolesReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListRolesReplyMultiError) Error ¶
func (m ListRolesReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListRolesReplyValidationError ¶
type ListRolesReplyValidationError struct {
// contains filtered or unexported fields
}
ListRolesReplyValidationError is the validation error returned by ListRolesReply.Validate if the designated constraints aren't met.
func (ListRolesReplyValidationError) Cause ¶
func (e ListRolesReplyValidationError) Cause() error
Cause function returns cause value.
func (ListRolesReplyValidationError) Error ¶
func (e ListRolesReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListRolesReplyValidationError) ErrorName ¶
func (e ListRolesReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListRolesReplyValidationError) Field ¶
func (e ListRolesReplyValidationError) Field() string
Field function returns field value.
func (ListRolesReplyValidationError) Key ¶
func (e ListRolesReplyValidationError) Key() bool
Key function returns key value.
func (ListRolesReplyValidationError) Reason ¶
func (e ListRolesReplyValidationError) Reason() string
Reason function returns reason value.
type ListRolesRequest ¶
type ListRolesRequest struct { PageNum int32 `protobuf:"varint,1,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` RoleName string `protobuf:"bytes,4,opt,name=roleName,proto3" json:"roleName,omitempty"` RoleKey string `protobuf:"bytes,5,opt,name=roleKey,proto3" json:"roleKey,omitempty"` // contains filtered or unexported fields }
func (*ListRolesRequest) Descriptor
deprecated
func (*ListRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRolesRequest.ProtoReflect.Descriptor instead.
func (*ListRolesRequest) GetPageNum ¶
func (x *ListRolesRequest) GetPageNum() int32
func (*ListRolesRequest) GetPageSize ¶
func (x *ListRolesRequest) GetPageSize() int32
func (*ListRolesRequest) GetRoleKey ¶
func (x *ListRolesRequest) GetRoleKey() string
func (*ListRolesRequest) GetRoleName ¶
func (x *ListRolesRequest) GetRoleName() string
func (*ListRolesRequest) GetStatus ¶
func (x *ListRolesRequest) GetStatus() int32
func (*ListRolesRequest) ProtoMessage ¶
func (*ListRolesRequest) ProtoMessage()
func (*ListRolesRequest) ProtoReflect ¶
func (x *ListRolesRequest) ProtoReflect() protoreflect.Message
func (*ListRolesRequest) Reset ¶
func (x *ListRolesRequest) Reset()
func (*ListRolesRequest) String ¶
func (x *ListRolesRequest) String() string
func (*ListRolesRequest) Validate ¶
func (m *ListRolesRequest) Validate() error
Validate checks the field values on ListRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListRolesRequest) ValidateAll ¶
func (m *ListRolesRequest) ValidateAll() error
ValidateAll checks the field values on ListRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRolesRequestMultiError, or nil if none found.
type ListRolesRequestMultiError ¶
type ListRolesRequestMultiError []error
ListRolesRequestMultiError is an error wrapping multiple validation errors returned by ListRolesRequest.ValidateAll() if the designated constraints aren't met.
func (ListRolesRequestMultiError) AllErrors ¶
func (m ListRolesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListRolesRequestMultiError) Error ¶
func (m ListRolesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListRolesRequestValidationError ¶
type ListRolesRequestValidationError struct {
// contains filtered or unexported fields
}
ListRolesRequestValidationError is the validation error returned by ListRolesRequest.Validate if the designated constraints aren't met.
func (ListRolesRequestValidationError) Cause ¶
func (e ListRolesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListRolesRequestValidationError) Error ¶
func (e ListRolesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListRolesRequestValidationError) ErrorName ¶
func (e ListRolesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListRolesRequestValidationError) Field ¶
func (e ListRolesRequestValidationError) Field() string
Field function returns field value.
func (ListRolesRequestValidationError) Key ¶
func (e ListRolesRequestValidationError) Key() bool
Key function returns key value.
func (ListRolesRequestValidationError) Reason ¶
func (e ListRolesRequestValidationError) Reason() string
Reason function returns reason value.
type ListSysuserReply ¶
type ListSysuserReply struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` PageNum int32 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Data []*UserData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListSysuserReply) Descriptor
deprecated
func (*ListSysuserReply) Descriptor() ([]byte, []int)
Deprecated: Use ListSysuserReply.ProtoReflect.Descriptor instead.
func (*ListSysuserReply) GetData ¶
func (x *ListSysuserReply) GetData() []*UserData
func (*ListSysuserReply) GetPageNum ¶
func (x *ListSysuserReply) GetPageNum() int32
func (*ListSysuserReply) GetPageSize ¶
func (x *ListSysuserReply) GetPageSize() int32
func (*ListSysuserReply) GetTotal ¶
func (x *ListSysuserReply) GetTotal() int32
func (*ListSysuserReply) ProtoMessage ¶
func (*ListSysuserReply) ProtoMessage()
func (*ListSysuserReply) ProtoReflect ¶
func (x *ListSysuserReply) ProtoReflect() protoreflect.Message
func (*ListSysuserReply) Reset ¶
func (x *ListSysuserReply) Reset()
func (*ListSysuserReply) String ¶
func (x *ListSysuserReply) String() string
func (*ListSysuserReply) Validate ¶
func (m *ListSysuserReply) Validate() error
Validate checks the field values on ListSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListSysuserReply) ValidateAll ¶
func (m *ListSysuserReply) ValidateAll() error
ValidateAll checks the field values on ListSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSysuserReplyMultiError, or nil if none found.
type ListSysuserReplyMultiError ¶
type ListSysuserReplyMultiError []error
ListSysuserReplyMultiError is an error wrapping multiple validation errors returned by ListSysuserReply.ValidateAll() if the designated constraints aren't met.
func (ListSysuserReplyMultiError) AllErrors ¶
func (m ListSysuserReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListSysuserReplyMultiError) Error ¶
func (m ListSysuserReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListSysuserReplyValidationError ¶
type ListSysuserReplyValidationError struct {
// contains filtered or unexported fields
}
ListSysuserReplyValidationError is the validation error returned by ListSysuserReply.Validate if the designated constraints aren't met.
func (ListSysuserReplyValidationError) Cause ¶
func (e ListSysuserReplyValidationError) Cause() error
Cause function returns cause value.
func (ListSysuserReplyValidationError) Error ¶
func (e ListSysuserReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListSysuserReplyValidationError) ErrorName ¶
func (e ListSysuserReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListSysuserReplyValidationError) Field ¶
func (e ListSysuserReplyValidationError) Field() string
Field function returns field value.
func (ListSysuserReplyValidationError) Key ¶
func (e ListSysuserReplyValidationError) Key() bool
Key function returns key value.
func (ListSysuserReplyValidationError) Reason ¶
func (e ListSysuserReplyValidationError) Reason() string
Reason function returns reason value.
type ListSysuserRequest ¶
type ListSysuserRequest struct { PageNum int32 `protobuf:"varint,1,opt,name=pageNum,proto3" json:"pageNum,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ListSysuserRequest) Descriptor
deprecated
func (*ListSysuserRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSysuserRequest.ProtoReflect.Descriptor instead.
func (*ListSysuserRequest) GetPageNum ¶
func (x *ListSysuserRequest) GetPageNum() int32
func (*ListSysuserRequest) GetPageSize ¶
func (x *ListSysuserRequest) GetPageSize() int32
func (*ListSysuserRequest) GetPhone ¶
func (x *ListSysuserRequest) GetPhone() string
func (*ListSysuserRequest) GetStatus ¶
func (x *ListSysuserRequest) GetStatus() int32
func (*ListSysuserRequest) GetUsername ¶
func (x *ListSysuserRequest) GetUsername() string
func (*ListSysuserRequest) ProtoMessage ¶
func (*ListSysuserRequest) ProtoMessage()
func (*ListSysuserRequest) ProtoReflect ¶
func (x *ListSysuserRequest) ProtoReflect() protoreflect.Message
func (*ListSysuserRequest) Reset ¶
func (x *ListSysuserRequest) Reset()
func (*ListSysuserRequest) String ¶
func (x *ListSysuserRequest) String() string
func (*ListSysuserRequest) Validate ¶
func (m *ListSysuserRequest) Validate() error
Validate checks the field values on ListSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListSysuserRequest) ValidateAll ¶
func (m *ListSysuserRequest) ValidateAll() error
ValidateAll checks the field values on ListSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSysuserRequestMultiError, or nil if none found.
type ListSysuserRequestMultiError ¶
type ListSysuserRequestMultiError []error
ListSysuserRequestMultiError is an error wrapping multiple validation errors returned by ListSysuserRequest.ValidateAll() if the designated constraints aren't met.
func (ListSysuserRequestMultiError) AllErrors ¶
func (m ListSysuserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListSysuserRequestMultiError) Error ¶
func (m ListSysuserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListSysuserRequestValidationError ¶
type ListSysuserRequestValidationError struct {
// contains filtered or unexported fields
}
ListSysuserRequestValidationError is the validation error returned by ListSysuserRequest.Validate if the designated constraints aren't met.
func (ListSysuserRequestValidationError) Cause ¶
func (e ListSysuserRequestValidationError) Cause() error
Cause function returns cause value.
func (ListSysuserRequestValidationError) Error ¶
func (e ListSysuserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListSysuserRequestValidationError) ErrorName ¶
func (e ListSysuserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListSysuserRequestValidationError) Field ¶
func (e ListSysuserRequestValidationError) Field() string
Field function returns field value.
func (ListSysuserRequestValidationError) Key ¶
func (e ListSysuserRequestValidationError) Key() bool
Key function returns key value.
func (ListSysuserRequestValidationError) Reason ¶
func (e ListSysuserRequestValidationError) Reason() string
Reason function returns reason value.
type LoginReply ¶
type LoginReply struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Expire int64 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"` // contains filtered or unexported fields }
func (*LoginReply) Descriptor
deprecated
func (*LoginReply) Descriptor() ([]byte, []int)
Deprecated: Use LoginReply.ProtoReflect.Descriptor instead.
func (*LoginReply) GetExpire ¶
func (x *LoginReply) GetExpire() int64
func (*LoginReply) GetToken ¶
func (x *LoginReply) GetToken() string
func (*LoginReply) ProtoMessage ¶
func (*LoginReply) ProtoMessage()
func (*LoginReply) ProtoReflect ¶
func (x *LoginReply) ProtoReflect() protoreflect.Message
func (*LoginReply) Reset ¶
func (x *LoginReply) Reset()
func (*LoginReply) String ¶
func (x *LoginReply) String() string
func (*LoginReply) Validate ¶
func (m *LoginReply) Validate() error
Validate checks the field values on LoginReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginReply) ValidateAll ¶
func (m *LoginReply) ValidateAll() error
ValidateAll checks the field values on LoginReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginReplyMultiError, or nil if none found.
type LoginReplyMultiError ¶
type LoginReplyMultiError []error
LoginReplyMultiError is an error wrapping multiple validation errors returned by LoginReply.ValidateAll() if the designated constraints aren't met.
func (LoginReplyMultiError) AllErrors ¶
func (m LoginReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginReplyMultiError) Error ¶
func (m LoginReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginReplyValidationError ¶
type LoginReplyValidationError struct {
// contains filtered or unexported fields
}
LoginReplyValidationError is the validation error returned by LoginReply.Validate if the designated constraints aren't met.
func (LoginReplyValidationError) Cause ¶
func (e LoginReplyValidationError) Cause() error
Cause function returns cause value.
func (LoginReplyValidationError) Error ¶
func (e LoginReplyValidationError) Error() string
Error satisfies the builtin error interface
func (LoginReplyValidationError) ErrorName ¶
func (e LoginReplyValidationError) ErrorName() string
ErrorName returns error name.
func (LoginReplyValidationError) Field ¶
func (e LoginReplyValidationError) Field() string
Field function returns field value.
func (LoginReplyValidationError) Key ¶
func (e LoginReplyValidationError) Key() bool
Key function returns key value.
func (LoginReplyValidationError) Reason ¶
func (e LoginReplyValidationError) Reason() string
Reason function returns reason value.
type LoginRequest ¶
type LoginRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*LoginRequest) Descriptor
deprecated
func (*LoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.
func (*LoginRequest) GetCode ¶
func (x *LoginRequest) GetCode() string
func (*LoginRequest) GetPassword ¶
func (x *LoginRequest) GetPassword() string
func (*LoginRequest) GetUsername ¶
func (x *LoginRequest) GetUsername() string
func (*LoginRequest) ProtoMessage ¶
func (*LoginRequest) ProtoMessage()
func (*LoginRequest) ProtoReflect ¶
func (x *LoginRequest) ProtoReflect() protoreflect.Message
func (*LoginRequest) Reset ¶
func (x *LoginRequest) Reset()
func (*LoginRequest) String ¶
func (x *LoginRequest) String() string
func (*LoginRequest) Validate ¶
func (m *LoginRequest) Validate() error
Validate checks the field values on LoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginRequest) ValidateAll ¶
func (m *LoginRequest) ValidateAll() error
ValidateAll checks the field values on LoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginRequestMultiError, or nil if none found.
type LoginRequestMultiError ¶
type LoginRequestMultiError []error
LoginRequestMultiError is an error wrapping multiple validation errors returned by LoginRequest.ValidateAll() if the designated constraints aren't met.
func (LoginRequestMultiError) AllErrors ¶
func (m LoginRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginRequestMultiError) Error ¶
func (m LoginRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginRequestValidationError ¶
type LoginRequestValidationError struct {
// contains filtered or unexported fields
}
LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.
func (LoginRequestValidationError) Cause ¶
func (e LoginRequestValidationError) Cause() error
Cause function returns cause value.
func (LoginRequestValidationError) Error ¶
func (e LoginRequestValidationError) Error() string
Error satisfies the builtin error interface
func (LoginRequestValidationError) ErrorName ¶
func (e LoginRequestValidationError) ErrorName() string
ErrorName returns error name.
func (LoginRequestValidationError) Field ¶
func (e LoginRequestValidationError) Field() string
Field function returns field value.
func (LoginRequestValidationError) Key ¶
func (e LoginRequestValidationError) Key() bool
Key function returns key value.
func (LoginRequestValidationError) Reason ¶
func (e LoginRequestValidationError) Reason() string
Reason function returns reason value.
type LogoutReply ¶
type LogoutReply struct {
// contains filtered or unexported fields
}
func (*LogoutReply) Descriptor
deprecated
func (*LogoutReply) Descriptor() ([]byte, []int)
Deprecated: Use LogoutReply.ProtoReflect.Descriptor instead.
func (*LogoutReply) ProtoMessage ¶
func (*LogoutReply) ProtoMessage()
func (*LogoutReply) ProtoReflect ¶
func (x *LogoutReply) ProtoReflect() protoreflect.Message
func (*LogoutReply) Reset ¶
func (x *LogoutReply) Reset()
func (*LogoutReply) String ¶
func (x *LogoutReply) String() string
func (*LogoutReply) Validate ¶
func (m *LogoutReply) Validate() error
Validate checks the field values on LogoutReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LogoutReply) ValidateAll ¶
func (m *LogoutReply) ValidateAll() error
ValidateAll checks the field values on LogoutReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutReplyMultiError, or nil if none found.
type LogoutReplyMultiError ¶
type LogoutReplyMultiError []error
LogoutReplyMultiError is an error wrapping multiple validation errors returned by LogoutReply.ValidateAll() if the designated constraints aren't met.
func (LogoutReplyMultiError) AllErrors ¶
func (m LogoutReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LogoutReplyMultiError) Error ¶
func (m LogoutReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LogoutReplyValidationError ¶
type LogoutReplyValidationError struct {
// contains filtered or unexported fields
}
LogoutReplyValidationError is the validation error returned by LogoutReply.Validate if the designated constraints aren't met.
func (LogoutReplyValidationError) Cause ¶
func (e LogoutReplyValidationError) Cause() error
Cause function returns cause value.
func (LogoutReplyValidationError) Error ¶
func (e LogoutReplyValidationError) Error() string
Error satisfies the builtin error interface
func (LogoutReplyValidationError) ErrorName ¶
func (e LogoutReplyValidationError) ErrorName() string
ErrorName returns error name.
func (LogoutReplyValidationError) Field ¶
func (e LogoutReplyValidationError) Field() string
Field function returns field value.
func (LogoutReplyValidationError) Key ¶
func (e LogoutReplyValidationError) Key() bool
Key function returns key value.
func (LogoutReplyValidationError) Reason ¶
func (e LogoutReplyValidationError) Reason() string
Reason function returns reason value.
type LogoutRequest ¶
type LogoutRequest struct {
// contains filtered or unexported fields
}
func (*LogoutRequest) Descriptor
deprecated
func (*LogoutRequest) Descriptor() ([]byte, []int)
Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.
func (*LogoutRequest) ProtoMessage ¶
func (*LogoutRequest) ProtoMessage()
func (*LogoutRequest) ProtoReflect ¶
func (x *LogoutRequest) ProtoReflect() protoreflect.Message
func (*LogoutRequest) Reset ¶
func (x *LogoutRequest) Reset()
func (*LogoutRequest) String ¶
func (x *LogoutRequest) String() string
func (*LogoutRequest) Validate ¶
func (m *LogoutRequest) Validate() error
Validate checks the field values on LogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LogoutRequest) ValidateAll ¶
func (m *LogoutRequest) ValidateAll() error
ValidateAll checks the field values on LogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutRequestMultiError, or nil if none found.
type LogoutRequestMultiError ¶
type LogoutRequestMultiError []error
LogoutRequestMultiError is an error wrapping multiple validation errors returned by LogoutRequest.ValidateAll() if the designated constraints aren't met.
func (LogoutRequestMultiError) AllErrors ¶
func (m LogoutRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LogoutRequestMultiError) Error ¶
func (m LogoutRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LogoutRequestValidationError ¶
type LogoutRequestValidationError struct {
// contains filtered or unexported fields
}
LogoutRequestValidationError is the validation error returned by LogoutRequest.Validate if the designated constraints aren't met.
func (LogoutRequestValidationError) Cause ¶
func (e LogoutRequestValidationError) Cause() error
Cause function returns cause value.
func (LogoutRequestValidationError) Error ¶
func (e LogoutRequestValidationError) Error() string
Error satisfies the builtin error interface
func (LogoutRequestValidationError) ErrorName ¶
func (e LogoutRequestValidationError) ErrorName() string
ErrorName returns error name.
func (LogoutRequestValidationError) Field ¶
func (e LogoutRequestValidationError) Field() string
Field function returns field value.
func (LogoutRequestValidationError) Key ¶
func (e LogoutRequestValidationError) Key() bool
Key function returns key value.
func (LogoutRequestValidationError) Reason ¶
func (e LogoutRequestValidationError) Reason() string
Reason function returns reason value.
type MenuLabel ¶
type MenuLabel struct { MenuId int32 `protobuf:"varint,1,opt,name=menuId,proto3" json:"menuId,omitempty"` MenuName string `protobuf:"bytes,2,opt,name=menuName,proto3" json:"menuName,omitempty"` Children []*MenuLabel `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"` // contains filtered or unexported fields }
func (*MenuLabel) Descriptor
deprecated
func (*MenuLabel) GetChildren ¶
func (*MenuLabel) GetMenuName ¶
func (*MenuLabel) ProtoMessage ¶
func (*MenuLabel) ProtoMessage()
func (*MenuLabel) ProtoReflect ¶
func (x *MenuLabel) ProtoReflect() protoreflect.Message
func (*MenuLabel) Validate ¶
Validate checks the field values on MenuLabel with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MenuLabel) ValidateAll ¶
ValidateAll checks the field values on MenuLabel with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MenuLabelMultiError, or nil if none found.
type MenuLabelMultiError ¶
type MenuLabelMultiError []error
MenuLabelMultiError is an error wrapping multiple validation errors returned by MenuLabel.ValidateAll() if the designated constraints aren't met.
func (MenuLabelMultiError) AllErrors ¶
func (m MenuLabelMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MenuLabelMultiError) Error ¶
func (m MenuLabelMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MenuLabelValidationError ¶
type MenuLabelValidationError struct {
// contains filtered or unexported fields
}
MenuLabelValidationError is the validation error returned by MenuLabel.Validate if the designated constraints aren't met.
func (MenuLabelValidationError) Cause ¶
func (e MenuLabelValidationError) Cause() error
Cause function returns cause value.
func (MenuLabelValidationError) Error ¶
func (e MenuLabelValidationError) Error() string
Error satisfies the builtin error interface
func (MenuLabelValidationError) ErrorName ¶
func (e MenuLabelValidationError) ErrorName() string
ErrorName returns error name.
func (MenuLabelValidationError) Field ¶
func (e MenuLabelValidationError) Field() string
Field function returns field value.
func (MenuLabelValidationError) Key ¶
func (e MenuLabelValidationError) Key() bool
Key function returns key value.
func (MenuLabelValidationError) Reason ¶
func (e MenuLabelValidationError) Reason() string
Reason function returns reason value.
type MenuTree ¶
type MenuTree struct { MenuId int64 `protobuf:"varint,1,opt,name=menuId,proto3" json:"menuId,omitempty"` MenuName string `protobuf:"bytes,2,opt,name=menuName,proto3" json:"menuName,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` ParentId int64 `protobuf:"varint,4,opt,name=parentId,proto3" json:"parentId,omitempty"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"` Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"` Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"` Component string `protobuf:"bytes,8,opt,name=component,proto3" json:"component,omitempty"` IsIframe int32 `protobuf:"varint,9,opt,name=isIframe,proto3" json:"isIframe,omitempty"` IsLink string `protobuf:"bytes,10,opt,name=isLink,proto3" json:"isLink,omitempty"` MenuType string `protobuf:"bytes,11,opt,name=menuType,proto3" json:"menuType,omitempty"` IsHide int32 `protobuf:"varint,12,opt,name=isHide,proto3" json:"isHide,omitempty"` IsKeepAlive int32 `protobuf:"varint,13,opt,name=isKeepAlive,proto3" json:"isKeepAlive,omitempty"` IsAffix int32 `protobuf:"varint,14,opt,name=isAffix,proto3" json:"isAffix,omitempty"` Permission string `protobuf:"bytes,15,opt,name=permission,proto3" json:"permission,omitempty"` Status int32 `protobuf:"varint,16,opt,name=status,proto3" json:"status,omitempty"` CreateBy string `protobuf:"bytes,17,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,18,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,19,opt,name=remark,proto3" json:"remark,omitempty"` Children []*MenuTree `protobuf:"bytes,20,rep,name=children,proto3" json:"children,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*MenuTree) Descriptor
deprecated
func (*MenuTree) GetChildren ¶
func (*MenuTree) GetComponent ¶
func (*MenuTree) GetCreateBy ¶
func (*MenuTree) GetCreateTime ¶
func (x *MenuTree) GetCreateTime() *timestamppb.Timestamp
func (*MenuTree) GetIsAffix ¶
func (*MenuTree) GetIsIframe ¶
func (*MenuTree) GetIsKeepAlive ¶
func (*MenuTree) GetMenuName ¶
func (*MenuTree) GetMenuType ¶
func (*MenuTree) GetParentId ¶
func (*MenuTree) GetPermission ¶
func (*MenuTree) GetUpdateBy ¶
func (*MenuTree) GetUpdateTime ¶
func (x *MenuTree) GetUpdateTime() *timestamppb.Timestamp
func (*MenuTree) ProtoMessage ¶
func (*MenuTree) ProtoMessage()
func (*MenuTree) ProtoReflect ¶
func (x *MenuTree) ProtoReflect() protoreflect.Message
func (*MenuTree) Validate ¶
Validate checks the field values on MenuTree with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MenuTree) ValidateAll ¶
ValidateAll checks the field values on MenuTree with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MenuTreeMultiError, or nil if none found.
type MenuTreeAuth ¶
type MenuTreeAuth struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Redirect string `protobuf:"bytes,3,opt,name=redirect,proto3" json:"redirect,omitempty"` Component string `protobuf:"bytes,4,opt,name=component,proto3" json:"component,omitempty"` Meta *MenuTreeMeta `protobuf:"bytes,5,opt,name=meta,proto3" json:"meta,omitempty"` Children []*MenuTreeAuth `protobuf:"bytes,6,rep,name=children,proto3" json:"children,omitempty"` ParentId int64 `protobuf:"varint,7,opt,name=parentId,proto3" json:"parentId,omitempty"` // contains filtered or unexported fields }
func (*MenuTreeAuth) Descriptor
deprecated
func (*MenuTreeAuth) Descriptor() ([]byte, []int)
Deprecated: Use MenuTreeAuth.ProtoReflect.Descriptor instead.
func (*MenuTreeAuth) GetChildren ¶
func (x *MenuTreeAuth) GetChildren() []*MenuTreeAuth
func (*MenuTreeAuth) GetComponent ¶
func (x *MenuTreeAuth) GetComponent() string
func (*MenuTreeAuth) GetMeta ¶
func (x *MenuTreeAuth) GetMeta() *MenuTreeMeta
func (*MenuTreeAuth) GetName ¶
func (x *MenuTreeAuth) GetName() string
func (*MenuTreeAuth) GetParentId ¶
func (x *MenuTreeAuth) GetParentId() int64
func (*MenuTreeAuth) GetPath ¶
func (x *MenuTreeAuth) GetPath() string
func (*MenuTreeAuth) GetRedirect ¶
func (x *MenuTreeAuth) GetRedirect() string
func (*MenuTreeAuth) ProtoMessage ¶
func (*MenuTreeAuth) ProtoMessage()
func (*MenuTreeAuth) ProtoReflect ¶
func (x *MenuTreeAuth) ProtoReflect() protoreflect.Message
func (*MenuTreeAuth) Reset ¶
func (x *MenuTreeAuth) Reset()
func (*MenuTreeAuth) String ¶
func (x *MenuTreeAuth) String() string
func (*MenuTreeAuth) Validate ¶
func (m *MenuTreeAuth) Validate() error
Validate checks the field values on MenuTreeAuth with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MenuTreeAuth) ValidateAll ¶
func (m *MenuTreeAuth) ValidateAll() error
ValidateAll checks the field values on MenuTreeAuth with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MenuTreeAuthMultiError, or nil if none found.
type MenuTreeAuthMultiError ¶
type MenuTreeAuthMultiError []error
MenuTreeAuthMultiError is an error wrapping multiple validation errors returned by MenuTreeAuth.ValidateAll() if the designated constraints aren't met.
func (MenuTreeAuthMultiError) AllErrors ¶
func (m MenuTreeAuthMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MenuTreeAuthMultiError) Error ¶
func (m MenuTreeAuthMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MenuTreeAuthValidationError ¶
type MenuTreeAuthValidationError struct {
// contains filtered or unexported fields
}
MenuTreeAuthValidationError is the validation error returned by MenuTreeAuth.Validate if the designated constraints aren't met.
func (MenuTreeAuthValidationError) Cause ¶
func (e MenuTreeAuthValidationError) Cause() error
Cause function returns cause value.
func (MenuTreeAuthValidationError) Error ¶
func (e MenuTreeAuthValidationError) Error() string
Error satisfies the builtin error interface
func (MenuTreeAuthValidationError) ErrorName ¶
func (e MenuTreeAuthValidationError) ErrorName() string
ErrorName returns error name.
func (MenuTreeAuthValidationError) Field ¶
func (e MenuTreeAuthValidationError) Field() string
Field function returns field value.
func (MenuTreeAuthValidationError) Key ¶
func (e MenuTreeAuthValidationError) Key() bool
Key function returns key value.
func (MenuTreeAuthValidationError) Reason ¶
func (e MenuTreeAuthValidationError) Reason() string
Reason function returns reason value.
type MenuTreeMeta ¶
type MenuTreeMeta struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` IsLink bool `protobuf:"varint,2,opt,name=isLink,proto3" json:"isLink,omitempty"` IsHide bool `protobuf:"varint,3,opt,name=isHide,proto3" json:"isHide,omitempty"` IsKeepAlive bool `protobuf:"varint,4,opt,name=isKeepAlive,proto3" json:"isKeepAlive,omitempty"` IsAffix bool `protobuf:"varint,5,opt,name=isAffix,proto3" json:"isAffix,omitempty"` IsIframe bool `protobuf:"varint,6,opt,name=isIframe,proto3" json:"isIframe,omitempty"` Auth []string `protobuf:"bytes,7,rep,name=auth,proto3" json:"auth,omitempty"` Icon string `protobuf:"bytes,8,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
func (*MenuTreeMeta) Descriptor
deprecated
func (*MenuTreeMeta) Descriptor() ([]byte, []int)
Deprecated: Use MenuTreeMeta.ProtoReflect.Descriptor instead.
func (*MenuTreeMeta) GetAuth ¶
func (x *MenuTreeMeta) GetAuth() []string
func (*MenuTreeMeta) GetIcon ¶
func (x *MenuTreeMeta) GetIcon() string
func (*MenuTreeMeta) GetIsAffix ¶
func (x *MenuTreeMeta) GetIsAffix() bool
func (*MenuTreeMeta) GetIsHide ¶
func (x *MenuTreeMeta) GetIsHide() bool
func (*MenuTreeMeta) GetIsIframe ¶
func (x *MenuTreeMeta) GetIsIframe() bool
func (*MenuTreeMeta) GetIsKeepAlive ¶
func (x *MenuTreeMeta) GetIsKeepAlive() bool
func (*MenuTreeMeta) GetIsLink ¶
func (x *MenuTreeMeta) GetIsLink() bool
func (*MenuTreeMeta) GetTitle ¶
func (x *MenuTreeMeta) GetTitle() string
func (*MenuTreeMeta) ProtoMessage ¶
func (*MenuTreeMeta) ProtoMessage()
func (*MenuTreeMeta) ProtoReflect ¶
func (x *MenuTreeMeta) ProtoReflect() protoreflect.Message
func (*MenuTreeMeta) Reset ¶
func (x *MenuTreeMeta) Reset()
func (*MenuTreeMeta) String ¶
func (x *MenuTreeMeta) String() string
func (*MenuTreeMeta) Validate ¶
func (m *MenuTreeMeta) Validate() error
Validate checks the field values on MenuTreeMeta with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MenuTreeMeta) ValidateAll ¶
func (m *MenuTreeMeta) ValidateAll() error
ValidateAll checks the field values on MenuTreeMeta with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MenuTreeMetaMultiError, or nil if none found.
type MenuTreeMetaMultiError ¶
type MenuTreeMetaMultiError []error
MenuTreeMetaMultiError is an error wrapping multiple validation errors returned by MenuTreeMeta.ValidateAll() if the designated constraints aren't met.
func (MenuTreeMetaMultiError) AllErrors ¶
func (m MenuTreeMetaMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MenuTreeMetaMultiError) Error ¶
func (m MenuTreeMetaMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MenuTreeMetaValidationError ¶
type MenuTreeMetaValidationError struct {
// contains filtered or unexported fields
}
MenuTreeMetaValidationError is the validation error returned by MenuTreeMeta.Validate if the designated constraints aren't met.
func (MenuTreeMetaValidationError) Cause ¶
func (e MenuTreeMetaValidationError) Cause() error
Cause function returns cause value.
func (MenuTreeMetaValidationError) Error ¶
func (e MenuTreeMetaValidationError) Error() string
Error satisfies the builtin error interface
func (MenuTreeMetaValidationError) ErrorName ¶
func (e MenuTreeMetaValidationError) ErrorName() string
ErrorName returns error name.
func (MenuTreeMetaValidationError) Field ¶
func (e MenuTreeMetaValidationError) Field() string
Field function returns field value.
func (MenuTreeMetaValidationError) Key ¶
func (e MenuTreeMetaValidationError) Key() bool
Key function returns key value.
func (MenuTreeMetaValidationError) Reason ¶
func (e MenuTreeMetaValidationError) Reason() string
Reason function returns reason value.
type MenuTreeMultiError ¶
type MenuTreeMultiError []error
MenuTreeMultiError is an error wrapping multiple validation errors returned by MenuTree.ValidateAll() if the designated constraints aren't met.
func (MenuTreeMultiError) AllErrors ¶
func (m MenuTreeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MenuTreeMultiError) Error ¶
func (m MenuTreeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MenuTreeValidationError ¶
type MenuTreeValidationError struct {
// contains filtered or unexported fields
}
MenuTreeValidationError is the validation error returned by MenuTree.Validate if the designated constraints aren't met.
func (MenuTreeValidationError) Cause ¶
func (e MenuTreeValidationError) Cause() error
Cause function returns cause value.
func (MenuTreeValidationError) Error ¶
func (e MenuTreeValidationError) Error() string
Error satisfies the builtin error interface
func (MenuTreeValidationError) ErrorName ¶
func (e MenuTreeValidationError) ErrorName() string
ErrorName returns error name.
func (MenuTreeValidationError) Field ¶
func (e MenuTreeValidationError) Field() string
Field function returns field value.
func (MenuTreeValidationError) Key ¶
func (e MenuTreeValidationError) Key() bool
Key function returns key value.
func (MenuTreeValidationError) Reason ¶
func (e MenuTreeValidationError) Reason() string
Reason function returns reason value.
type MenusClient ¶
type MenusClient interface { // 创建菜单 CreateMenus(ctx context.Context, in *CreateMenusRequest, opts ...grpc.CallOption) (*CreateMenusReply, error) // 菜单列表 ListMenus(ctx context.Context, in *ListMenusRequest, opts ...grpc.CallOption) (*ListMenusReply, error) // 获取菜单关系结构 GetMenusTree(ctx context.Context, in *GetMenusTreeRequest, opts ...grpc.CallOption) (*GetMenusTreeReply, error) // 更新菜单 UpdateMenus(ctx context.Context, in *UpdateMenusRequest, opts ...grpc.CallOption) (*UpdateMenusReply, error) // 删除菜单 DeleteMenus(ctx context.Context, in *DeleteMenusRequest, opts ...grpc.CallOption) (*DeleteMenusReply, error) // 获取菜单 GetMenus(ctx context.Context, in *GetMenusRequest, opts ...grpc.CallOption) (*GetMenusReply, error) // 获取角色菜单树 RoleMenuTreeSelect(ctx context.Context, in *RoleMenuTreeSelectRequest, opts ...grpc.CallOption) (*RoleMenuTreeSelectReply, error) }
MenusClient is the client API for Menus service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMenusClient ¶
func NewMenusClient(cc grpc.ClientConnInterface) MenusClient
type MenusHTTPClient ¶
type MenusHTTPClient interface { CreateMenus(ctx context.Context, req *CreateMenusRequest, opts ...http.CallOption) (rsp *CreateMenusReply, err error) DeleteMenus(ctx context.Context, req *DeleteMenusRequest, opts ...http.CallOption) (rsp *DeleteMenusReply, err error) GetMenus(ctx context.Context, req *GetMenusRequest, opts ...http.CallOption) (rsp *GetMenusReply, err error) GetMenusTree(ctx context.Context, req *GetMenusTreeRequest, opts ...http.CallOption) (rsp *GetMenusTreeReply, err error) ListMenus(ctx context.Context, req *ListMenusRequest, opts ...http.CallOption) (rsp *ListMenusReply, err error) RoleMenuTreeSelect(ctx context.Context, req *RoleMenuTreeSelectRequest, opts ...http.CallOption) (rsp *RoleMenuTreeSelectReply, err error) UpdateMenus(ctx context.Context, req *UpdateMenusRequest, opts ...http.CallOption) (rsp *UpdateMenusReply, err error) }
func NewMenusHTTPClient ¶
func NewMenusHTTPClient(client *http.Client) MenusHTTPClient
type MenusHTTPClientImpl ¶
type MenusHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*MenusHTTPClientImpl) CreateMenus ¶
func (c *MenusHTTPClientImpl) CreateMenus(ctx context.Context, in *CreateMenusRequest, opts ...http.CallOption) (*CreateMenusReply, error)
func (*MenusHTTPClientImpl) DeleteMenus ¶
func (c *MenusHTTPClientImpl) DeleteMenus(ctx context.Context, in *DeleteMenusRequest, opts ...http.CallOption) (*DeleteMenusReply, error)
func (*MenusHTTPClientImpl) GetMenus ¶
func (c *MenusHTTPClientImpl) GetMenus(ctx context.Context, in *GetMenusRequest, opts ...http.CallOption) (*GetMenusReply, error)
func (*MenusHTTPClientImpl) GetMenusTree ¶
func (c *MenusHTTPClientImpl) GetMenusTree(ctx context.Context, in *GetMenusTreeRequest, opts ...http.CallOption) (*GetMenusTreeReply, error)
func (*MenusHTTPClientImpl) ListMenus ¶
func (c *MenusHTTPClientImpl) ListMenus(ctx context.Context, in *ListMenusRequest, opts ...http.CallOption) (*ListMenusReply, error)
func (*MenusHTTPClientImpl) RoleMenuTreeSelect ¶
func (c *MenusHTTPClientImpl) RoleMenuTreeSelect(ctx context.Context, in *RoleMenuTreeSelectRequest, opts ...http.CallOption) (*RoleMenuTreeSelectReply, error)
func (*MenusHTTPClientImpl) UpdateMenus ¶
func (c *MenusHTTPClientImpl) UpdateMenus(ctx context.Context, in *UpdateMenusRequest, opts ...http.CallOption) (*UpdateMenusReply, error)
type MenusHTTPServer ¶
type MenusHTTPServer interface { // CreateMenus 创建菜单 CreateMenus(context.Context, *CreateMenusRequest) (*CreateMenusReply, error) // DeleteMenus 删除菜单 DeleteMenus(context.Context, *DeleteMenusRequest) (*DeleteMenusReply, error) // GetMenus 获取菜单 GetMenus(context.Context, *GetMenusRequest) (*GetMenusReply, error) // GetMenusTree 获取菜单关系结构 GetMenusTree(context.Context, *GetMenusTreeRequest) (*GetMenusTreeReply, error) // ListMenus 菜单列表 ListMenus(context.Context, *ListMenusRequest) (*ListMenusReply, error) // RoleMenuTreeSelect 获取角色菜单树 RoleMenuTreeSelect(context.Context, *RoleMenuTreeSelectRequest) (*RoleMenuTreeSelectReply, error) // UpdateMenus 更新菜单 UpdateMenus(context.Context, *UpdateMenusRequest) (*UpdateMenusReply, error) }
type MenusServer ¶
type MenusServer interface { // 创建菜单 CreateMenus(context.Context, *CreateMenusRequest) (*CreateMenusReply, error) // 菜单列表 ListMenus(context.Context, *ListMenusRequest) (*ListMenusReply, error) // 获取菜单关系结构 GetMenusTree(context.Context, *GetMenusTreeRequest) (*GetMenusTreeReply, error) // 更新菜单 UpdateMenus(context.Context, *UpdateMenusRequest) (*UpdateMenusReply, error) // 删除菜单 DeleteMenus(context.Context, *DeleteMenusRequest) (*DeleteMenusReply, error) // 获取菜单 GetMenus(context.Context, *GetMenusRequest) (*GetMenusReply, error) // 获取角色菜单树 RoleMenuTreeSelect(context.Context, *RoleMenuTreeSelectRequest) (*RoleMenuTreeSelectReply, error) // contains filtered or unexported methods }
MenusServer is the server API for Menus service. All implementations must embed UnimplementedMenusServer for forward compatibility
type PostData ¶
type PostData struct { PostId int64 `protobuf:"varint,1,opt,name=postId,proto3" json:"postId,omitempty"` PostName string `protobuf:"bytes,3,opt,name=postName,proto3" json:"postName,omitempty"` PostCode string `protobuf:"bytes,4,opt,name=postCode,proto3" json:"postCode,omitempty"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"` Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"` CreateBy string `protobuf:"bytes,8,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,9,opt,name=updateBy,proto3" json:"updateBy,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*PostData) Descriptor
deprecated
func (*PostData) GetCreateBy ¶
func (*PostData) GetCreateTime ¶
func (x *PostData) GetCreateTime() *timestamppb.Timestamp
func (*PostData) GetPostCode ¶
func (*PostData) GetPostName ¶
func (*PostData) GetUpdateBy ¶
func (*PostData) GetUpdateTime ¶
func (x *PostData) GetUpdateTime() *timestamppb.Timestamp
func (*PostData) ProtoMessage ¶
func (*PostData) ProtoMessage()
func (*PostData) ProtoReflect ¶
func (x *PostData) ProtoReflect() protoreflect.Message
func (*PostData) Validate ¶
Validate checks the field values on PostData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PostData) ValidateAll ¶
ValidateAll checks the field values on PostData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PostDataMultiError, or nil if none found.
type PostDataMultiError ¶
type PostDataMultiError []error
PostDataMultiError is an error wrapping multiple validation errors returned by PostData.ValidateAll() if the designated constraints aren't met.
func (PostDataMultiError) AllErrors ¶
func (m PostDataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PostDataMultiError) Error ¶
func (m PostDataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PostDataValidationError ¶
type PostDataValidationError struct {
// contains filtered or unexported fields
}
PostDataValidationError is the validation error returned by PostData.Validate if the designated constraints aren't met.
func (PostDataValidationError) Cause ¶
func (e PostDataValidationError) Cause() error
Cause function returns cause value.
func (PostDataValidationError) Error ¶
func (e PostDataValidationError) Error() string
Error satisfies the builtin error interface
func (PostDataValidationError) ErrorName ¶
func (e PostDataValidationError) ErrorName() string
ErrorName returns error name.
func (PostDataValidationError) Field ¶
func (e PostDataValidationError) Field() string
Field function returns field value.
func (PostDataValidationError) Key ¶
func (e PostDataValidationError) Key() bool
Key function returns key value.
func (PostDataValidationError) Reason ¶
func (e PostDataValidationError) Reason() string
Reason function returns reason value.
type RoleData ¶
type RoleData struct { RoleId int64 `protobuf:"varint,1,opt,name=roleId,proto3" json:"roleId,omitempty"` RoleName string `protobuf:"bytes,2,opt,name=roleName,proto3" json:"roleName,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` RoleKey string `protobuf:"bytes,4,opt,name=roleKey,proto3" json:"roleKey,omitempty"` RoleSort int32 `protobuf:"varint,5,opt,name=roleSort,proto3" json:"roleSort,omitempty"` DataScope int64 `protobuf:"varint,6,opt,name=dataScope,proto3" json:"dataScope,omitempty"` CreateBy string `protobuf:"bytes,7,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,8,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark,omitempty"` MenuIds []int32 `protobuf:"varint,10,rep,packed,name=menuIds,proto3" json:"menuIds,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*RoleData) Descriptor
deprecated
func (*RoleData) GetCreateBy ¶
func (*RoleData) GetCreateTime ¶
func (x *RoleData) GetCreateTime() *timestamppb.Timestamp
func (*RoleData) GetDataScope ¶
func (*RoleData) GetMenuIds ¶
func (*RoleData) GetRoleKey ¶
func (*RoleData) GetRoleName ¶
func (*RoleData) GetRoleSort ¶
func (*RoleData) GetUpdateBy ¶
func (*RoleData) GetUpdateTime ¶
func (x *RoleData) GetUpdateTime() *timestamppb.Timestamp
func (*RoleData) ProtoMessage ¶
func (*RoleData) ProtoMessage()
func (*RoleData) ProtoReflect ¶
func (x *RoleData) ProtoReflect() protoreflect.Message
func (*RoleData) Validate ¶
Validate checks the field values on RoleData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RoleData) ValidateAll ¶
ValidateAll checks the field values on RoleData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoleDataMultiError, or nil if none found.
type RoleDataMultiError ¶
type RoleDataMultiError []error
RoleDataMultiError is an error wrapping multiple validation errors returned by RoleData.ValidateAll() if the designated constraints aren't met.
func (RoleDataMultiError) AllErrors ¶
func (m RoleDataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RoleDataMultiError) Error ¶
func (m RoleDataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RoleDataValidationError ¶
type RoleDataValidationError struct {
// contains filtered or unexported fields
}
RoleDataValidationError is the validation error returned by RoleData.Validate if the designated constraints aren't met.
func (RoleDataValidationError) Cause ¶
func (e RoleDataValidationError) Cause() error
Cause function returns cause value.
func (RoleDataValidationError) Error ¶
func (e RoleDataValidationError) Error() string
Error satisfies the builtin error interface
func (RoleDataValidationError) ErrorName ¶
func (e RoleDataValidationError) ErrorName() string
ErrorName returns error name.
func (RoleDataValidationError) Field ¶
func (e RoleDataValidationError) Field() string
Field function returns field value.
func (RoleDataValidationError) Key ¶
func (e RoleDataValidationError) Key() bool
Key function returns key value.
func (RoleDataValidationError) Reason ¶
func (e RoleDataValidationError) Reason() string
Reason function returns reason value.
type RoleDeptTreeSelectReply ¶
type RoleDeptTreeSelectReply struct { CheckedKeys []int32 `protobuf:"varint,1,rep,packed,name=checkedKeys,proto3" json:"checkedKeys,omitempty"` Depts []*DeptLabel `protobuf:"bytes,2,rep,name=depts,proto3" json:"depts,omitempty"` // contains filtered or unexported fields }
func (*RoleDeptTreeSelectReply) Descriptor
deprecated
func (*RoleDeptTreeSelectReply) Descriptor() ([]byte, []int)
Deprecated: Use RoleDeptTreeSelectReply.ProtoReflect.Descriptor instead.
func (*RoleDeptTreeSelectReply) GetCheckedKeys ¶
func (x *RoleDeptTreeSelectReply) GetCheckedKeys() []int32
func (*RoleDeptTreeSelectReply) GetDepts ¶
func (x *RoleDeptTreeSelectReply) GetDepts() []*DeptLabel
func (*RoleDeptTreeSelectReply) ProtoMessage ¶
func (*RoleDeptTreeSelectReply) ProtoMessage()
func (*RoleDeptTreeSelectReply) ProtoReflect ¶
func (x *RoleDeptTreeSelectReply) ProtoReflect() protoreflect.Message
func (*RoleDeptTreeSelectReply) Reset ¶
func (x *RoleDeptTreeSelectReply) Reset()
func (*RoleDeptTreeSelectReply) String ¶
func (x *RoleDeptTreeSelectReply) String() string
func (*RoleDeptTreeSelectReply) Validate ¶
func (m *RoleDeptTreeSelectReply) Validate() error
Validate checks the field values on RoleDeptTreeSelectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RoleDeptTreeSelectReply) ValidateAll ¶
func (m *RoleDeptTreeSelectReply) ValidateAll() error
ValidateAll checks the field values on RoleDeptTreeSelectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoleDeptTreeSelectReplyMultiError, or nil if none found.
type RoleDeptTreeSelectReplyMultiError ¶
type RoleDeptTreeSelectReplyMultiError []error
RoleDeptTreeSelectReplyMultiError is an error wrapping multiple validation errors returned by RoleDeptTreeSelectReply.ValidateAll() if the designated constraints aren't met.
func (RoleDeptTreeSelectReplyMultiError) AllErrors ¶
func (m RoleDeptTreeSelectReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RoleDeptTreeSelectReplyMultiError) Error ¶
func (m RoleDeptTreeSelectReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RoleDeptTreeSelectReplyValidationError ¶
type RoleDeptTreeSelectReplyValidationError struct {
// contains filtered or unexported fields
}
RoleDeptTreeSelectReplyValidationError is the validation error returned by RoleDeptTreeSelectReply.Validate if the designated constraints aren't met.
func (RoleDeptTreeSelectReplyValidationError) Cause ¶
func (e RoleDeptTreeSelectReplyValidationError) Cause() error
Cause function returns cause value.
func (RoleDeptTreeSelectReplyValidationError) Error ¶
func (e RoleDeptTreeSelectReplyValidationError) Error() string
Error satisfies the builtin error interface
func (RoleDeptTreeSelectReplyValidationError) ErrorName ¶
func (e RoleDeptTreeSelectReplyValidationError) ErrorName() string
ErrorName returns error name.
func (RoleDeptTreeSelectReplyValidationError) Field ¶
func (e RoleDeptTreeSelectReplyValidationError) Field() string
Field function returns field value.
func (RoleDeptTreeSelectReplyValidationError) Key ¶
func (e RoleDeptTreeSelectReplyValidationError) Key() bool
Key function returns key value.
func (RoleDeptTreeSelectReplyValidationError) Reason ¶
func (e RoleDeptTreeSelectReplyValidationError) Reason() string
Reason function returns reason value.
type RoleDeptTreeSelectRequest ¶
type RoleDeptTreeSelectRequest struct { RoleId int32 `protobuf:"varint,1,opt,name=roleId,proto3" json:"roleId,omitempty"` // contains filtered or unexported fields }
func (*RoleDeptTreeSelectRequest) Descriptor
deprecated
func (*RoleDeptTreeSelectRequest) Descriptor() ([]byte, []int)
Deprecated: Use RoleDeptTreeSelectRequest.ProtoReflect.Descriptor instead.
func (*RoleDeptTreeSelectRequest) GetRoleId ¶
func (x *RoleDeptTreeSelectRequest) GetRoleId() int32
func (*RoleDeptTreeSelectRequest) ProtoMessage ¶
func (*RoleDeptTreeSelectRequest) ProtoMessage()
func (*RoleDeptTreeSelectRequest) ProtoReflect ¶
func (x *RoleDeptTreeSelectRequest) ProtoReflect() protoreflect.Message
func (*RoleDeptTreeSelectRequest) Reset ¶
func (x *RoleDeptTreeSelectRequest) Reset()
func (*RoleDeptTreeSelectRequest) String ¶
func (x *RoleDeptTreeSelectRequest) String() string
func (*RoleDeptTreeSelectRequest) Validate ¶
func (m *RoleDeptTreeSelectRequest) Validate() error
Validate checks the field values on RoleDeptTreeSelectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RoleDeptTreeSelectRequest) ValidateAll ¶
func (m *RoleDeptTreeSelectRequest) ValidateAll() error
ValidateAll checks the field values on RoleDeptTreeSelectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoleDeptTreeSelectRequestMultiError, or nil if none found.
type RoleDeptTreeSelectRequestMultiError ¶
type RoleDeptTreeSelectRequestMultiError []error
RoleDeptTreeSelectRequestMultiError is an error wrapping multiple validation errors returned by RoleDeptTreeSelectRequest.ValidateAll() if the designated constraints aren't met.
func (RoleDeptTreeSelectRequestMultiError) AllErrors ¶
func (m RoleDeptTreeSelectRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RoleDeptTreeSelectRequestMultiError) Error ¶
func (m RoleDeptTreeSelectRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RoleDeptTreeSelectRequestValidationError ¶
type RoleDeptTreeSelectRequestValidationError struct {
// contains filtered or unexported fields
}
RoleDeptTreeSelectRequestValidationError is the validation error returned by RoleDeptTreeSelectRequest.Validate if the designated constraints aren't met.
func (RoleDeptTreeSelectRequestValidationError) Cause ¶
func (e RoleDeptTreeSelectRequestValidationError) Cause() error
Cause function returns cause value.
func (RoleDeptTreeSelectRequestValidationError) Error ¶
func (e RoleDeptTreeSelectRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RoleDeptTreeSelectRequestValidationError) ErrorName ¶
func (e RoleDeptTreeSelectRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RoleDeptTreeSelectRequestValidationError) Field ¶
func (e RoleDeptTreeSelectRequestValidationError) Field() string
Field function returns field value.
func (RoleDeptTreeSelectRequestValidationError) Key ¶
func (e RoleDeptTreeSelectRequestValidationError) Key() bool
Key function returns key value.
func (RoleDeptTreeSelectRequestValidationError) Reason ¶
func (e RoleDeptTreeSelectRequestValidationError) Reason() string
Reason function returns reason value.
type RoleMenuTreeSelectReply ¶
type RoleMenuTreeSelectReply struct { CheckedKeys []int32 `protobuf:"varint,1,rep,packed,name=checkedKeys,proto3" json:"checkedKeys,omitempty"` Menus []*MenuLabel `protobuf:"bytes,2,rep,name=menus,proto3" json:"menus,omitempty"` // contains filtered or unexported fields }
func (*RoleMenuTreeSelectReply) Descriptor
deprecated
func (*RoleMenuTreeSelectReply) Descriptor() ([]byte, []int)
Deprecated: Use RoleMenuTreeSelectReply.ProtoReflect.Descriptor instead.
func (*RoleMenuTreeSelectReply) GetCheckedKeys ¶
func (x *RoleMenuTreeSelectReply) GetCheckedKeys() []int32
func (*RoleMenuTreeSelectReply) GetMenus ¶
func (x *RoleMenuTreeSelectReply) GetMenus() []*MenuLabel
func (*RoleMenuTreeSelectReply) ProtoMessage ¶
func (*RoleMenuTreeSelectReply) ProtoMessage()
func (*RoleMenuTreeSelectReply) ProtoReflect ¶
func (x *RoleMenuTreeSelectReply) ProtoReflect() protoreflect.Message
func (*RoleMenuTreeSelectReply) Reset ¶
func (x *RoleMenuTreeSelectReply) Reset()
func (*RoleMenuTreeSelectReply) String ¶
func (x *RoleMenuTreeSelectReply) String() string
func (*RoleMenuTreeSelectReply) Validate ¶
func (m *RoleMenuTreeSelectReply) Validate() error
Validate checks the field values on RoleMenuTreeSelectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RoleMenuTreeSelectReply) ValidateAll ¶
func (m *RoleMenuTreeSelectReply) ValidateAll() error
ValidateAll checks the field values on RoleMenuTreeSelectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoleMenuTreeSelectReplyMultiError, or nil if none found.
type RoleMenuTreeSelectReplyMultiError ¶
type RoleMenuTreeSelectReplyMultiError []error
RoleMenuTreeSelectReplyMultiError is an error wrapping multiple validation errors returned by RoleMenuTreeSelectReply.ValidateAll() if the designated constraints aren't met.
func (RoleMenuTreeSelectReplyMultiError) AllErrors ¶
func (m RoleMenuTreeSelectReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RoleMenuTreeSelectReplyMultiError) Error ¶
func (m RoleMenuTreeSelectReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RoleMenuTreeSelectReplyValidationError ¶
type RoleMenuTreeSelectReplyValidationError struct {
// contains filtered or unexported fields
}
RoleMenuTreeSelectReplyValidationError is the validation error returned by RoleMenuTreeSelectReply.Validate if the designated constraints aren't met.
func (RoleMenuTreeSelectReplyValidationError) Cause ¶
func (e RoleMenuTreeSelectReplyValidationError) Cause() error
Cause function returns cause value.
func (RoleMenuTreeSelectReplyValidationError) Error ¶
func (e RoleMenuTreeSelectReplyValidationError) Error() string
Error satisfies the builtin error interface
func (RoleMenuTreeSelectReplyValidationError) ErrorName ¶
func (e RoleMenuTreeSelectReplyValidationError) ErrorName() string
ErrorName returns error name.
func (RoleMenuTreeSelectReplyValidationError) Field ¶
func (e RoleMenuTreeSelectReplyValidationError) Field() string
Field function returns field value.
func (RoleMenuTreeSelectReplyValidationError) Key ¶
func (e RoleMenuTreeSelectReplyValidationError) Key() bool
Key function returns key value.
func (RoleMenuTreeSelectReplyValidationError) Reason ¶
func (e RoleMenuTreeSelectReplyValidationError) Reason() string
Reason function returns reason value.
type RoleMenuTreeSelectRequest ¶
type RoleMenuTreeSelectRequest struct { RoleId int64 `protobuf:"varint,1,opt,name=roleId,proto3" json:"roleId,omitempty"` // contains filtered or unexported fields }
func (*RoleMenuTreeSelectRequest) Descriptor
deprecated
func (*RoleMenuTreeSelectRequest) Descriptor() ([]byte, []int)
Deprecated: Use RoleMenuTreeSelectRequest.ProtoReflect.Descriptor instead.
func (*RoleMenuTreeSelectRequest) GetRoleId ¶
func (x *RoleMenuTreeSelectRequest) GetRoleId() int64
func (*RoleMenuTreeSelectRequest) ProtoMessage ¶
func (*RoleMenuTreeSelectRequest) ProtoMessage()
func (*RoleMenuTreeSelectRequest) ProtoReflect ¶
func (x *RoleMenuTreeSelectRequest) ProtoReflect() protoreflect.Message
func (*RoleMenuTreeSelectRequest) Reset ¶
func (x *RoleMenuTreeSelectRequest) Reset()
func (*RoleMenuTreeSelectRequest) String ¶
func (x *RoleMenuTreeSelectRequest) String() string
func (*RoleMenuTreeSelectRequest) Validate ¶
func (m *RoleMenuTreeSelectRequest) Validate() error
Validate checks the field values on RoleMenuTreeSelectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RoleMenuTreeSelectRequest) ValidateAll ¶
func (m *RoleMenuTreeSelectRequest) ValidateAll() error
ValidateAll checks the field values on RoleMenuTreeSelectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoleMenuTreeSelectRequestMultiError, or nil if none found.
type RoleMenuTreeSelectRequestMultiError ¶
type RoleMenuTreeSelectRequestMultiError []error
RoleMenuTreeSelectRequestMultiError is an error wrapping multiple validation errors returned by RoleMenuTreeSelectRequest.ValidateAll() if the designated constraints aren't met.
func (RoleMenuTreeSelectRequestMultiError) AllErrors ¶
func (m RoleMenuTreeSelectRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RoleMenuTreeSelectRequestMultiError) Error ¶
func (m RoleMenuTreeSelectRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RoleMenuTreeSelectRequestValidationError ¶
type RoleMenuTreeSelectRequestValidationError struct {
// contains filtered or unexported fields
}
RoleMenuTreeSelectRequestValidationError is the validation error returned by RoleMenuTreeSelectRequest.Validate if the designated constraints aren't met.
func (RoleMenuTreeSelectRequestValidationError) Cause ¶
func (e RoleMenuTreeSelectRequestValidationError) Cause() error
Cause function returns cause value.
func (RoleMenuTreeSelectRequestValidationError) Error ¶
func (e RoleMenuTreeSelectRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RoleMenuTreeSelectRequestValidationError) ErrorName ¶
func (e RoleMenuTreeSelectRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RoleMenuTreeSelectRequestValidationError) Field ¶
func (e RoleMenuTreeSelectRequestValidationError) Field() string
Field function returns field value.
func (RoleMenuTreeSelectRequestValidationError) Key ¶
func (e RoleMenuTreeSelectRequestValidationError) Key() bool
Key function returns key value.
func (RoleMenuTreeSelectRequestValidationError) Reason ¶
func (e RoleMenuTreeSelectRequestValidationError) Reason() string
Reason function returns reason value.
type RolesClient ¶
type RolesClient interface { // 创建角色 CreateRoles(ctx context.Context, in *CreateRolesRequest, opts ...grpc.CallOption) (*CreateRolesReply, error) // 更新角色 UpdateRoles(ctx context.Context, in *UpdateRolesRequest, opts ...grpc.CallOption) (*UpdateRolesReply, error) // 角色列表 ListRoles(ctx context.Context, in *ListRolesRequest, opts ...grpc.CallOption) (*ListRolesReply, error) // 全部角色选项 Roles(ctx context.Context, in *ListRolesRequest, opts ...grpc.CallOption) (*ListRolesReply, error) // 更改角色状态 ChangeRoleStatus(ctx context.Context, in *ChangeRoleStatusRequest, opts ...grpc.CallOption) (*ChangeRoleStatusReply, error) // 更改角色数据范围 DataScope(ctx context.Context, in *DataScopeRequest, opts ...grpc.CallOption) (*DataScopeReply, error) // 删除角色 DeleteRoles(ctx context.Context, in *DeleteRolesRequest, opts ...grpc.CallOption) (*DeleteRolesReply, error) // 获取角色 GetRoles(ctx context.Context, in *GetRolesRequest, opts ...grpc.CallOption) (*GetRolesReply, error) }
RolesClient is the client API for Roles service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRolesClient ¶
func NewRolesClient(cc grpc.ClientConnInterface) RolesClient
type RolesHTTPClient ¶
type RolesHTTPClient interface { ChangeRoleStatus(ctx context.Context, req *ChangeRoleStatusRequest, opts ...http.CallOption) (rsp *ChangeRoleStatusReply, err error) CreateRoles(ctx context.Context, req *CreateRolesRequest, opts ...http.CallOption) (rsp *CreateRolesReply, err error) DataScope(ctx context.Context, req *DataScopeRequest, opts ...http.CallOption) (rsp *DataScopeReply, err error) DeleteRoles(ctx context.Context, req *DeleteRolesRequest, opts ...http.CallOption) (rsp *DeleteRolesReply, err error) GetRoles(ctx context.Context, req *GetRolesRequest, opts ...http.CallOption) (rsp *GetRolesReply, err error) ListRoles(ctx context.Context, req *ListRolesRequest, opts ...http.CallOption) (rsp *ListRolesReply, err error) Roles(ctx context.Context, req *ListRolesRequest, opts ...http.CallOption) (rsp *ListRolesReply, err error) UpdateRoles(ctx context.Context, req *UpdateRolesRequest, opts ...http.CallOption) (rsp *UpdateRolesReply, err error) }
func NewRolesHTTPClient ¶
func NewRolesHTTPClient(client *http.Client) RolesHTTPClient
type RolesHTTPClientImpl ¶
type RolesHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*RolesHTTPClientImpl) ChangeRoleStatus ¶
func (c *RolesHTTPClientImpl) ChangeRoleStatus(ctx context.Context, in *ChangeRoleStatusRequest, opts ...http.CallOption) (*ChangeRoleStatusReply, error)
func (*RolesHTTPClientImpl) CreateRoles ¶
func (c *RolesHTTPClientImpl) CreateRoles(ctx context.Context, in *CreateRolesRequest, opts ...http.CallOption) (*CreateRolesReply, error)
func (*RolesHTTPClientImpl) DataScope ¶
func (c *RolesHTTPClientImpl) DataScope(ctx context.Context, in *DataScopeRequest, opts ...http.CallOption) (*DataScopeReply, error)
func (*RolesHTTPClientImpl) DeleteRoles ¶
func (c *RolesHTTPClientImpl) DeleteRoles(ctx context.Context, in *DeleteRolesRequest, opts ...http.CallOption) (*DeleteRolesReply, error)
func (*RolesHTTPClientImpl) GetRoles ¶
func (c *RolesHTTPClientImpl) GetRoles(ctx context.Context, in *GetRolesRequest, opts ...http.CallOption) (*GetRolesReply, error)
func (*RolesHTTPClientImpl) ListRoles ¶
func (c *RolesHTTPClientImpl) ListRoles(ctx context.Context, in *ListRolesRequest, opts ...http.CallOption) (*ListRolesReply, error)
func (*RolesHTTPClientImpl) Roles ¶
func (c *RolesHTTPClientImpl) Roles(ctx context.Context, in *ListRolesRequest, opts ...http.CallOption) (*ListRolesReply, error)
func (*RolesHTTPClientImpl) UpdateRoles ¶
func (c *RolesHTTPClientImpl) UpdateRoles(ctx context.Context, in *UpdateRolesRequest, opts ...http.CallOption) (*UpdateRolesReply, error)
type RolesHTTPServer ¶
type RolesHTTPServer interface { // ChangeRoleStatus 更改角色状态 ChangeRoleStatus(context.Context, *ChangeRoleStatusRequest) (*ChangeRoleStatusReply, error) // CreateRoles 创建角色 CreateRoles(context.Context, *CreateRolesRequest) (*CreateRolesReply, error) // DataScope 更改角色数据范围 DataScope(context.Context, *DataScopeRequest) (*DataScopeReply, error) // DeleteRoles 删除角色 DeleteRoles(context.Context, *DeleteRolesRequest) (*DeleteRolesReply, error) // GetRoles 获取角色 GetRoles(context.Context, *GetRolesRequest) (*GetRolesReply, error) // ListRoles 角色列表 ListRoles(context.Context, *ListRolesRequest) (*ListRolesReply, error) // Roles 全部角色选项 Roles(context.Context, *ListRolesRequest) (*ListRolesReply, error) // UpdateRoles 更新角色 UpdateRoles(context.Context, *UpdateRolesRequest) (*UpdateRolesReply, error) }
type RolesServer ¶
type RolesServer interface { // 创建角色 CreateRoles(context.Context, *CreateRolesRequest) (*CreateRolesReply, error) // 更新角色 UpdateRoles(context.Context, *UpdateRolesRequest) (*UpdateRolesReply, error) // 角色列表 ListRoles(context.Context, *ListRolesRequest) (*ListRolesReply, error) // 全部角色选项 Roles(context.Context, *ListRolesRequest) (*ListRolesReply, error) // 更改角色状态 ChangeRoleStatus(context.Context, *ChangeRoleStatusRequest) (*ChangeRoleStatusReply, error) // 更改角色数据范围 DataScope(context.Context, *DataScopeRequest) (*DataScopeReply, error) // 删除角色 DeleteRoles(context.Context, *DeleteRolesRequest) (*DeleteRolesReply, error) // 获取角色 GetRoles(context.Context, *GetRolesRequest) (*GetRolesReply, error) // contains filtered or unexported methods }
RolesServer is the server API for Roles service. All implementations must embed UnimplementedRolesServer for forward compatibility
type SensitiveInfo ¶
type SensitiveInfo struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Word string `protobuf:"bytes,2,opt,name=word,proto3" json:"word,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // contains filtered or unexported fields }
敏感词信息
func (*SensitiveInfo) Descriptor
deprecated
func (*SensitiveInfo) Descriptor() ([]byte, []int)
Deprecated: Use SensitiveInfo.ProtoReflect.Descriptor instead.
func (*SensitiveInfo) GetCreatedAt ¶
func (x *SensitiveInfo) GetCreatedAt() *timestamppb.Timestamp
func (*SensitiveInfo) GetId ¶
func (x *SensitiveInfo) GetId() int32
func (*SensitiveInfo) GetStatus ¶
func (x *SensitiveInfo) GetStatus() int32
func (*SensitiveInfo) GetWord ¶
func (x *SensitiveInfo) GetWord() string
func (*SensitiveInfo) ProtoMessage ¶
func (*SensitiveInfo) ProtoMessage()
func (*SensitiveInfo) ProtoReflect ¶
func (x *SensitiveInfo) ProtoReflect() protoreflect.Message
func (*SensitiveInfo) Reset ¶
func (x *SensitiveInfo) Reset()
func (*SensitiveInfo) String ¶
func (x *SensitiveInfo) String() string
func (*SensitiveInfo) Validate ¶
func (m *SensitiveInfo) Validate() error
Validate checks the field values on SensitiveInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SensitiveInfo) ValidateAll ¶
func (m *SensitiveInfo) ValidateAll() error
ValidateAll checks the field values on SensitiveInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SensitiveInfoMultiError, or nil if none found.
type SensitiveInfoMultiError ¶
type SensitiveInfoMultiError []error
SensitiveInfoMultiError is an error wrapping multiple validation errors returned by SensitiveInfo.ValidateAll() if the designated constraints aren't met.
func (SensitiveInfoMultiError) AllErrors ¶
func (m SensitiveInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SensitiveInfoMultiError) Error ¶
func (m SensitiveInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SensitiveInfoValidationError ¶
type SensitiveInfoValidationError struct {
// contains filtered or unexported fields
}
SensitiveInfoValidationError is the validation error returned by SensitiveInfo.Validate if the designated constraints aren't met.
func (SensitiveInfoValidationError) Cause ¶
func (e SensitiveInfoValidationError) Cause() error
Cause function returns cause value.
func (SensitiveInfoValidationError) Error ¶
func (e SensitiveInfoValidationError) Error() string
Error satisfies the builtin error interface
func (SensitiveInfoValidationError) ErrorName ¶
func (e SensitiveInfoValidationError) ErrorName() string
ErrorName returns error name.
func (SensitiveInfoValidationError) Field ¶
func (e SensitiveInfoValidationError) Field() string
Field function returns field value.
func (SensitiveInfoValidationError) Key ¶
func (e SensitiveInfoValidationError) Key() bool
Key function returns key value.
func (SensitiveInfoValidationError) Reason ¶
func (e SensitiveInfoValidationError) Reason() string
Reason function returns reason value.
type SimpleMenu ¶
type SimpleMenu struct { MenuId int64 `protobuf:"varint,1,opt,name=menuId,proto3" json:"menuId,omitempty"` MenuName string `protobuf:"bytes,2,opt,name=menuName,proto3" json:"menuName,omitempty"` Children []*SimpleMenu `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"` // contains filtered or unexported fields }
func (*SimpleMenu) Descriptor
deprecated
func (*SimpleMenu) Descriptor() ([]byte, []int)
Deprecated: Use SimpleMenu.ProtoReflect.Descriptor instead.
func (*SimpleMenu) GetChildren ¶
func (x *SimpleMenu) GetChildren() []*SimpleMenu
func (*SimpleMenu) GetMenuId ¶
func (x *SimpleMenu) GetMenuId() int64
func (*SimpleMenu) GetMenuName ¶
func (x *SimpleMenu) GetMenuName() string
func (*SimpleMenu) ProtoMessage ¶
func (*SimpleMenu) ProtoMessage()
func (*SimpleMenu) ProtoReflect ¶
func (x *SimpleMenu) ProtoReflect() protoreflect.Message
func (*SimpleMenu) Reset ¶
func (x *SimpleMenu) Reset()
func (*SimpleMenu) String ¶
func (x *SimpleMenu) String() string
func (*SimpleMenu) Validate ¶
func (m *SimpleMenu) Validate() error
Validate checks the field values on SimpleMenu with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SimpleMenu) ValidateAll ¶
func (m *SimpleMenu) ValidateAll() error
ValidateAll checks the field values on SimpleMenu with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SimpleMenuMultiError, or nil if none found.
type SimpleMenuMultiError ¶
type SimpleMenuMultiError []error
SimpleMenuMultiError is an error wrapping multiple validation errors returned by SimpleMenu.ValidateAll() if the designated constraints aren't met.
func (SimpleMenuMultiError) AllErrors ¶
func (m SimpleMenuMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SimpleMenuMultiError) Error ¶
func (m SimpleMenuMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SimpleMenuValidationError ¶
type SimpleMenuValidationError struct {
// contains filtered or unexported fields
}
SimpleMenuValidationError is the validation error returned by SimpleMenu.Validate if the designated constraints aren't met.
func (SimpleMenuValidationError) Cause ¶
func (e SimpleMenuValidationError) Cause() error
Cause function returns cause value.
func (SimpleMenuValidationError) Error ¶
func (e SimpleMenuValidationError) Error() string
Error satisfies the builtin error interface
func (SimpleMenuValidationError) ErrorName ¶
func (e SimpleMenuValidationError) ErrorName() string
ErrorName returns error name.
func (SimpleMenuValidationError) Field ¶
func (e SimpleMenuValidationError) Field() string
Field function returns field value.
func (SimpleMenuValidationError) Key ¶
func (e SimpleMenuValidationError) Key() bool
Key function returns key value.
func (SimpleMenuValidationError) Reason ¶
func (e SimpleMenuValidationError) Reason() string
Reason function returns reason value.
type SysPostClient ¶
type SysPostClient interface { // 岗位列表 ListPost(ctx context.Context, in *ListPostRequest, opts ...grpc.CallOption) (*ListPostReply, error) // 创建岗位 CreatePost(ctx context.Context, in *CreatePostRequest, opts ...grpc.CallOption) (*CreatePostReply, error) // 更新岗位 UpdatePost(ctx context.Context, in *UpdatePostRequest, opts ...grpc.CallOption) (*UpdatePostReply, error) // 删除岗位 DeletePost(ctx context.Context, in *DeletePostRequest, opts ...grpc.CallOption) (*DeletePostReply, error) }
SysPostClient is the client API for SysPost service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSysPostClient ¶
func NewSysPostClient(cc grpc.ClientConnInterface) SysPostClient
type SysPostHTTPClient ¶
type SysPostHTTPClient interface { CreatePost(ctx context.Context, req *CreatePostRequest, opts ...http.CallOption) (rsp *CreatePostReply, err error) DeletePost(ctx context.Context, req *DeletePostRequest, opts ...http.CallOption) (rsp *DeletePostReply, err error) ListPost(ctx context.Context, req *ListPostRequest, opts ...http.CallOption) (rsp *ListPostReply, err error) UpdatePost(ctx context.Context, req *UpdatePostRequest, opts ...http.CallOption) (rsp *UpdatePostReply, err error) }
func NewSysPostHTTPClient ¶
func NewSysPostHTTPClient(client *http.Client) SysPostHTTPClient
type SysPostHTTPClientImpl ¶
type SysPostHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*SysPostHTTPClientImpl) CreatePost ¶
func (c *SysPostHTTPClientImpl) CreatePost(ctx context.Context, in *CreatePostRequest, opts ...http.CallOption) (*CreatePostReply, error)
func (*SysPostHTTPClientImpl) DeletePost ¶
func (c *SysPostHTTPClientImpl) DeletePost(ctx context.Context, in *DeletePostRequest, opts ...http.CallOption) (*DeletePostReply, error)
func (*SysPostHTTPClientImpl) ListPost ¶
func (c *SysPostHTTPClientImpl) ListPost(ctx context.Context, in *ListPostRequest, opts ...http.CallOption) (*ListPostReply, error)
func (*SysPostHTTPClientImpl) UpdatePost ¶
func (c *SysPostHTTPClientImpl) UpdatePost(ctx context.Context, in *UpdatePostRequest, opts ...http.CallOption) (*UpdatePostReply, error)
type SysPostHTTPServer ¶
type SysPostHTTPServer interface { // CreatePost 创建岗位 CreatePost(context.Context, *CreatePostRequest) (*CreatePostReply, error) // DeletePost 删除岗位 DeletePost(context.Context, *DeletePostRequest) (*DeletePostReply, error) // ListPost 岗位列表 ListPost(context.Context, *ListPostRequest) (*ListPostReply, error) // UpdatePost 更新岗位 UpdatePost(context.Context, *UpdatePostRequest) (*UpdatePostReply, error) }
type SysPostServer ¶
type SysPostServer interface { // 岗位列表 ListPost(context.Context, *ListPostRequest) (*ListPostReply, error) // 创建岗位 CreatePost(context.Context, *CreatePostRequest) (*CreatePostReply, error) // 更新岗位 UpdatePost(context.Context, *UpdatePostRequest) (*UpdatePostReply, error) // 删除岗位 DeletePost(context.Context, *DeletePostRequest) (*DeletePostReply, error) // contains filtered or unexported methods }
SysPostServer is the server API for SysPost service. All implementations must embed UnimplementedSysPostServer for forward compatibility
type SysUserErrorReason ¶
type SysUserErrorReason int32
const ( // 为某个枚举单独设置错误码 SysUserErrorReason_USER_NOT_FOUND SysUserErrorReason = 0 SysUserErrorReason_CONTENT_MISSING SysUserErrorReason = 1 SysUserErrorReason_LOGIN_FAIL SysUserErrorReason = 2 SysUserErrorReason_CAPTCHA_INVALID SysUserErrorReason = 3 SysUserErrorReason_INTERNAL_ERR SysUserErrorReason = 4 SysUserErrorReason_CODE_NOT_MATCH SysUserErrorReason = 5 SysUserErrorReason_DATABASE_ERR SysUserErrorReason = 6 SysUserErrorReason_TENTCENT_API SysUserErrorReason = 7 SysUserErrorReason_BizError_API SysUserErrorReason = 8 SysUserErrorReason_ACCOUNT_FORBIDDEN SysUserErrorReason = 9 SysUserErrorReason_ROLE_BIND_ACCOUNT SysUserErrorReason = 10 SysUserErrorReason_ACCOUNT_EXISTED SysUserErrorReason = 11 )
func (SysUserErrorReason) Descriptor ¶
func (SysUserErrorReason) Descriptor() protoreflect.EnumDescriptor
func (SysUserErrorReason) Enum ¶
func (x SysUserErrorReason) Enum() *SysUserErrorReason
func (SysUserErrorReason) EnumDescriptor
deprecated
func (SysUserErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use SysUserErrorReason.Descriptor instead.
func (SysUserErrorReason) Number ¶
func (x SysUserErrorReason) Number() protoreflect.EnumNumber
func (SysUserErrorReason) String ¶
func (x SysUserErrorReason) String() string
func (SysUserErrorReason) Type ¶
func (SysUserErrorReason) Type() protoreflect.EnumType
type SysuserClient ¶
type SysuserClient interface { // 创建用户 CreateSysuser(ctx context.Context, in *CreateSysuserRequest, opts ...grpc.CallOption) (*CreateSysuserReply, error) // 更新用户 UpdateSysuser(ctx context.Context, in *UpdateSysuserRequest, opts ...grpc.CallOption) (*UpdateSysuserReply, error) // 删除用户 DeleteSysuser(ctx context.Context, in *DeleteSysuserRequest, opts ...grpc.CallOption) (*DeleteSysuserReply, error) // 获取用户 GetSysuser(ctx context.Context, in *GetSysuserRequest, opts ...grpc.CallOption) (*GetSysuserReply, error) // 用户列表 ListSysuser(ctx context.Context, in *ListSysuserRequest, opts ...grpc.CallOption) (*ListSysuserReply, error) // 获取验证码 GetCaptcha(ctx context.Context, in *GetCaptchaRequest, opts ...grpc.CallOption) (*GetCaptchaReply, error) // 登入 Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error) // 登出 Logout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutReply, error) // 获取用户权限 Auth(ctx context.Context, in *AuthRequest, opts ...grpc.CallOption) (*AuthReply, error) // 更新用户状态 ChangeStatus(ctx context.Context, in *ChangeStatusRequest, opts ...grpc.CallOption) (*ChangeStatusReply, error) // 更新密码 UpdatePassword(ctx context.Context, in *UpdatePasswordRequest, opts ...grpc.CallOption) (*UpdatePasswordReply, error) // 获取岗位 GetPostInit(ctx context.Context, in *GetPostInitRequest, opts ...grpc.CallOption) (*GetPostInitReply, error) // 获取RoPo GetUserRolePost(ctx context.Context, in *GetUserRolePostRequest, opts ...grpc.CallOption) (*GetUserRolePostReply, error) // 生成密钥和二维码 GetUserGoogleSecret(ctx context.Context, in *GetUserGoogleSecretRequest, opts ...grpc.CallOption) (*GetUserGoogleSecretReply, error) }
SysuserClient is the client API for Sysuser service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSysuserClient ¶
func NewSysuserClient(cc grpc.ClientConnInterface) SysuserClient
type SysuserHTTPClient ¶
type SysuserHTTPClient interface { Auth(ctx context.Context, req *AuthRequest, opts ...http.CallOption) (rsp *AuthReply, err error) ChangeStatus(ctx context.Context, req *ChangeStatusRequest, opts ...http.CallOption) (rsp *ChangeStatusReply, err error) CreateSysuser(ctx context.Context, req *CreateSysuserRequest, opts ...http.CallOption) (rsp *CreateSysuserReply, err error) DeleteSysuser(ctx context.Context, req *DeleteSysuserRequest, opts ...http.CallOption) (rsp *DeleteSysuserReply, err error) GetCaptcha(ctx context.Context, req *GetCaptchaRequest, opts ...http.CallOption) (rsp *GetCaptchaReply, err error) GetPostInit(ctx context.Context, req *GetPostInitRequest, opts ...http.CallOption) (rsp *GetPostInitReply, err error) GetSysuser(ctx context.Context, req *GetSysuserRequest, opts ...http.CallOption) (rsp *GetSysuserReply, err error) GetUserGoogleSecret(ctx context.Context, req *GetUserGoogleSecretRequest, opts ...http.CallOption) (rsp *GetUserGoogleSecretReply, err error) GetUserRolePost(ctx context.Context, req *GetUserRolePostRequest, opts ...http.CallOption) (rsp *GetUserRolePostReply, err error) ListSysuser(ctx context.Context, req *ListSysuserRequest, opts ...http.CallOption) (rsp *ListSysuserReply, err error) Login(ctx context.Context, req *LoginRequest, opts ...http.CallOption) (rsp *LoginReply, err error) Logout(ctx context.Context, req *LogoutRequest, opts ...http.CallOption) (rsp *LogoutReply, err error) UpdatePassword(ctx context.Context, req *UpdatePasswordRequest, opts ...http.CallOption) (rsp *UpdatePasswordReply, err error) UpdateSysuser(ctx context.Context, req *UpdateSysuserRequest, opts ...http.CallOption) (rsp *UpdateSysuserReply, err error) }
func NewSysuserHTTPClient ¶
func NewSysuserHTTPClient(client *http.Client) SysuserHTTPClient
type SysuserHTTPClientImpl ¶
type SysuserHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*SysuserHTTPClientImpl) Auth ¶
func (c *SysuserHTTPClientImpl) Auth(ctx context.Context, in *AuthRequest, opts ...http.CallOption) (*AuthReply, error)
func (*SysuserHTTPClientImpl) ChangeStatus ¶
func (c *SysuserHTTPClientImpl) ChangeStatus(ctx context.Context, in *ChangeStatusRequest, opts ...http.CallOption) (*ChangeStatusReply, error)
func (*SysuserHTTPClientImpl) CreateSysuser ¶
func (c *SysuserHTTPClientImpl) CreateSysuser(ctx context.Context, in *CreateSysuserRequest, opts ...http.CallOption) (*CreateSysuserReply, error)
func (*SysuserHTTPClientImpl) DeleteSysuser ¶
func (c *SysuserHTTPClientImpl) DeleteSysuser(ctx context.Context, in *DeleteSysuserRequest, opts ...http.CallOption) (*DeleteSysuserReply, error)
func (*SysuserHTTPClientImpl) GetCaptcha ¶
func (c *SysuserHTTPClientImpl) GetCaptcha(ctx context.Context, in *GetCaptchaRequest, opts ...http.CallOption) (*GetCaptchaReply, error)
func (*SysuserHTTPClientImpl) GetPostInit ¶
func (c *SysuserHTTPClientImpl) GetPostInit(ctx context.Context, in *GetPostInitRequest, opts ...http.CallOption) (*GetPostInitReply, error)
func (*SysuserHTTPClientImpl) GetSysuser ¶
func (c *SysuserHTTPClientImpl) GetSysuser(ctx context.Context, in *GetSysuserRequest, opts ...http.CallOption) (*GetSysuserReply, error)
func (*SysuserHTTPClientImpl) GetUserGoogleSecret ¶
func (c *SysuserHTTPClientImpl) GetUserGoogleSecret(ctx context.Context, in *GetUserGoogleSecretRequest, opts ...http.CallOption) (*GetUserGoogleSecretReply, error)
func (*SysuserHTTPClientImpl) GetUserRolePost ¶
func (c *SysuserHTTPClientImpl) GetUserRolePost(ctx context.Context, in *GetUserRolePostRequest, opts ...http.CallOption) (*GetUserRolePostReply, error)
func (*SysuserHTTPClientImpl) ListSysuser ¶
func (c *SysuserHTTPClientImpl) ListSysuser(ctx context.Context, in *ListSysuserRequest, opts ...http.CallOption) (*ListSysuserReply, error)
func (*SysuserHTTPClientImpl) Login ¶
func (c *SysuserHTTPClientImpl) Login(ctx context.Context, in *LoginRequest, opts ...http.CallOption) (*LoginReply, error)
func (*SysuserHTTPClientImpl) Logout ¶
func (c *SysuserHTTPClientImpl) Logout(ctx context.Context, in *LogoutRequest, opts ...http.CallOption) (*LogoutReply, error)
func (*SysuserHTTPClientImpl) UpdatePassword ¶
func (c *SysuserHTTPClientImpl) UpdatePassword(ctx context.Context, in *UpdatePasswordRequest, opts ...http.CallOption) (*UpdatePasswordReply, error)
func (*SysuserHTTPClientImpl) UpdateSysuser ¶
func (c *SysuserHTTPClientImpl) UpdateSysuser(ctx context.Context, in *UpdateSysuserRequest, opts ...http.CallOption) (*UpdateSysuserReply, error)
type SysuserHTTPServer ¶
type SysuserHTTPServer interface { // Auth 获取用户权限 Auth(context.Context, *AuthRequest) (*AuthReply, error) // ChangeStatus 更新用户状态 ChangeStatus(context.Context, *ChangeStatusRequest) (*ChangeStatusReply, error) // CreateSysuser 创建用户 CreateSysuser(context.Context, *CreateSysuserRequest) (*CreateSysuserReply, error) // DeleteSysuser 删除用户 DeleteSysuser(context.Context, *DeleteSysuserRequest) (*DeleteSysuserReply, error) // GetCaptcha 获取验证码 GetCaptcha(context.Context, *GetCaptchaRequest) (*GetCaptchaReply, error) // GetPostInit 获取岗位 GetPostInit(context.Context, *GetPostInitRequest) (*GetPostInitReply, error) // GetSysuser 获取用户 GetSysuser(context.Context, *GetSysuserRequest) (*GetSysuserReply, error) // GetUserGoogleSecret 生成密钥和二维码 GetUserGoogleSecret(context.Context, *GetUserGoogleSecretRequest) (*GetUserGoogleSecretReply, error) // GetUserRolePost 获取RoPo GetUserRolePost(context.Context, *GetUserRolePostRequest) (*GetUserRolePostReply, error) // ListSysuser 用户列表 ListSysuser(context.Context, *ListSysuserRequest) (*ListSysuserReply, error) // Login 登入 Login(context.Context, *LoginRequest) (*LoginReply, error) // Logout 登出 Logout(context.Context, *LogoutRequest) (*LogoutReply, error) // UpdatePassword 更新密码 UpdatePassword(context.Context, *UpdatePasswordRequest) (*UpdatePasswordReply, error) // UpdateSysuser 更新用户 UpdateSysuser(context.Context, *UpdateSysuserRequest) (*UpdateSysuserReply, error) }
type SysuserServer ¶
type SysuserServer interface { // 创建用户 CreateSysuser(context.Context, *CreateSysuserRequest) (*CreateSysuserReply, error) // 更新用户 UpdateSysuser(context.Context, *UpdateSysuserRequest) (*UpdateSysuserReply, error) // 删除用户 DeleteSysuser(context.Context, *DeleteSysuserRequest) (*DeleteSysuserReply, error) // 获取用户 GetSysuser(context.Context, *GetSysuserRequest) (*GetSysuserReply, error) // 用户列表 ListSysuser(context.Context, *ListSysuserRequest) (*ListSysuserReply, error) // 获取验证码 GetCaptcha(context.Context, *GetCaptchaRequest) (*GetCaptchaReply, error) // 登入 Login(context.Context, *LoginRequest) (*LoginReply, error) // 登出 Logout(context.Context, *LogoutRequest) (*LogoutReply, error) // 获取用户权限 Auth(context.Context, *AuthRequest) (*AuthReply, error) // 更新用户状态 ChangeStatus(context.Context, *ChangeStatusRequest) (*ChangeStatusReply, error) // 更新密码 UpdatePassword(context.Context, *UpdatePasswordRequest) (*UpdatePasswordReply, error) // 获取岗位 GetPostInit(context.Context, *GetPostInitRequest) (*GetPostInitReply, error) // 获取RoPo GetUserRolePost(context.Context, *GetUserRolePostRequest) (*GetUserRolePostReply, error) // 生成密钥和二维码 GetUserGoogleSecret(context.Context, *GetUserGoogleSecretRequest) (*GetUserGoogleSecretReply, error) // contains filtered or unexported methods }
SysuserServer is the server API for Sysuser service. All implementations must embed UnimplementedSysuserServer for forward compatibility
type UnimplementedApiServer ¶
type UnimplementedApiServer struct { }
UnimplementedApiServer must be embedded to have forward compatible implementations.
func (UnimplementedApiServer) AllApi ¶
func (UnimplementedApiServer) AllApi(context.Context, *AllApiRequest) (*AllApiReply, error)
func (UnimplementedApiServer) CreateApi ¶
func (UnimplementedApiServer) CreateApi(context.Context, *CreateApiRequest) (*CreateApiReply, error)
func (UnimplementedApiServer) DeleteApi ¶
func (UnimplementedApiServer) DeleteApi(context.Context, *DeleteApiRequest) (*DeleteApiReply, error)
func (UnimplementedApiServer) GetApi ¶
func (UnimplementedApiServer) GetApi(context.Context, *GetApiRequest) (*GetApiReply, error)
func (UnimplementedApiServer) GetPolicyPathByRoleKey ¶
func (UnimplementedApiServer) GetPolicyPathByRoleKey(context.Context, *GetPolicyPathByRoleKeyRequest) (*GetPolicyPathByRoleKeyReply, error)
func (UnimplementedApiServer) ListApi ¶
func (UnimplementedApiServer) ListApi(context.Context, *ListApiRequest) (*ListApiReply, error)
func (UnimplementedApiServer) UpdateApi ¶
func (UnimplementedApiServer) UpdateApi(context.Context, *UpdateApiRequest) (*UpdateApiReply, error)
type UnimplementedDeptServer ¶
type UnimplementedDeptServer struct { }
UnimplementedDeptServer must be embedded to have forward compatible implementations.
func (UnimplementedDeptServer) CreateDept ¶
func (UnimplementedDeptServer) CreateDept(context.Context, *CreateDeptRequest) (*CreateDeptReply, error)
func (UnimplementedDeptServer) DeleteDept ¶
func (UnimplementedDeptServer) DeleteDept(context.Context, *DeleteDeptRequest) (*DeleteDeptReply, error)
func (UnimplementedDeptServer) GetDeptTree ¶
func (UnimplementedDeptServer) GetDeptTree(context.Context, *GetDeptTreeRequest) (*GetDeptTreeReply, error)
func (UnimplementedDeptServer) ListDept ¶
func (UnimplementedDeptServer) ListDept(context.Context, *ListDeptRequest) (*ListDeptReply, error)
func (UnimplementedDeptServer) RoleDeptTreeSelect ¶
func (UnimplementedDeptServer) RoleDeptTreeSelect(context.Context, *RoleDeptTreeSelectRequest) (*RoleDeptTreeSelectReply, error)
func (UnimplementedDeptServer) UpdateDept ¶
func (UnimplementedDeptServer) UpdateDept(context.Context, *UpdateDeptRequest) (*UpdateDeptReply, error)
type UnimplementedDictDataServer ¶
type UnimplementedDictDataServer struct { }
UnimplementedDictDataServer must be embedded to have forward compatible implementations.
func (UnimplementedDictDataServer) CreateDictData ¶
func (UnimplementedDictDataServer) CreateDictData(context.Context, *CreateDictDataRequest) (*CreateDictDataReply, error)
func (UnimplementedDictDataServer) DeleteDictData ¶
func (UnimplementedDictDataServer) DeleteDictData(context.Context, *DeleteDictDataRequest) (*DeleteDictDataReply, error)
func (UnimplementedDictDataServer) GetDictData ¶
func (UnimplementedDictDataServer) GetDictData(context.Context, *GetDictDataRequest) (*GetDictDataReply, error)
func (UnimplementedDictDataServer) ListDictData ¶
func (UnimplementedDictDataServer) ListDictData(context.Context, *ListDictDataRequest) (*ListDictDataReply, error)
func (UnimplementedDictDataServer) UpdateDictData ¶
func (UnimplementedDictDataServer) UpdateDictData(context.Context, *UpdateDictDataRequest) (*UpdateDictDataReply, error)
type UnimplementedDictTypeServer ¶
type UnimplementedDictTypeServer struct { }
UnimplementedDictTypeServer must be embedded to have forward compatible implementations.
func (UnimplementedDictTypeServer) CreateDictType ¶
func (UnimplementedDictTypeServer) CreateDictType(context.Context, *CreateDictTypeRequest) (*CreateDictTypeReply, error)
func (UnimplementedDictTypeServer) DeleteDictType ¶
func (UnimplementedDictTypeServer) DeleteDictType(context.Context, *DeleteDictTypeRequest) (*DeleteDictTypeReply, error)
func (UnimplementedDictTypeServer) GetDictType ¶
func (UnimplementedDictTypeServer) GetDictType(context.Context, *GetDictTypeRequest) (*GetDictTypeReply, error)
func (UnimplementedDictTypeServer) ListDictType ¶
func (UnimplementedDictTypeServer) ListDictType(context.Context, *ListDictTypeRequest) (*ListDictTypeReply, error)
func (UnimplementedDictTypeServer) UpdateDictType ¶
func (UnimplementedDictTypeServer) UpdateDictType(context.Context, *UpdateDictTypeRequest) (*UpdateDictTypeReply, error)
type UnimplementedMenusServer ¶
type UnimplementedMenusServer struct { }
UnimplementedMenusServer must be embedded to have forward compatible implementations.
func (UnimplementedMenusServer) CreateMenus ¶
func (UnimplementedMenusServer) CreateMenus(context.Context, *CreateMenusRequest) (*CreateMenusReply, error)
func (UnimplementedMenusServer) DeleteMenus ¶
func (UnimplementedMenusServer) DeleteMenus(context.Context, *DeleteMenusRequest) (*DeleteMenusReply, error)
func (UnimplementedMenusServer) GetMenus ¶
func (UnimplementedMenusServer) GetMenus(context.Context, *GetMenusRequest) (*GetMenusReply, error)
func (UnimplementedMenusServer) GetMenusTree ¶
func (UnimplementedMenusServer) GetMenusTree(context.Context, *GetMenusTreeRequest) (*GetMenusTreeReply, error)
func (UnimplementedMenusServer) ListMenus ¶
func (UnimplementedMenusServer) ListMenus(context.Context, *ListMenusRequest) (*ListMenusReply, error)
func (UnimplementedMenusServer) RoleMenuTreeSelect ¶
func (UnimplementedMenusServer) RoleMenuTreeSelect(context.Context, *RoleMenuTreeSelectRequest) (*RoleMenuTreeSelectReply, error)
func (UnimplementedMenusServer) UpdateMenus ¶
func (UnimplementedMenusServer) UpdateMenus(context.Context, *UpdateMenusRequest) (*UpdateMenusReply, error)
type UnimplementedRolesServer ¶
type UnimplementedRolesServer struct { }
UnimplementedRolesServer must be embedded to have forward compatible implementations.
func (UnimplementedRolesServer) ChangeRoleStatus ¶
func (UnimplementedRolesServer) ChangeRoleStatus(context.Context, *ChangeRoleStatusRequest) (*ChangeRoleStatusReply, error)
func (UnimplementedRolesServer) CreateRoles ¶
func (UnimplementedRolesServer) CreateRoles(context.Context, *CreateRolesRequest) (*CreateRolesReply, error)
func (UnimplementedRolesServer) DataScope ¶
func (UnimplementedRolesServer) DataScope(context.Context, *DataScopeRequest) (*DataScopeReply, error)
func (UnimplementedRolesServer) DeleteRoles ¶
func (UnimplementedRolesServer) DeleteRoles(context.Context, *DeleteRolesRequest) (*DeleteRolesReply, error)
func (UnimplementedRolesServer) GetRoles ¶
func (UnimplementedRolesServer) GetRoles(context.Context, *GetRolesRequest) (*GetRolesReply, error)
func (UnimplementedRolesServer) ListRoles ¶
func (UnimplementedRolesServer) ListRoles(context.Context, *ListRolesRequest) (*ListRolesReply, error)
func (UnimplementedRolesServer) Roles ¶
func (UnimplementedRolesServer) Roles(context.Context, *ListRolesRequest) (*ListRolesReply, error)
func (UnimplementedRolesServer) UpdateRoles ¶
func (UnimplementedRolesServer) UpdateRoles(context.Context, *UpdateRolesRequest) (*UpdateRolesReply, error)
type UnimplementedSysPostServer ¶
type UnimplementedSysPostServer struct { }
UnimplementedSysPostServer must be embedded to have forward compatible implementations.
func (UnimplementedSysPostServer) CreatePost ¶
func (UnimplementedSysPostServer) CreatePost(context.Context, *CreatePostRequest) (*CreatePostReply, error)
func (UnimplementedSysPostServer) DeletePost ¶
func (UnimplementedSysPostServer) DeletePost(context.Context, *DeletePostRequest) (*DeletePostReply, error)
func (UnimplementedSysPostServer) ListPost ¶
func (UnimplementedSysPostServer) ListPost(context.Context, *ListPostRequest) (*ListPostReply, error)
func (UnimplementedSysPostServer) UpdatePost ¶
func (UnimplementedSysPostServer) UpdatePost(context.Context, *UpdatePostRequest) (*UpdatePostReply, error)
type UnimplementedSysuserServer ¶
type UnimplementedSysuserServer struct { }
UnimplementedSysuserServer must be embedded to have forward compatible implementations.
func (UnimplementedSysuserServer) Auth ¶
func (UnimplementedSysuserServer) Auth(context.Context, *AuthRequest) (*AuthReply, error)
func (UnimplementedSysuserServer) ChangeStatus ¶
func (UnimplementedSysuserServer) ChangeStatus(context.Context, *ChangeStatusRequest) (*ChangeStatusReply, error)
func (UnimplementedSysuserServer) CreateSysuser ¶
func (UnimplementedSysuserServer) CreateSysuser(context.Context, *CreateSysuserRequest) (*CreateSysuserReply, error)
func (UnimplementedSysuserServer) DeleteSysuser ¶
func (UnimplementedSysuserServer) DeleteSysuser(context.Context, *DeleteSysuserRequest) (*DeleteSysuserReply, error)
func (UnimplementedSysuserServer) GetCaptcha ¶
func (UnimplementedSysuserServer) GetCaptcha(context.Context, *GetCaptchaRequest) (*GetCaptchaReply, error)
func (UnimplementedSysuserServer) GetPostInit ¶
func (UnimplementedSysuserServer) GetPostInit(context.Context, *GetPostInitRequest) (*GetPostInitReply, error)
func (UnimplementedSysuserServer) GetSysuser ¶
func (UnimplementedSysuserServer) GetSysuser(context.Context, *GetSysuserRequest) (*GetSysuserReply, error)
func (UnimplementedSysuserServer) GetUserGoogleSecret ¶
func (UnimplementedSysuserServer) GetUserGoogleSecret(context.Context, *GetUserGoogleSecretRequest) (*GetUserGoogleSecretReply, error)
func (UnimplementedSysuserServer) GetUserRolePost ¶
func (UnimplementedSysuserServer) GetUserRolePost(context.Context, *GetUserRolePostRequest) (*GetUserRolePostReply, error)
func (UnimplementedSysuserServer) ListSysuser ¶
func (UnimplementedSysuserServer) ListSysuser(context.Context, *ListSysuserRequest) (*ListSysuserReply, error)
func (UnimplementedSysuserServer) Login ¶
func (UnimplementedSysuserServer) Login(context.Context, *LoginRequest) (*LoginReply, error)
func (UnimplementedSysuserServer) Logout ¶
func (UnimplementedSysuserServer) Logout(context.Context, *LogoutRequest) (*LogoutReply, error)
func (UnimplementedSysuserServer) UpdatePassword ¶
func (UnimplementedSysuserServer) UpdatePassword(context.Context, *UpdatePasswordRequest) (*UpdatePasswordReply, error)
func (UnimplementedSysuserServer) UpdateSysuser ¶
func (UnimplementedSysuserServer) UpdateSysuser(context.Context, *UpdateSysuserRequest) (*UpdateSysuserReply, error)
type UnsafeApiServer ¶
type UnsafeApiServer interface {
// contains filtered or unexported methods
}
UnsafeApiServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ApiServer will result in compilation errors.
type UnsafeDeptServer ¶
type UnsafeDeptServer interface {
// contains filtered or unexported methods
}
UnsafeDeptServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DeptServer will result in compilation errors.
type UnsafeDictDataServer ¶
type UnsafeDictDataServer interface {
// contains filtered or unexported methods
}
UnsafeDictDataServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DictDataServer will result in compilation errors.
type UnsafeDictTypeServer ¶
type UnsafeDictTypeServer interface {
// contains filtered or unexported methods
}
UnsafeDictTypeServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DictTypeServer will result in compilation errors.
type UnsafeMenusServer ¶
type UnsafeMenusServer interface {
// contains filtered or unexported methods
}
UnsafeMenusServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MenusServer will result in compilation errors.
type UnsafeRolesServer ¶
type UnsafeRolesServer interface {
// contains filtered or unexported methods
}
UnsafeRolesServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RolesServer will result in compilation errors.
type UnsafeSysPostServer ¶
type UnsafeSysPostServer interface {
// contains filtered or unexported methods
}
UnsafeSysPostServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SysPostServer will result in compilation errors.
type UnsafeSysuserServer ¶
type UnsafeSysuserServer interface {
// contains filtered or unexported methods
}
UnsafeSysuserServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SysuserServer will result in compilation errors.
type UpdateApiReply ¶
type UpdateApiReply struct {
// contains filtered or unexported fields
}
func (*UpdateApiReply) Descriptor
deprecated
func (*UpdateApiReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateApiReply.ProtoReflect.Descriptor instead.
func (*UpdateApiReply) ProtoMessage ¶
func (*UpdateApiReply) ProtoMessage()
func (*UpdateApiReply) ProtoReflect ¶
func (x *UpdateApiReply) ProtoReflect() protoreflect.Message
func (*UpdateApiReply) Reset ¶
func (x *UpdateApiReply) Reset()
func (*UpdateApiReply) String ¶
func (x *UpdateApiReply) String() string
func (*UpdateApiReply) Validate ¶
func (m *UpdateApiReply) Validate() error
Validate checks the field values on UpdateApiReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateApiReply) ValidateAll ¶
func (m *UpdateApiReply) ValidateAll() error
ValidateAll checks the field values on UpdateApiReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateApiReplyMultiError, or nil if none found.
type UpdateApiReplyMultiError ¶
type UpdateApiReplyMultiError []error
UpdateApiReplyMultiError is an error wrapping multiple validation errors returned by UpdateApiReply.ValidateAll() if the designated constraints aren't met.
func (UpdateApiReplyMultiError) AllErrors ¶
func (m UpdateApiReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateApiReplyMultiError) Error ¶
func (m UpdateApiReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateApiReplyValidationError ¶
type UpdateApiReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateApiReplyValidationError is the validation error returned by UpdateApiReply.Validate if the designated constraints aren't met.
func (UpdateApiReplyValidationError) Cause ¶
func (e UpdateApiReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateApiReplyValidationError) Error ¶
func (e UpdateApiReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateApiReplyValidationError) ErrorName ¶
func (e UpdateApiReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateApiReplyValidationError) Field ¶
func (e UpdateApiReplyValidationError) Field() string
Field function returns field value.
func (UpdateApiReplyValidationError) Key ¶
func (e UpdateApiReplyValidationError) Key() bool
Key function returns key value.
func (UpdateApiReplyValidationError) Reason ¶
func (e UpdateApiReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateApiRequest ¶
type UpdateApiRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` ApiGroup string `protobuf:"bytes,6,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` Method string `protobuf:"bytes,7,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*UpdateApiRequest) Descriptor
deprecated
func (*UpdateApiRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateApiRequest.ProtoReflect.Descriptor instead.
func (*UpdateApiRequest) GetApiGroup ¶
func (x *UpdateApiRequest) GetApiGroup() string
func (*UpdateApiRequest) GetDescription ¶
func (x *UpdateApiRequest) GetDescription() string
func (*UpdateApiRequest) GetId ¶
func (x *UpdateApiRequest) GetId() int64
func (*UpdateApiRequest) GetMethod ¶
func (x *UpdateApiRequest) GetMethod() string
func (*UpdateApiRequest) GetPath ¶
func (x *UpdateApiRequest) GetPath() string
func (*UpdateApiRequest) ProtoMessage ¶
func (*UpdateApiRequest) ProtoMessage()
func (*UpdateApiRequest) ProtoReflect ¶
func (x *UpdateApiRequest) ProtoReflect() protoreflect.Message
func (*UpdateApiRequest) Reset ¶
func (x *UpdateApiRequest) Reset()
func (*UpdateApiRequest) String ¶
func (x *UpdateApiRequest) String() string
func (*UpdateApiRequest) Validate ¶
func (m *UpdateApiRequest) Validate() error
Validate checks the field values on UpdateApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateApiRequest) ValidateAll ¶
func (m *UpdateApiRequest) ValidateAll() error
ValidateAll checks the field values on UpdateApiRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateApiRequestMultiError, or nil if none found.
type UpdateApiRequestMultiError ¶
type UpdateApiRequestMultiError []error
UpdateApiRequestMultiError is an error wrapping multiple validation errors returned by UpdateApiRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateApiRequestMultiError) AllErrors ¶
func (m UpdateApiRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateApiRequestMultiError) Error ¶
func (m UpdateApiRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateApiRequestValidationError ¶
type UpdateApiRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateApiRequestValidationError is the validation error returned by UpdateApiRequest.Validate if the designated constraints aren't met.
func (UpdateApiRequestValidationError) Cause ¶
func (e UpdateApiRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateApiRequestValidationError) Error ¶
func (e UpdateApiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateApiRequestValidationError) ErrorName ¶
func (e UpdateApiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateApiRequestValidationError) Field ¶
func (e UpdateApiRequestValidationError) Field() string
Field function returns field value.
func (UpdateApiRequestValidationError) Key ¶
func (e UpdateApiRequestValidationError) Key() bool
Key function returns key value.
func (UpdateApiRequestValidationError) Reason ¶
func (e UpdateApiRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateDeptReply ¶
type UpdateDeptReply struct {
// contains filtered or unexported fields
}
func (*UpdateDeptReply) Descriptor
deprecated
func (*UpdateDeptReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeptReply.ProtoReflect.Descriptor instead.
func (*UpdateDeptReply) ProtoMessage ¶
func (*UpdateDeptReply) ProtoMessage()
func (*UpdateDeptReply) ProtoReflect ¶
func (x *UpdateDeptReply) ProtoReflect() protoreflect.Message
func (*UpdateDeptReply) Reset ¶
func (x *UpdateDeptReply) Reset()
func (*UpdateDeptReply) String ¶
func (x *UpdateDeptReply) String() string
func (*UpdateDeptReply) Validate ¶
func (m *UpdateDeptReply) Validate() error
Validate checks the field values on UpdateDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateDeptReply) ValidateAll ¶
func (m *UpdateDeptReply) ValidateAll() error
ValidateAll checks the field values on UpdateDeptReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeptReplyMultiError, or nil if none found.
type UpdateDeptReplyMultiError ¶
type UpdateDeptReplyMultiError []error
UpdateDeptReplyMultiError is an error wrapping multiple validation errors returned by UpdateDeptReply.ValidateAll() if the designated constraints aren't met.
func (UpdateDeptReplyMultiError) AllErrors ¶
func (m UpdateDeptReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDeptReplyMultiError) Error ¶
func (m UpdateDeptReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDeptReplyValidationError ¶
type UpdateDeptReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateDeptReplyValidationError is the validation error returned by UpdateDeptReply.Validate if the designated constraints aren't met.
func (UpdateDeptReplyValidationError) Cause ¶
func (e UpdateDeptReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateDeptReplyValidationError) Error ¶
func (e UpdateDeptReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDeptReplyValidationError) ErrorName ¶
func (e UpdateDeptReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDeptReplyValidationError) Field ¶
func (e UpdateDeptReplyValidationError) Field() string
Field function returns field value.
func (UpdateDeptReplyValidationError) Key ¶
func (e UpdateDeptReplyValidationError) Key() bool
Key function returns key value.
func (UpdateDeptReplyValidationError) Reason ¶
func (e UpdateDeptReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateDeptRequest ¶
type UpdateDeptRequest struct { DeptId int64 `protobuf:"varint,1,opt,name=deptId,proto3" json:"deptId,omitempty"` ParentId int64 `protobuf:"varint,2,opt,name=parentId,proto3" json:"parentId,omitempty"` DeptName string `protobuf:"bytes,3,opt,name=deptName,proto3" json:"deptName,omitempty"` Leader string `protobuf:"bytes,4,opt,name=leader,proto3" json:"leader,omitempty"` Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"` Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"` Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"` Sort int32 `protobuf:"varint,8,opt,name=sort,proto3" json:"sort,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeptRequest) Descriptor
deprecated
func (*UpdateDeptRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeptRequest.ProtoReflect.Descriptor instead.
func (*UpdateDeptRequest) GetDeptId ¶
func (x *UpdateDeptRequest) GetDeptId() int64
func (*UpdateDeptRequest) GetDeptName ¶
func (x *UpdateDeptRequest) GetDeptName() string
func (*UpdateDeptRequest) GetEmail ¶
func (x *UpdateDeptRequest) GetEmail() string
func (*UpdateDeptRequest) GetLeader ¶
func (x *UpdateDeptRequest) GetLeader() string
func (*UpdateDeptRequest) GetParentId ¶
func (x *UpdateDeptRequest) GetParentId() int64
func (*UpdateDeptRequest) GetPhone ¶
func (x *UpdateDeptRequest) GetPhone() string
func (*UpdateDeptRequest) GetSort ¶
func (x *UpdateDeptRequest) GetSort() int32
func (*UpdateDeptRequest) GetStatus ¶
func (x *UpdateDeptRequest) GetStatus() int64
func (*UpdateDeptRequest) ProtoMessage ¶
func (*UpdateDeptRequest) ProtoMessage()
func (*UpdateDeptRequest) ProtoReflect ¶
func (x *UpdateDeptRequest) ProtoReflect() protoreflect.Message
func (*UpdateDeptRequest) Reset ¶
func (x *UpdateDeptRequest) Reset()
func (*UpdateDeptRequest) String ¶
func (x *UpdateDeptRequest) String() string
func (*UpdateDeptRequest) Validate ¶
func (m *UpdateDeptRequest) Validate() error
Validate checks the field values on UpdateDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateDeptRequest) ValidateAll ¶
func (m *UpdateDeptRequest) ValidateAll() error
ValidateAll checks the field values on UpdateDeptRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeptRequestMultiError, or nil if none found.
type UpdateDeptRequestMultiError ¶
type UpdateDeptRequestMultiError []error
UpdateDeptRequestMultiError is an error wrapping multiple validation errors returned by UpdateDeptRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateDeptRequestMultiError) AllErrors ¶
func (m UpdateDeptRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDeptRequestMultiError) Error ¶
func (m UpdateDeptRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDeptRequestValidationError ¶
type UpdateDeptRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateDeptRequestValidationError is the validation error returned by UpdateDeptRequest.Validate if the designated constraints aren't met.
func (UpdateDeptRequestValidationError) Cause ¶
func (e UpdateDeptRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateDeptRequestValidationError) Error ¶
func (e UpdateDeptRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDeptRequestValidationError) ErrorName ¶
func (e UpdateDeptRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDeptRequestValidationError) Field ¶
func (e UpdateDeptRequestValidationError) Field() string
Field function returns field value.
func (UpdateDeptRequestValidationError) Key ¶
func (e UpdateDeptRequestValidationError) Key() bool
Key function returns key value.
func (UpdateDeptRequestValidationError) Reason ¶
func (e UpdateDeptRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateDictDataReply ¶
type UpdateDictDataReply struct { DictCode int64 `protobuf:"varint,1,opt,name=dictCode,proto3" json:"dictCode,omitempty"` // contains filtered or unexported fields }
func (*UpdateDictDataReply) Descriptor
deprecated
func (*UpdateDictDataReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictDataReply.ProtoReflect.Descriptor instead.
func (*UpdateDictDataReply) GetDictCode ¶
func (x *UpdateDictDataReply) GetDictCode() int64
func (*UpdateDictDataReply) ProtoMessage ¶
func (*UpdateDictDataReply) ProtoMessage()
func (*UpdateDictDataReply) ProtoReflect ¶
func (x *UpdateDictDataReply) ProtoReflect() protoreflect.Message
func (*UpdateDictDataReply) Reset ¶
func (x *UpdateDictDataReply) Reset()
func (*UpdateDictDataReply) String ¶
func (x *UpdateDictDataReply) String() string
func (*UpdateDictDataReply) Validate ¶
func (m *UpdateDictDataReply) Validate() error
Validate checks the field values on UpdateDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateDictDataReply) ValidateAll ¶
func (m *UpdateDictDataReply) ValidateAll() error
ValidateAll checks the field values on UpdateDictDataReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDictDataReplyMultiError, or nil if none found.
type UpdateDictDataReplyMultiError ¶
type UpdateDictDataReplyMultiError []error
UpdateDictDataReplyMultiError is an error wrapping multiple validation errors returned by UpdateDictDataReply.ValidateAll() if the designated constraints aren't met.
func (UpdateDictDataReplyMultiError) AllErrors ¶
func (m UpdateDictDataReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictDataReplyMultiError) Error ¶
func (m UpdateDictDataReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictDataReplyValidationError ¶
type UpdateDictDataReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateDictDataReplyValidationError is the validation error returned by UpdateDictDataReply.Validate if the designated constraints aren't met.
func (UpdateDictDataReplyValidationError) Cause ¶
func (e UpdateDictDataReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictDataReplyValidationError) Error ¶
func (e UpdateDictDataReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictDataReplyValidationError) ErrorName ¶
func (e UpdateDictDataReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictDataReplyValidationError) Field ¶
func (e UpdateDictDataReplyValidationError) Field() string
Field function returns field value.
func (UpdateDictDataReplyValidationError) Key ¶
func (e UpdateDictDataReplyValidationError) Key() bool
Key function returns key value.
func (UpdateDictDataReplyValidationError) Reason ¶
func (e UpdateDictDataReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateDictDataRequest ¶
type UpdateDictDataRequest struct { DictCode int64 `protobuf:"varint,1,opt,name=dictCode,proto3" json:"dictCode,omitempty"` DictSort int32 `protobuf:"varint,2,opt,name=dictSort,proto3" json:"dictSort,omitempty"` DictLabel string `protobuf:"bytes,3,opt,name=dictLabel,proto3" json:"dictLabel,omitempty"` DictValue string `protobuf:"bytes,4,opt,name=dictValue,proto3" json:"dictValue,omitempty"` DictType string `protobuf:"bytes,5,opt,name=dictType,proto3" json:"dictType,omitempty"` Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` CssClass string `protobuf:"bytes,7,opt,name=cssClass,proto3" json:"cssClass,omitempty"` ListClass string `protobuf:"bytes,8,opt,name=listClass,proto3" json:"listClass,omitempty"` IsDefault string `protobuf:"bytes,9,opt,name=isDefault,proto3" json:"isDefault,omitempty"` CreateBy string `protobuf:"bytes,10,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,11,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,12,opt,name=remark,proto3" json:"remark,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*UpdateDictDataRequest) Descriptor
deprecated
func (*UpdateDictDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictDataRequest.ProtoReflect.Descriptor instead.
func (*UpdateDictDataRequest) GetCreateBy ¶
func (x *UpdateDictDataRequest) GetCreateBy() string
func (*UpdateDictDataRequest) GetCreateTime ¶
func (x *UpdateDictDataRequest) GetCreateTime() *timestamppb.Timestamp
func (*UpdateDictDataRequest) GetCssClass ¶
func (x *UpdateDictDataRequest) GetCssClass() string
func (*UpdateDictDataRequest) GetDictCode ¶
func (x *UpdateDictDataRequest) GetDictCode() int64
func (*UpdateDictDataRequest) GetDictLabel ¶
func (x *UpdateDictDataRequest) GetDictLabel() string
func (*UpdateDictDataRequest) GetDictSort ¶
func (x *UpdateDictDataRequest) GetDictSort() int32
func (*UpdateDictDataRequest) GetDictType ¶
func (x *UpdateDictDataRequest) GetDictType() string
func (*UpdateDictDataRequest) GetDictValue ¶
func (x *UpdateDictDataRequest) GetDictValue() string
func (*UpdateDictDataRequest) GetIsDefault ¶
func (x *UpdateDictDataRequest) GetIsDefault() string
func (*UpdateDictDataRequest) GetListClass ¶
func (x *UpdateDictDataRequest) GetListClass() string
func (*UpdateDictDataRequest) GetRemark ¶
func (x *UpdateDictDataRequest) GetRemark() string
func (*UpdateDictDataRequest) GetStatus ¶
func (x *UpdateDictDataRequest) GetStatus() int32
func (*UpdateDictDataRequest) GetUpdateBy ¶
func (x *UpdateDictDataRequest) GetUpdateBy() string
func (*UpdateDictDataRequest) GetUpdateTime ¶
func (x *UpdateDictDataRequest) GetUpdateTime() *timestamppb.Timestamp
func (*UpdateDictDataRequest) ProtoMessage ¶
func (*UpdateDictDataRequest) ProtoMessage()
func (*UpdateDictDataRequest) ProtoReflect ¶
func (x *UpdateDictDataRequest) ProtoReflect() protoreflect.Message
func (*UpdateDictDataRequest) Reset ¶
func (x *UpdateDictDataRequest) Reset()
func (*UpdateDictDataRequest) String ¶
func (x *UpdateDictDataRequest) String() string
func (*UpdateDictDataRequest) Validate ¶
func (m *UpdateDictDataRequest) Validate() error
Validate checks the field values on UpdateDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateDictDataRequest) ValidateAll ¶
func (m *UpdateDictDataRequest) ValidateAll() error
ValidateAll checks the field values on UpdateDictDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDictDataRequestMultiError, or nil if none found.
type UpdateDictDataRequestMultiError ¶
type UpdateDictDataRequestMultiError []error
UpdateDictDataRequestMultiError is an error wrapping multiple validation errors returned by UpdateDictDataRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateDictDataRequestMultiError) AllErrors ¶
func (m UpdateDictDataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictDataRequestMultiError) Error ¶
func (m UpdateDictDataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictDataRequestValidationError ¶
type UpdateDictDataRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateDictDataRequestValidationError is the validation error returned by UpdateDictDataRequest.Validate if the designated constraints aren't met.
func (UpdateDictDataRequestValidationError) Cause ¶
func (e UpdateDictDataRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictDataRequestValidationError) Error ¶
func (e UpdateDictDataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictDataRequestValidationError) ErrorName ¶
func (e UpdateDictDataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictDataRequestValidationError) Field ¶
func (e UpdateDictDataRequestValidationError) Field() string
Field function returns field value.
func (UpdateDictDataRequestValidationError) Key ¶
func (e UpdateDictDataRequestValidationError) Key() bool
Key function returns key value.
func (UpdateDictDataRequestValidationError) Reason ¶
func (e UpdateDictDataRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateDictTypeReply ¶
type UpdateDictTypeReply struct { DictId int64 `protobuf:"varint,1,opt,name=dictId,proto3" json:"dictId,omitempty"` // contains filtered or unexported fields }
func (*UpdateDictTypeReply) Descriptor
deprecated
func (*UpdateDictTypeReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictTypeReply.ProtoReflect.Descriptor instead.
func (*UpdateDictTypeReply) GetDictId ¶
func (x *UpdateDictTypeReply) GetDictId() int64
func (*UpdateDictTypeReply) ProtoMessage ¶
func (*UpdateDictTypeReply) ProtoMessage()
func (*UpdateDictTypeReply) ProtoReflect ¶
func (x *UpdateDictTypeReply) ProtoReflect() protoreflect.Message
func (*UpdateDictTypeReply) Reset ¶
func (x *UpdateDictTypeReply) Reset()
func (*UpdateDictTypeReply) String ¶
func (x *UpdateDictTypeReply) String() string
func (*UpdateDictTypeReply) Validate ¶
func (m *UpdateDictTypeReply) Validate() error
Validate checks the field values on UpdateDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateDictTypeReply) ValidateAll ¶
func (m *UpdateDictTypeReply) ValidateAll() error
ValidateAll checks the field values on UpdateDictTypeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDictTypeReplyMultiError, or nil if none found.
type UpdateDictTypeReplyMultiError ¶
type UpdateDictTypeReplyMultiError []error
UpdateDictTypeReplyMultiError is an error wrapping multiple validation errors returned by UpdateDictTypeReply.ValidateAll() if the designated constraints aren't met.
func (UpdateDictTypeReplyMultiError) AllErrors ¶
func (m UpdateDictTypeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictTypeReplyMultiError) Error ¶
func (m UpdateDictTypeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictTypeReplyValidationError ¶
type UpdateDictTypeReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateDictTypeReplyValidationError is the validation error returned by UpdateDictTypeReply.Validate if the designated constraints aren't met.
func (UpdateDictTypeReplyValidationError) Cause ¶
func (e UpdateDictTypeReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictTypeReplyValidationError) Error ¶
func (e UpdateDictTypeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictTypeReplyValidationError) ErrorName ¶
func (e UpdateDictTypeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictTypeReplyValidationError) Field ¶
func (e UpdateDictTypeReplyValidationError) Field() string
Field function returns field value.
func (UpdateDictTypeReplyValidationError) Key ¶
func (e UpdateDictTypeReplyValidationError) Key() bool
Key function returns key value.
func (UpdateDictTypeReplyValidationError) Reason ¶
func (e UpdateDictTypeReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateDictTypeRequest ¶
type UpdateDictTypeRequest struct { DictId uint32 `protobuf:"varint,1,opt,name=dictId,proto3" json:"dictId,omitempty"` DictName string `protobuf:"bytes,2,opt,name=dictName,proto3" json:"dictName,omitempty"` DictType string `protobuf:"bytes,3,opt,name=dictType,proto3" json:"dictType,omitempty"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` CreateBy string `protobuf:"bytes,5,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,6,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*UpdateDictTypeRequest) Descriptor
deprecated
func (*UpdateDictTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictTypeRequest.ProtoReflect.Descriptor instead.
func (*UpdateDictTypeRequest) GetCreateBy ¶
func (x *UpdateDictTypeRequest) GetCreateBy() string
func (*UpdateDictTypeRequest) GetCreateTime ¶
func (x *UpdateDictTypeRequest) GetCreateTime() *timestamppb.Timestamp
func (*UpdateDictTypeRequest) GetDictId ¶
func (x *UpdateDictTypeRequest) GetDictId() uint32
func (*UpdateDictTypeRequest) GetDictName ¶
func (x *UpdateDictTypeRequest) GetDictName() string
func (*UpdateDictTypeRequest) GetDictType ¶
func (x *UpdateDictTypeRequest) GetDictType() string
func (*UpdateDictTypeRequest) GetRemark ¶
func (x *UpdateDictTypeRequest) GetRemark() string
func (*UpdateDictTypeRequest) GetStatus ¶
func (x *UpdateDictTypeRequest) GetStatus() int32
func (*UpdateDictTypeRequest) GetUpdateBy ¶
func (x *UpdateDictTypeRequest) GetUpdateBy() string
func (*UpdateDictTypeRequest) GetUpdateTime ¶
func (x *UpdateDictTypeRequest) GetUpdateTime() *timestamppb.Timestamp
func (*UpdateDictTypeRequest) ProtoMessage ¶
func (*UpdateDictTypeRequest) ProtoMessage()
func (*UpdateDictTypeRequest) ProtoReflect ¶
func (x *UpdateDictTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateDictTypeRequest) Reset ¶
func (x *UpdateDictTypeRequest) Reset()
func (*UpdateDictTypeRequest) String ¶
func (x *UpdateDictTypeRequest) String() string
func (*UpdateDictTypeRequest) Validate ¶
func (m *UpdateDictTypeRequest) Validate() error
Validate checks the field values on UpdateDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateDictTypeRequest) ValidateAll ¶
func (m *UpdateDictTypeRequest) ValidateAll() error
ValidateAll checks the field values on UpdateDictTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDictTypeRequestMultiError, or nil if none found.
type UpdateDictTypeRequestMultiError ¶
type UpdateDictTypeRequestMultiError []error
UpdateDictTypeRequestMultiError is an error wrapping multiple validation errors returned by UpdateDictTypeRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateDictTypeRequestMultiError) AllErrors ¶
func (m UpdateDictTypeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictTypeRequestMultiError) Error ¶
func (m UpdateDictTypeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictTypeRequestValidationError ¶
type UpdateDictTypeRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateDictTypeRequestValidationError is the validation error returned by UpdateDictTypeRequest.Validate if the designated constraints aren't met.
func (UpdateDictTypeRequestValidationError) Cause ¶
func (e UpdateDictTypeRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictTypeRequestValidationError) Error ¶
func (e UpdateDictTypeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictTypeRequestValidationError) ErrorName ¶
func (e UpdateDictTypeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictTypeRequestValidationError) Field ¶
func (e UpdateDictTypeRequestValidationError) Field() string
Field function returns field value.
func (UpdateDictTypeRequestValidationError) Key ¶
func (e UpdateDictTypeRequestValidationError) Key() bool
Key function returns key value.
func (UpdateDictTypeRequestValidationError) Reason ¶
func (e UpdateDictTypeRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateMenusReply ¶
type UpdateMenusReply struct { Menus []*MenuTree `protobuf:"bytes,1,rep,name=menus,proto3" json:"menus,omitempty"` Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*UpdateMenusReply) Descriptor
deprecated
func (*UpdateMenusReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMenusReply.ProtoReflect.Descriptor instead.
func (*UpdateMenusReply) GetMenus ¶
func (x *UpdateMenusReply) GetMenus() []*MenuTree
func (*UpdateMenusReply) GetPermissions ¶
func (x *UpdateMenusReply) GetPermissions() []string
func (*UpdateMenusReply) ProtoMessage ¶
func (*UpdateMenusReply) ProtoMessage()
func (*UpdateMenusReply) ProtoReflect ¶
func (x *UpdateMenusReply) ProtoReflect() protoreflect.Message
func (*UpdateMenusReply) Reset ¶
func (x *UpdateMenusReply) Reset()
func (*UpdateMenusReply) String ¶
func (x *UpdateMenusReply) String() string
func (*UpdateMenusReply) Validate ¶
func (m *UpdateMenusReply) Validate() error
Validate checks the field values on UpdateMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateMenusReply) ValidateAll ¶
func (m *UpdateMenusReply) ValidateAll() error
ValidateAll checks the field values on UpdateMenusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateMenusReplyMultiError, or nil if none found.
type UpdateMenusReplyMultiError ¶
type UpdateMenusReplyMultiError []error
UpdateMenusReplyMultiError is an error wrapping multiple validation errors returned by UpdateMenusReply.ValidateAll() if the designated constraints aren't met.
func (UpdateMenusReplyMultiError) AllErrors ¶
func (m UpdateMenusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateMenusReplyMultiError) Error ¶
func (m UpdateMenusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateMenusReplyValidationError ¶
type UpdateMenusReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateMenusReplyValidationError is the validation error returned by UpdateMenusReply.Validate if the designated constraints aren't met.
func (UpdateMenusReplyValidationError) Cause ¶
func (e UpdateMenusReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateMenusReplyValidationError) Error ¶
func (e UpdateMenusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateMenusReplyValidationError) ErrorName ¶
func (e UpdateMenusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateMenusReplyValidationError) Field ¶
func (e UpdateMenusReplyValidationError) Field() string
Field function returns field value.
func (UpdateMenusReplyValidationError) Key ¶
func (e UpdateMenusReplyValidationError) Key() bool
Key function returns key value.
func (UpdateMenusReplyValidationError) Reason ¶
func (e UpdateMenusReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateMenusRequest ¶
type UpdateMenusRequest struct { MenuId int64 `protobuf:"varint,1,opt,name=menuId,proto3" json:"menuId,omitempty"` MenuName string `protobuf:"bytes,2,opt,name=menuName,proto3" json:"menuName,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` ParentId int32 `protobuf:"varint,4,opt,name=parentId,proto3" json:"parentId,omitempty"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"` Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"` Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"` Component string `protobuf:"bytes,8,opt,name=component,proto3" json:"component,omitempty"` IsIframe int32 `protobuf:"varint,9,opt,name=isIframe,proto3" json:"isIframe,omitempty"` IsLink string `protobuf:"bytes,10,opt,name=isLink,proto3" json:"isLink,omitempty"` MenuType string `protobuf:"bytes,11,opt,name=menuType,proto3" json:"menuType,omitempty"` IsHide int64 `protobuf:"varint,12,opt,name=isHide,proto3" json:"isHide,omitempty"` IsKeepAlive int32 `protobuf:"varint,13,opt,name=isKeepAlive,proto3" json:"isKeepAlive,omitempty"` IsAffix int32 `protobuf:"varint,14,opt,name=isAffix,proto3" json:"isAffix,omitempty"` Permission string `protobuf:"bytes,15,opt,name=permission,proto3" json:"permission,omitempty"` Status int32 `protobuf:"varint,16,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,19,opt,name=remark,proto3" json:"remark,omitempty"` // contains filtered or unexported fields }
func (*UpdateMenusRequest) Descriptor
deprecated
func (*UpdateMenusRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMenusRequest.ProtoReflect.Descriptor instead.
func (*UpdateMenusRequest) GetComponent ¶
func (x *UpdateMenusRequest) GetComponent() string
func (*UpdateMenusRequest) GetIcon ¶
func (x *UpdateMenusRequest) GetIcon() string
func (*UpdateMenusRequest) GetIsAffix ¶
func (x *UpdateMenusRequest) GetIsAffix() int32
func (*UpdateMenusRequest) GetIsHide ¶
func (x *UpdateMenusRequest) GetIsHide() int64
func (*UpdateMenusRequest) GetIsIframe ¶
func (x *UpdateMenusRequest) GetIsIframe() int32
func (*UpdateMenusRequest) GetIsKeepAlive ¶
func (x *UpdateMenusRequest) GetIsKeepAlive() int32
func (*UpdateMenusRequest) GetIsLink ¶
func (x *UpdateMenusRequest) GetIsLink() string
func (*UpdateMenusRequest) GetMenuId ¶
func (x *UpdateMenusRequest) GetMenuId() int64
func (*UpdateMenusRequest) GetMenuName ¶
func (x *UpdateMenusRequest) GetMenuName() string
func (*UpdateMenusRequest) GetMenuType ¶
func (x *UpdateMenusRequest) GetMenuType() string
func (*UpdateMenusRequest) GetParentId ¶
func (x *UpdateMenusRequest) GetParentId() int32
func (*UpdateMenusRequest) GetPath ¶
func (x *UpdateMenusRequest) GetPath() string
func (*UpdateMenusRequest) GetPermission ¶
func (x *UpdateMenusRequest) GetPermission() string
func (*UpdateMenusRequest) GetRemark ¶
func (x *UpdateMenusRequest) GetRemark() string
func (*UpdateMenusRequest) GetSort ¶
func (x *UpdateMenusRequest) GetSort() int32
func (*UpdateMenusRequest) GetStatus ¶
func (x *UpdateMenusRequest) GetStatus() int32
func (*UpdateMenusRequest) GetTitle ¶
func (x *UpdateMenusRequest) GetTitle() string
func (*UpdateMenusRequest) ProtoMessage ¶
func (*UpdateMenusRequest) ProtoMessage()
func (*UpdateMenusRequest) ProtoReflect ¶
func (x *UpdateMenusRequest) ProtoReflect() protoreflect.Message
func (*UpdateMenusRequest) Reset ¶
func (x *UpdateMenusRequest) Reset()
func (*UpdateMenusRequest) String ¶
func (x *UpdateMenusRequest) String() string
func (*UpdateMenusRequest) Validate ¶
func (m *UpdateMenusRequest) Validate() error
Validate checks the field values on UpdateMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateMenusRequest) ValidateAll ¶
func (m *UpdateMenusRequest) ValidateAll() error
ValidateAll checks the field values on UpdateMenusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateMenusRequestMultiError, or nil if none found.
type UpdateMenusRequestMultiError ¶
type UpdateMenusRequestMultiError []error
UpdateMenusRequestMultiError is an error wrapping multiple validation errors returned by UpdateMenusRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateMenusRequestMultiError) AllErrors ¶
func (m UpdateMenusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateMenusRequestMultiError) Error ¶
func (m UpdateMenusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateMenusRequestValidationError ¶
type UpdateMenusRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateMenusRequestValidationError is the validation error returned by UpdateMenusRequest.Validate if the designated constraints aren't met.
func (UpdateMenusRequestValidationError) Cause ¶
func (e UpdateMenusRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateMenusRequestValidationError) Error ¶
func (e UpdateMenusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateMenusRequestValidationError) ErrorName ¶
func (e UpdateMenusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateMenusRequestValidationError) Field ¶
func (e UpdateMenusRequestValidationError) Field() string
Field function returns field value.
func (UpdateMenusRequestValidationError) Key ¶
func (e UpdateMenusRequestValidationError) Key() bool
Key function returns key value.
func (UpdateMenusRequestValidationError) Reason ¶
func (e UpdateMenusRequestValidationError) Reason() string
Reason function returns reason value.
type UpdatePasswordReply ¶
type UpdatePasswordReply struct {
// contains filtered or unexported fields
}
func (*UpdatePasswordReply) Descriptor
deprecated
func (*UpdatePasswordReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePasswordReply.ProtoReflect.Descriptor instead.
func (*UpdatePasswordReply) ProtoMessage ¶
func (*UpdatePasswordReply) ProtoMessage()
func (*UpdatePasswordReply) ProtoReflect ¶
func (x *UpdatePasswordReply) ProtoReflect() protoreflect.Message
func (*UpdatePasswordReply) Reset ¶
func (x *UpdatePasswordReply) Reset()
func (*UpdatePasswordReply) String ¶
func (x *UpdatePasswordReply) String() string
func (*UpdatePasswordReply) Validate ¶
func (m *UpdatePasswordReply) Validate() error
Validate checks the field values on UpdatePasswordReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdatePasswordReply) ValidateAll ¶
func (m *UpdatePasswordReply) ValidateAll() error
ValidateAll checks the field values on UpdatePasswordReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePasswordReplyMultiError, or nil if none found.
type UpdatePasswordReplyMultiError ¶
type UpdatePasswordReplyMultiError []error
UpdatePasswordReplyMultiError is an error wrapping multiple validation errors returned by UpdatePasswordReply.ValidateAll() if the designated constraints aren't met.
func (UpdatePasswordReplyMultiError) AllErrors ¶
func (m UpdatePasswordReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdatePasswordReplyMultiError) Error ¶
func (m UpdatePasswordReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdatePasswordReplyValidationError ¶
type UpdatePasswordReplyValidationError struct {
// contains filtered or unexported fields
}
UpdatePasswordReplyValidationError is the validation error returned by UpdatePasswordReply.Validate if the designated constraints aren't met.
func (UpdatePasswordReplyValidationError) Cause ¶
func (e UpdatePasswordReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdatePasswordReplyValidationError) Error ¶
func (e UpdatePasswordReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdatePasswordReplyValidationError) ErrorName ¶
func (e UpdatePasswordReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdatePasswordReplyValidationError) Field ¶
func (e UpdatePasswordReplyValidationError) Field() string
Field function returns field value.
func (UpdatePasswordReplyValidationError) Key ¶
func (e UpdatePasswordReplyValidationError) Key() bool
Key function returns key value.
func (UpdatePasswordReplyValidationError) Reason ¶
func (e UpdatePasswordReplyValidationError) Reason() string
Reason function returns reason value.
type UpdatePasswordRequest ¶
type UpdatePasswordRequest struct { NewPassword string `protobuf:"bytes,1,opt,name=newPassword,proto3" json:"newPassword,omitempty"` OldPassword string `protobuf:"bytes,2,opt,name=oldPassword,proto3" json:"oldPassword,omitempty"` // contains filtered or unexported fields }
func (*UpdatePasswordRequest) Descriptor
deprecated
func (*UpdatePasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePasswordRequest.ProtoReflect.Descriptor instead.
func (*UpdatePasswordRequest) GetNewPassword ¶
func (x *UpdatePasswordRequest) GetNewPassword() string
func (*UpdatePasswordRequest) GetOldPassword ¶
func (x *UpdatePasswordRequest) GetOldPassword() string
func (*UpdatePasswordRequest) ProtoMessage ¶
func (*UpdatePasswordRequest) ProtoMessage()
func (*UpdatePasswordRequest) ProtoReflect ¶
func (x *UpdatePasswordRequest) ProtoReflect() protoreflect.Message
func (*UpdatePasswordRequest) Reset ¶
func (x *UpdatePasswordRequest) Reset()
func (*UpdatePasswordRequest) String ¶
func (x *UpdatePasswordRequest) String() string
func (*UpdatePasswordRequest) Validate ¶
func (m *UpdatePasswordRequest) Validate() error
Validate checks the field values on UpdatePasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdatePasswordRequest) ValidateAll ¶
func (m *UpdatePasswordRequest) ValidateAll() error
ValidateAll checks the field values on UpdatePasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePasswordRequestMultiError, or nil if none found.
type UpdatePasswordRequestMultiError ¶
type UpdatePasswordRequestMultiError []error
UpdatePasswordRequestMultiError is an error wrapping multiple validation errors returned by UpdatePasswordRequest.ValidateAll() if the designated constraints aren't met.
func (UpdatePasswordRequestMultiError) AllErrors ¶
func (m UpdatePasswordRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdatePasswordRequestMultiError) Error ¶
func (m UpdatePasswordRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdatePasswordRequestValidationError ¶
type UpdatePasswordRequestValidationError struct {
// contains filtered or unexported fields
}
UpdatePasswordRequestValidationError is the validation error returned by UpdatePasswordRequest.Validate if the designated constraints aren't met.
func (UpdatePasswordRequestValidationError) Cause ¶
func (e UpdatePasswordRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdatePasswordRequestValidationError) Error ¶
func (e UpdatePasswordRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdatePasswordRequestValidationError) ErrorName ¶
func (e UpdatePasswordRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdatePasswordRequestValidationError) Field ¶
func (e UpdatePasswordRequestValidationError) Field() string
Field function returns field value.
func (UpdatePasswordRequestValidationError) Key ¶
func (e UpdatePasswordRequestValidationError) Key() bool
Key function returns key value.
func (UpdatePasswordRequestValidationError) Reason ¶
func (e UpdatePasswordRequestValidationError) Reason() string
Reason function returns reason value.
type UpdatePostReply ¶
type UpdatePostReply struct {
// contains filtered or unexported fields
}
func (*UpdatePostReply) Descriptor
deprecated
func (*UpdatePostReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePostReply.ProtoReflect.Descriptor instead.
func (*UpdatePostReply) ProtoMessage ¶
func (*UpdatePostReply) ProtoMessage()
func (*UpdatePostReply) ProtoReflect ¶
func (x *UpdatePostReply) ProtoReflect() protoreflect.Message
func (*UpdatePostReply) Reset ¶
func (x *UpdatePostReply) Reset()
func (*UpdatePostReply) String ¶
func (x *UpdatePostReply) String() string
func (*UpdatePostReply) Validate ¶
func (m *UpdatePostReply) Validate() error
Validate checks the field values on UpdatePostReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdatePostReply) ValidateAll ¶
func (m *UpdatePostReply) ValidateAll() error
ValidateAll checks the field values on UpdatePostReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePostReplyMultiError, or nil if none found.
type UpdatePostReplyMultiError ¶
type UpdatePostReplyMultiError []error
UpdatePostReplyMultiError is an error wrapping multiple validation errors returned by UpdatePostReply.ValidateAll() if the designated constraints aren't met.
func (UpdatePostReplyMultiError) AllErrors ¶
func (m UpdatePostReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdatePostReplyMultiError) Error ¶
func (m UpdatePostReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdatePostReplyValidationError ¶
type UpdatePostReplyValidationError struct {
// contains filtered or unexported fields
}
UpdatePostReplyValidationError is the validation error returned by UpdatePostReply.Validate if the designated constraints aren't met.
func (UpdatePostReplyValidationError) Cause ¶
func (e UpdatePostReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdatePostReplyValidationError) Error ¶
func (e UpdatePostReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdatePostReplyValidationError) ErrorName ¶
func (e UpdatePostReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdatePostReplyValidationError) Field ¶
func (e UpdatePostReplyValidationError) Field() string
Field function returns field value.
func (UpdatePostReplyValidationError) Key ¶
func (e UpdatePostReplyValidationError) Key() bool
Key function returns key value.
func (UpdatePostReplyValidationError) Reason ¶
func (e UpdatePostReplyValidationError) Reason() string
Reason function returns reason value.
type UpdatePostRequest ¶
type UpdatePostRequest struct { PostId int64 `protobuf:"varint,1,opt,name=postId,proto3" json:"postId,omitempty"` PostName string `protobuf:"bytes,3,opt,name=postName,proto3" json:"postName,omitempty"` PostCode string `protobuf:"bytes,4,opt,name=postCode,proto3" json:"postCode,omitempty"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"` Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"` // contains filtered or unexported fields }
func (*UpdatePostRequest) Descriptor
deprecated
func (*UpdatePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePostRequest.ProtoReflect.Descriptor instead.
func (*UpdatePostRequest) GetPostCode ¶
func (x *UpdatePostRequest) GetPostCode() string
func (*UpdatePostRequest) GetPostId ¶
func (x *UpdatePostRequest) GetPostId() int64
func (*UpdatePostRequest) GetPostName ¶
func (x *UpdatePostRequest) GetPostName() string
func (*UpdatePostRequest) GetRemark ¶
func (x *UpdatePostRequest) GetRemark() string
func (*UpdatePostRequest) GetSort ¶
func (x *UpdatePostRequest) GetSort() int32
func (*UpdatePostRequest) GetStatus ¶
func (x *UpdatePostRequest) GetStatus() int32
func (*UpdatePostRequest) ProtoMessage ¶
func (*UpdatePostRequest) ProtoMessage()
func (*UpdatePostRequest) ProtoReflect ¶
func (x *UpdatePostRequest) ProtoReflect() protoreflect.Message
func (*UpdatePostRequest) Reset ¶
func (x *UpdatePostRequest) Reset()
func (*UpdatePostRequest) String ¶
func (x *UpdatePostRequest) String() string
func (*UpdatePostRequest) Validate ¶
func (m *UpdatePostRequest) Validate() error
Validate checks the field values on UpdatePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdatePostRequest) ValidateAll ¶
func (m *UpdatePostRequest) ValidateAll() error
ValidateAll checks the field values on UpdatePostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePostRequestMultiError, or nil if none found.
type UpdatePostRequestMultiError ¶
type UpdatePostRequestMultiError []error
UpdatePostRequestMultiError is an error wrapping multiple validation errors returned by UpdatePostRequest.ValidateAll() if the designated constraints aren't met.
func (UpdatePostRequestMultiError) AllErrors ¶
func (m UpdatePostRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdatePostRequestMultiError) Error ¶
func (m UpdatePostRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdatePostRequestValidationError ¶
type UpdatePostRequestValidationError struct {
// contains filtered or unexported fields
}
UpdatePostRequestValidationError is the validation error returned by UpdatePostRequest.Validate if the designated constraints aren't met.
func (UpdatePostRequestValidationError) Cause ¶
func (e UpdatePostRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdatePostRequestValidationError) Error ¶
func (e UpdatePostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdatePostRequestValidationError) ErrorName ¶
func (e UpdatePostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdatePostRequestValidationError) Field ¶
func (e UpdatePostRequestValidationError) Field() string
Field function returns field value.
func (UpdatePostRequestValidationError) Key ¶
func (e UpdatePostRequestValidationError) Key() bool
Key function returns key value.
func (UpdatePostRequestValidationError) Reason ¶
func (e UpdatePostRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateRolesReply ¶
type UpdateRolesReply struct {
// contains filtered or unexported fields
}
func (*UpdateRolesReply) Descriptor
deprecated
func (*UpdateRolesReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRolesReply.ProtoReflect.Descriptor instead.
func (*UpdateRolesReply) ProtoMessage ¶
func (*UpdateRolesReply) ProtoMessage()
func (*UpdateRolesReply) ProtoReflect ¶
func (x *UpdateRolesReply) ProtoReflect() protoreflect.Message
func (*UpdateRolesReply) Reset ¶
func (x *UpdateRolesReply) Reset()
func (*UpdateRolesReply) String ¶
func (x *UpdateRolesReply) String() string
func (*UpdateRolesReply) Validate ¶
func (m *UpdateRolesReply) Validate() error
Validate checks the field values on UpdateRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateRolesReply) ValidateAll ¶
func (m *UpdateRolesReply) ValidateAll() error
ValidateAll checks the field values on UpdateRolesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRolesReplyMultiError, or nil if none found.
type UpdateRolesReplyMultiError ¶
type UpdateRolesReplyMultiError []error
UpdateRolesReplyMultiError is an error wrapping multiple validation errors returned by UpdateRolesReply.ValidateAll() if the designated constraints aren't met.
func (UpdateRolesReplyMultiError) AllErrors ¶
func (m UpdateRolesReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateRolesReplyMultiError) Error ¶
func (m UpdateRolesReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateRolesReplyValidationError ¶
type UpdateRolesReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateRolesReplyValidationError is the validation error returned by UpdateRolesReply.Validate if the designated constraints aren't met.
func (UpdateRolesReplyValidationError) Cause ¶
func (e UpdateRolesReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateRolesReplyValidationError) Error ¶
func (e UpdateRolesReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRolesReplyValidationError) ErrorName ¶
func (e UpdateRolesReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRolesReplyValidationError) Field ¶
func (e UpdateRolesReplyValidationError) Field() string
Field function returns field value.
func (UpdateRolesReplyValidationError) Key ¶
func (e UpdateRolesReplyValidationError) Key() bool
Key function returns key value.
func (UpdateRolesReplyValidationError) Reason ¶
func (e UpdateRolesReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateRolesRequest ¶
type UpdateRolesRequest struct { RoleName string `protobuf:"bytes,1,opt,name=roleName,proto3" json:"roleName,omitempty"` RoleKey string `protobuf:"bytes,2,opt,name=roleKey,proto3" json:"roleKey,omitempty"` Sort int32 `protobuf:"varint,3,opt,name=sort,proto3" json:"sort,omitempty"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` Remark string `protobuf:"bytes,5,opt,name=remark,proto3" json:"remark,omitempty"` DataScope int32 `protobuf:"varint,6,opt,name=dataScope,proto3" json:"dataScope,omitempty"` MenuIds []int64 `protobuf:"varint,7,rep,packed,name=menuIds,proto3" json:"menuIds,omitempty"` ApiIds []*ApiBase `protobuf:"bytes,8,rep,name=apiIds,proto3" json:"apiIds,omitempty"` ParentId int64 `protobuf:"varint,9,opt,name=parentId,proto3" json:"parentId,omitempty"` DefaultRouter string `protobuf:"bytes,10,opt,name=defaultRouter,proto3" json:"defaultRouter,omitempty"` RoleId int64 `protobuf:"varint,11,opt,name=roleId,proto3" json:"roleId,omitempty"` // contains filtered or unexported fields }
func (*UpdateRolesRequest) Descriptor
deprecated
func (*UpdateRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRolesRequest.ProtoReflect.Descriptor instead.
func (*UpdateRolesRequest) GetApiIds ¶
func (x *UpdateRolesRequest) GetApiIds() []*ApiBase
func (*UpdateRolesRequest) GetDataScope ¶
func (x *UpdateRolesRequest) GetDataScope() int32
func (*UpdateRolesRequest) GetDefaultRouter ¶
func (x *UpdateRolesRequest) GetDefaultRouter() string
func (*UpdateRolesRequest) GetMenuIds ¶
func (x *UpdateRolesRequest) GetMenuIds() []int64
func (*UpdateRolesRequest) GetParentId ¶
func (x *UpdateRolesRequest) GetParentId() int64
func (*UpdateRolesRequest) GetRemark ¶
func (x *UpdateRolesRequest) GetRemark() string
func (*UpdateRolesRequest) GetRoleId ¶
func (x *UpdateRolesRequest) GetRoleId() int64
func (*UpdateRolesRequest) GetRoleKey ¶
func (x *UpdateRolesRequest) GetRoleKey() string
func (*UpdateRolesRequest) GetRoleName ¶
func (x *UpdateRolesRequest) GetRoleName() string
func (*UpdateRolesRequest) GetSort ¶
func (x *UpdateRolesRequest) GetSort() int32
func (*UpdateRolesRequest) GetStatus ¶
func (x *UpdateRolesRequest) GetStatus() int32
func (*UpdateRolesRequest) ProtoMessage ¶
func (*UpdateRolesRequest) ProtoMessage()
func (*UpdateRolesRequest) ProtoReflect ¶
func (x *UpdateRolesRequest) ProtoReflect() protoreflect.Message
func (*UpdateRolesRequest) Reset ¶
func (x *UpdateRolesRequest) Reset()
func (*UpdateRolesRequest) String ¶
func (x *UpdateRolesRequest) String() string
func (*UpdateRolesRequest) Validate ¶
func (m *UpdateRolesRequest) Validate() error
Validate checks the field values on UpdateRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateRolesRequest) ValidateAll ¶
func (m *UpdateRolesRequest) ValidateAll() error
ValidateAll checks the field values on UpdateRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRolesRequestMultiError, or nil if none found.
type UpdateRolesRequestMultiError ¶
type UpdateRolesRequestMultiError []error
UpdateRolesRequestMultiError is an error wrapping multiple validation errors returned by UpdateRolesRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateRolesRequestMultiError) AllErrors ¶
func (m UpdateRolesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateRolesRequestMultiError) Error ¶
func (m UpdateRolesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateRolesRequestValidationError ¶
type UpdateRolesRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateRolesRequestValidationError is the validation error returned by UpdateRolesRequest.Validate if the designated constraints aren't met.
func (UpdateRolesRequestValidationError) Cause ¶
func (e UpdateRolesRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateRolesRequestValidationError) Error ¶
func (e UpdateRolesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRolesRequestValidationError) ErrorName ¶
func (e UpdateRolesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRolesRequestValidationError) Field ¶
func (e UpdateRolesRequestValidationError) Field() string
Field function returns field value.
func (UpdateRolesRequestValidationError) Key ¶
func (e UpdateRolesRequestValidationError) Key() bool
Key function returns key value.
func (UpdateRolesRequestValidationError) Reason ¶
func (e UpdateRolesRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateSysuserReply ¶
type UpdateSysuserReply struct {
// contains filtered or unexported fields
}
func (*UpdateSysuserReply) Descriptor
deprecated
func (*UpdateSysuserReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSysuserReply.ProtoReflect.Descriptor instead.
func (*UpdateSysuserReply) ProtoMessage ¶
func (*UpdateSysuserReply) ProtoMessage()
func (*UpdateSysuserReply) ProtoReflect ¶
func (x *UpdateSysuserReply) ProtoReflect() protoreflect.Message
func (*UpdateSysuserReply) Reset ¶
func (x *UpdateSysuserReply) Reset()
func (*UpdateSysuserReply) String ¶
func (x *UpdateSysuserReply) String() string
func (*UpdateSysuserReply) Validate ¶
func (m *UpdateSysuserReply) Validate() error
Validate checks the field values on UpdateSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateSysuserReply) ValidateAll ¶
func (m *UpdateSysuserReply) ValidateAll() error
ValidateAll checks the field values on UpdateSysuserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateSysuserReplyMultiError, or nil if none found.
type UpdateSysuserReplyMultiError ¶
type UpdateSysuserReplyMultiError []error
UpdateSysuserReplyMultiError is an error wrapping multiple validation errors returned by UpdateSysuserReply.ValidateAll() if the designated constraints aren't met.
func (UpdateSysuserReplyMultiError) AllErrors ¶
func (m UpdateSysuserReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateSysuserReplyMultiError) Error ¶
func (m UpdateSysuserReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateSysuserReplyValidationError ¶
type UpdateSysuserReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateSysuserReplyValidationError is the validation error returned by UpdateSysuserReply.Validate if the designated constraints aren't met.
func (UpdateSysuserReplyValidationError) Cause ¶
func (e UpdateSysuserReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateSysuserReplyValidationError) Error ¶
func (e UpdateSysuserReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateSysuserReplyValidationError) ErrorName ¶
func (e UpdateSysuserReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateSysuserReplyValidationError) Field ¶
func (e UpdateSysuserReplyValidationError) Field() string
Field function returns field value.
func (UpdateSysuserReplyValidationError) Key ¶
func (e UpdateSysuserReplyValidationError) Key() bool
Key function returns key value.
func (UpdateSysuserReplyValidationError) Reason ¶
func (e UpdateSysuserReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateSysuserRequest ¶
type UpdateSysuserRequest struct { UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"` NickName string `protobuf:"bytes,3,opt,name=nickName,proto3" json:"nickName,omitempty"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"` RoleId int64 `protobuf:"varint,5,opt,name=roleId,proto3" json:"roleId,omitempty"` Salt string `protobuf:"bytes,6,opt,name=salt,proto3" json:"salt,omitempty"` Avatar string `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"` Sex int32 `protobuf:"varint,8,opt,name=sex,proto3" json:"sex,omitempty"` Email string `protobuf:"bytes,9,opt,name=email,proto3" json:"email,omitempty"` DeptId int64 `protobuf:"varint,10,opt,name=deptId,proto3" json:"deptId,omitempty"` PostId int64 `protobuf:"varint,11,opt,name=postId,proto3" json:"postId,omitempty"` RoleIds string `protobuf:"bytes,12,opt,name=roleIds,proto3" json:"roleIds,omitempty"` PostIds string `protobuf:"bytes,13,opt,name=postIds,proto3" json:"postIds,omitempty"` CreateBy string `protobuf:"bytes,14,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,15,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,16,opt,name=remark,proto3" json:"remark,omitempty"` Status int32 `protobuf:"varint,17,opt,name=status,proto3" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` Username string `protobuf:"bytes,21,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,22,opt,name=password,proto3" json:"password,omitempty"` RoleName string `protobuf:"bytes,23,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"` Secret string `protobuf:"bytes,24,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
func (*UpdateSysuserRequest) Descriptor
deprecated
func (*UpdateSysuserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSysuserRequest.ProtoReflect.Descriptor instead.
func (*UpdateSysuserRequest) GetAvatar ¶
func (x *UpdateSysuserRequest) GetAvatar() string
func (*UpdateSysuserRequest) GetCreateBy ¶
func (x *UpdateSysuserRequest) GetCreateBy() string
func (*UpdateSysuserRequest) GetCreatedAt ¶
func (x *UpdateSysuserRequest) GetCreatedAt() *timestamppb.Timestamp
func (*UpdateSysuserRequest) GetDeptId ¶
func (x *UpdateSysuserRequest) GetDeptId() int64
func (*UpdateSysuserRequest) GetEmail ¶
func (x *UpdateSysuserRequest) GetEmail() string
func (*UpdateSysuserRequest) GetNickName ¶
func (x *UpdateSysuserRequest) GetNickName() string
func (*UpdateSysuserRequest) GetPassword ¶
func (x *UpdateSysuserRequest) GetPassword() string
func (*UpdateSysuserRequest) GetPhone ¶
func (x *UpdateSysuserRequest) GetPhone() string
func (*UpdateSysuserRequest) GetPostId ¶
func (x *UpdateSysuserRequest) GetPostId() int64
func (*UpdateSysuserRequest) GetPostIds ¶
func (x *UpdateSysuserRequest) GetPostIds() string
func (*UpdateSysuserRequest) GetRemark ¶
func (x *UpdateSysuserRequest) GetRemark() string
func (*UpdateSysuserRequest) GetRoleId ¶
func (x *UpdateSysuserRequest) GetRoleId() int64
func (*UpdateSysuserRequest) GetRoleIds ¶
func (x *UpdateSysuserRequest) GetRoleIds() string
func (*UpdateSysuserRequest) GetRoleName ¶
func (x *UpdateSysuserRequest) GetRoleName() string
func (*UpdateSysuserRequest) GetSalt ¶
func (x *UpdateSysuserRequest) GetSalt() string
func (*UpdateSysuserRequest) GetSecret ¶
func (x *UpdateSysuserRequest) GetSecret() string
func (*UpdateSysuserRequest) GetSex ¶
func (x *UpdateSysuserRequest) GetSex() int32
func (*UpdateSysuserRequest) GetStatus ¶
func (x *UpdateSysuserRequest) GetStatus() int32
func (*UpdateSysuserRequest) GetUpdateBy ¶
func (x *UpdateSysuserRequest) GetUpdateBy() string
func (*UpdateSysuserRequest) GetUpdatedAt ¶
func (x *UpdateSysuserRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*UpdateSysuserRequest) GetUserId ¶
func (x *UpdateSysuserRequest) GetUserId() int64
func (*UpdateSysuserRequest) GetUsername ¶
func (x *UpdateSysuserRequest) GetUsername() string
func (*UpdateSysuserRequest) ProtoMessage ¶
func (*UpdateSysuserRequest) ProtoMessage()
func (*UpdateSysuserRequest) ProtoReflect ¶
func (x *UpdateSysuserRequest) ProtoReflect() protoreflect.Message
func (*UpdateSysuserRequest) Reset ¶
func (x *UpdateSysuserRequest) Reset()
func (*UpdateSysuserRequest) String ¶
func (x *UpdateSysuserRequest) String() string
func (*UpdateSysuserRequest) Validate ¶
func (m *UpdateSysuserRequest) Validate() error
Validate checks the field values on UpdateSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateSysuserRequest) ValidateAll ¶
func (m *UpdateSysuserRequest) ValidateAll() error
ValidateAll checks the field values on UpdateSysuserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateSysuserRequestMultiError, or nil if none found.
type UpdateSysuserRequestMultiError ¶
type UpdateSysuserRequestMultiError []error
UpdateSysuserRequestMultiError is an error wrapping multiple validation errors returned by UpdateSysuserRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateSysuserRequestMultiError) AllErrors ¶
func (m UpdateSysuserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateSysuserRequestMultiError) Error ¶
func (m UpdateSysuserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateSysuserRequestValidationError ¶
type UpdateSysuserRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateSysuserRequestValidationError is the validation error returned by UpdateSysuserRequest.Validate if the designated constraints aren't met.
func (UpdateSysuserRequestValidationError) Cause ¶
func (e UpdateSysuserRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateSysuserRequestValidationError) Error ¶
func (e UpdateSysuserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateSysuserRequestValidationError) ErrorName ¶
func (e UpdateSysuserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateSysuserRequestValidationError) Field ¶
func (e UpdateSysuserRequestValidationError) Field() string
Field function returns field value.
func (UpdateSysuserRequestValidationError) Key ¶
func (e UpdateSysuserRequestValidationError) Key() bool
Key function returns key value.
func (UpdateSysuserRequestValidationError) Reason ¶
func (e UpdateSysuserRequestValidationError) Reason() string
Reason function returns reason value.
type UserData ¶
type UserData struct { UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"` NickName string `protobuf:"bytes,3,opt,name=nickName,proto3" json:"nickName,omitempty"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"` RoleId int32 `protobuf:"varint,5,opt,name=roleId,proto3" json:"roleId,omitempty"` Salt string `protobuf:"bytes,6,opt,name=salt,proto3" json:"salt,omitempty"` Avatar string `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"` Sex int64 `protobuf:"varint,8,opt,name=sex,proto3" json:"sex,omitempty"` Email string `protobuf:"bytes,9,opt,name=email,proto3" json:"email,omitempty"` DeptId int32 `protobuf:"varint,10,opt,name=deptId,proto3" json:"deptId,omitempty"` PostId int32 `protobuf:"varint,11,opt,name=postId,proto3" json:"postId,omitempty"` RoleIds string `protobuf:"bytes,12,opt,name=roleIds,proto3" json:"roleIds,omitempty"` PostIds string `protobuf:"bytes,13,opt,name=postIds,proto3" json:"postIds,omitempty"` CreateBy string `protobuf:"bytes,14,opt,name=createBy,proto3" json:"createBy,omitempty"` UpdateBy string `protobuf:"bytes,15,opt,name=updateBy,proto3" json:"updateBy,omitempty"` Remark string `protobuf:"bytes,16,opt,name=remark,proto3" json:"remark,omitempty"` Status int32 `protobuf:"varint,17,opt,name=status,proto3" json:"status,omitempty"` Username string `protobuf:"bytes,18,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,19,opt,name=password,proto3" json:"password,omitempty"` RoleName string `protobuf:"bytes,20,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"` DeptName string `protobuf:"bytes,21,opt,name=dept_name,json=deptName,proto3" json:"dept_name,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,23,opt,name=updateTime,proto3" json:"updateTime,omitempty"` Secret string `protobuf:"bytes,24,opt,name=secret,proto3" json:"secret,omitempty"` Qrcode string `protobuf:"bytes,25,opt,name=qrcode,proto3" json:"qrcode,omitempty"` // contains filtered or unexported fields }
func (*UserData) Descriptor
deprecated
func (*UserData) GetCreateBy ¶
func (*UserData) GetCreateTime ¶
func (x *UserData) GetCreateTime() *timestamppb.Timestamp
func (*UserData) GetDeptName ¶
func (*UserData) GetNickName ¶
func (*UserData) GetPassword ¶
func (*UserData) GetPostIds ¶
func (*UserData) GetRoleIds ¶
func (*UserData) GetRoleName ¶
func (*UserData) GetUpdateBy ¶
func (*UserData) GetUpdateTime ¶
func (x *UserData) GetUpdateTime() *timestamppb.Timestamp
func (*UserData) GetUsername ¶
func (*UserData) ProtoMessage ¶
func (*UserData) ProtoMessage()
func (*UserData) ProtoReflect ¶
func (x *UserData) ProtoReflect() protoreflect.Message
func (*UserData) Validate ¶
Validate checks the field values on UserData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserData) ValidateAll ¶
ValidateAll checks the field values on UserData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserDataMultiError, or nil if none found.
type UserDataMultiError ¶
type UserDataMultiError []error
UserDataMultiError is an error wrapping multiple validation errors returned by UserData.ValidateAll() if the designated constraints aren't met.
func (UserDataMultiError) AllErrors ¶
func (m UserDataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserDataMultiError) Error ¶
func (m UserDataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserDataValidationError ¶
type UserDataValidationError struct {
// contains filtered or unexported fields
}
UserDataValidationError is the validation error returned by UserData.Validate if the designated constraints aren't met.
func (UserDataValidationError) Cause ¶
func (e UserDataValidationError) Cause() error
Cause function returns cause value.
func (UserDataValidationError) Error ¶
func (e UserDataValidationError) Error() string
Error satisfies the builtin error interface
func (UserDataValidationError) ErrorName ¶
func (e UserDataValidationError) ErrorName() string
ErrorName returns error name.
func (UserDataValidationError) Field ¶
func (e UserDataValidationError) Field() string
Field function returns field value.
func (UserDataValidationError) Key ¶
func (e UserDataValidationError) Key() bool
Key function returns key value.
func (UserDataValidationError) Reason ¶
func (e UserDataValidationError) Reason() string
Reason function returns reason value.
type UserInfo ¶
type UserInfo struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"` Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"` FaceURL string `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL,omitempty"` Gender int32 `protobuf:"varint,4,opt,name=gender,proto3" json:"gender,omitempty"` PhoneNumber string `protobuf:"bytes,5,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"` Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"` Motto string `protobuf:"bytes,8,opt,name=motto,proto3" json:"motto,omitempty"` Platform uint32 `protobuf:"varint,9,opt,name=platform,proto3" json:"platform,omitempty"` Birth *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=birth,proto3" json:"birth,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=createTime,proto3" json:"createTime,omitempty"` Account string `protobuf:"bytes,12,opt,name=account,proto3" json:"account,omitempty"` Level int32 `protobuf:"varint,13,opt,name=level,proto3" json:"level,omitempty"` LastLoginIp string `protobuf:"bytes,14,opt,name=lastLoginIp,proto3" json:"lastLoginIp,omitempty"` FriendCount int32 `protobuf:"varint,15,opt,name=friendCount,proto3" json:"friendCount,omitempty"` GroupCount int32 `protobuf:"varint,16,opt,name=groupCount,proto3" json:"groupCount,omitempty"` Status int32 `protobuf:"varint,17,opt,name=status,proto3" json:"status,omitempty"` LastLoginTime *timestamppb.Timestamp `protobuf:"bytes,18,opt,name=lastLoginTime,proto3" json:"lastLoginTime,omitempty"` FunctionStatus *UserInfoFunctionStatusList `protobuf:"bytes,20,opt,name=functionStatus,proto3" json:"functionStatus,omitempty"` IpList *UserInfoIpItemSet `protobuf:"bytes,21,opt,name=ipList,proto3" json:"ipList,omitempty"` AllowAddFriend int32 `protobuf:"varint,22,opt,name=allowAddFriend,proto3" json:"allowAddFriend,omitempty"` AllowCreateGroup int32 `protobuf:"varint,23,opt,name=allowCreateGroup,proto3" json:"allowCreateGroup,omitempty"` GroupMute int32 `protobuf:"varint,24,opt,name=groupMute,proto3" json:"groupMute,omitempty"` FriendMute int32 `protobuf:"varint,25,opt,name=friendMute,proto3" json:"friendMute,omitempty"` IsInIpWhiteList int32 `protobuf:"varint,26,opt,name=isInIpWhiteList,proto3" json:"isInIpWhiteList,omitempty"` FreezeAt *timestamppb.Timestamp `protobuf:"bytes,27,opt,name=freezeAt,proto3" json:"freezeAt,omitempty"` FreezeBy string `protobuf:"bytes,28,opt,name=freezeBy,proto3" json:"freezeBy,omitempty"` FreezeRemark string `protobuf:"bytes,29,opt,name=freezeRemark,proto3" json:"freezeRemark,omitempty"` // contains filtered or unexported fields }
func (*UserInfo) Descriptor
deprecated
func (*UserInfo) GetAccount ¶
func (*UserInfo) GetAllowAddFriend ¶
func (*UserInfo) GetAllowCreateGroup ¶
func (*UserInfo) GetBirth ¶
func (x *UserInfo) GetBirth() *timestamppb.Timestamp
func (*UserInfo) GetCreateTime ¶
func (x *UserInfo) GetCreateTime() *timestamppb.Timestamp
func (*UserInfo) GetFaceURL ¶
func (*UserInfo) GetFreezeAt ¶
func (x *UserInfo) GetFreezeAt() *timestamppb.Timestamp
func (*UserInfo) GetFreezeBy ¶
func (*UserInfo) GetFreezeRemark ¶
func (*UserInfo) GetFriendCount ¶
func (*UserInfo) GetFriendMute ¶
func (*UserInfo) GetFunctionStatus ¶
func (x *UserInfo) GetFunctionStatus() *UserInfoFunctionStatusList
func (*UserInfo) GetGroupCount ¶
func (*UserInfo) GetGroupMute ¶
func (*UserInfo) GetIpList ¶
func (x *UserInfo) GetIpList() *UserInfoIpItemSet
func (*UserInfo) GetIsInIpWhiteList ¶
func (*UserInfo) GetLastLoginIp ¶
func (*UserInfo) GetLastLoginTime ¶
func (x *UserInfo) GetLastLoginTime() *timestamppb.Timestamp
func (*UserInfo) GetNickname ¶
func (*UserInfo) GetPhoneNumber ¶
func (*UserInfo) GetPlatform ¶
func (*UserInfo) ProtoMessage ¶
func (*UserInfo) ProtoMessage()
func (*UserInfo) ProtoReflect ¶
func (x *UserInfo) ProtoReflect() protoreflect.Message
func (*UserInfo) Validate ¶
Validate checks the field values on UserInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserInfo) ValidateAll ¶
ValidateAll checks the field values on UserInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserInfoMultiError, or nil if none found.
type UserInfoFunctionStatusList ¶
type UserInfoFunctionStatusList struct { GroupMute int32 `protobuf:"varint,1,opt,name=groupMute,proto3" json:"groupMute,omitempty"` //群组禁言 FriendMute int32 `protobuf:"varint,2,opt,name=friendMute,proto3" json:"friendMute,omitempty"` //私聊禁言 CreateGroup int32 `protobuf:"varint,3,opt,name=createGroup,proto3" json:"createGroup,omitempty"` //禁止创建群聊 AddFriend int32 `protobuf:"varint,4,opt,name=addFriend,proto3" json:"addFriend,omitempty"` //禁止添加好友 FreezeAccount int32 `protobuf:"varint,5,opt,name=freezeAccount,proto3" json:"freezeAccount,omitempty"` //冻结帐户 // contains filtered or unexported fields }
func (*UserInfoFunctionStatusList) Descriptor
deprecated
func (*UserInfoFunctionStatusList) Descriptor() ([]byte, []int)
Deprecated: Use UserInfoFunctionStatusList.ProtoReflect.Descriptor instead.
func (*UserInfoFunctionStatusList) GetAddFriend ¶
func (x *UserInfoFunctionStatusList) GetAddFriend() int32
func (*UserInfoFunctionStatusList) GetCreateGroup ¶
func (x *UserInfoFunctionStatusList) GetCreateGroup() int32
func (*UserInfoFunctionStatusList) GetFreezeAccount ¶
func (x *UserInfoFunctionStatusList) GetFreezeAccount() int32
func (*UserInfoFunctionStatusList) GetFriendMute ¶
func (x *UserInfoFunctionStatusList) GetFriendMute() int32
func (*UserInfoFunctionStatusList) GetGroupMute ¶
func (x *UserInfoFunctionStatusList) GetGroupMute() int32
func (*UserInfoFunctionStatusList) ProtoMessage ¶
func (*UserInfoFunctionStatusList) ProtoMessage()
func (*UserInfoFunctionStatusList) ProtoReflect ¶
func (x *UserInfoFunctionStatusList) ProtoReflect() protoreflect.Message
func (*UserInfoFunctionStatusList) Reset ¶
func (x *UserInfoFunctionStatusList) Reset()
func (*UserInfoFunctionStatusList) String ¶
func (x *UserInfoFunctionStatusList) String() string
func (*UserInfoFunctionStatusList) Validate ¶
func (m *UserInfoFunctionStatusList) Validate() error
Validate checks the field values on UserInfoFunctionStatusList with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserInfoFunctionStatusList) ValidateAll ¶
func (m *UserInfoFunctionStatusList) ValidateAll() error
ValidateAll checks the field values on UserInfoFunctionStatusList with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserInfoFunctionStatusListMultiError, or nil if none found.
type UserInfoFunctionStatusListMultiError ¶
type UserInfoFunctionStatusListMultiError []error
UserInfoFunctionStatusListMultiError is an error wrapping multiple validation errors returned by UserInfoFunctionStatusList.ValidateAll() if the designated constraints aren't met.
func (UserInfoFunctionStatusListMultiError) AllErrors ¶
func (m UserInfoFunctionStatusListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserInfoFunctionStatusListMultiError) Error ¶
func (m UserInfoFunctionStatusListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserInfoFunctionStatusListValidationError ¶
type UserInfoFunctionStatusListValidationError struct {
// contains filtered or unexported fields
}
UserInfoFunctionStatusListValidationError is the validation error returned by UserInfoFunctionStatusList.Validate if the designated constraints aren't met.
func (UserInfoFunctionStatusListValidationError) Cause ¶
func (e UserInfoFunctionStatusListValidationError) Cause() error
Cause function returns cause value.
func (UserInfoFunctionStatusListValidationError) Error ¶
func (e UserInfoFunctionStatusListValidationError) Error() string
Error satisfies the builtin error interface
func (UserInfoFunctionStatusListValidationError) ErrorName ¶
func (e UserInfoFunctionStatusListValidationError) ErrorName() string
ErrorName returns error name.
func (UserInfoFunctionStatusListValidationError) Field ¶
func (e UserInfoFunctionStatusListValidationError) Field() string
Field function returns field value.
func (UserInfoFunctionStatusListValidationError) Key ¶
func (e UserInfoFunctionStatusListValidationError) Key() bool
Key function returns key value.
func (UserInfoFunctionStatusListValidationError) Reason ¶
func (e UserInfoFunctionStatusListValidationError) Reason() string
Reason function returns reason value.
type UserInfoIpItem ¶
type UserInfoIpItem struct { Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` //ip IsProhibited int32 `protobuf:"varint,2,opt,name=isProhibited,proto3" json:"isProhibited,omitempty"` //是否已封禁 // contains filtered or unexported fields }
func (*UserInfoIpItem) Descriptor
deprecated
func (*UserInfoIpItem) Descriptor() ([]byte, []int)
Deprecated: Use UserInfoIpItem.ProtoReflect.Descriptor instead.
func (*UserInfoIpItem) GetIp ¶
func (x *UserInfoIpItem) GetIp() string
func (*UserInfoIpItem) GetIsProhibited ¶
func (x *UserInfoIpItem) GetIsProhibited() int32
func (*UserInfoIpItem) ProtoMessage ¶
func (*UserInfoIpItem) ProtoMessage()
func (*UserInfoIpItem) ProtoReflect ¶
func (x *UserInfoIpItem) ProtoReflect() protoreflect.Message
func (*UserInfoIpItem) Reset ¶
func (x *UserInfoIpItem) Reset()
func (*UserInfoIpItem) String ¶
func (x *UserInfoIpItem) String() string
func (*UserInfoIpItem) Validate ¶
func (m *UserInfoIpItem) Validate() error
Validate checks the field values on UserInfoIpItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserInfoIpItem) ValidateAll ¶
func (m *UserInfoIpItem) ValidateAll() error
ValidateAll checks the field values on UserInfoIpItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserInfoIpItemMultiError, or nil if none found.
type UserInfoIpItemMultiError ¶
type UserInfoIpItemMultiError []error
UserInfoIpItemMultiError is an error wrapping multiple validation errors returned by UserInfoIpItem.ValidateAll() if the designated constraints aren't met.
func (UserInfoIpItemMultiError) AllErrors ¶
func (m UserInfoIpItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserInfoIpItemMultiError) Error ¶
func (m UserInfoIpItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserInfoIpItemSet ¶
type UserInfoIpItemSet struct { IpItem []*UserInfoIpItem `protobuf:"bytes,1,rep,name=ipItem,proto3" json:"ipItem,omitempty"` IsMultiTerminalLogin int32 `protobuf:"varint,2,opt,name=isMultiTerminalLogin,proto3" json:"isMultiTerminalLogin,omitempty"` //是否多端登录 // contains filtered or unexported fields }
func (*UserInfoIpItemSet) Descriptor
deprecated
func (*UserInfoIpItemSet) Descriptor() ([]byte, []int)
Deprecated: Use UserInfoIpItemSet.ProtoReflect.Descriptor instead.
func (*UserInfoIpItemSet) GetIpItem ¶
func (x *UserInfoIpItemSet) GetIpItem() []*UserInfoIpItem
func (*UserInfoIpItemSet) GetIsMultiTerminalLogin ¶
func (x *UserInfoIpItemSet) GetIsMultiTerminalLogin() int32
func (*UserInfoIpItemSet) ProtoMessage ¶
func (*UserInfoIpItemSet) ProtoMessage()
func (*UserInfoIpItemSet) ProtoReflect ¶
func (x *UserInfoIpItemSet) ProtoReflect() protoreflect.Message
func (*UserInfoIpItemSet) Reset ¶
func (x *UserInfoIpItemSet) Reset()
func (*UserInfoIpItemSet) String ¶
func (x *UserInfoIpItemSet) String() string
func (*UserInfoIpItemSet) Validate ¶
func (m *UserInfoIpItemSet) Validate() error
Validate checks the field values on UserInfoIpItemSet with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserInfoIpItemSet) ValidateAll ¶
func (m *UserInfoIpItemSet) ValidateAll() error
ValidateAll checks the field values on UserInfoIpItemSet with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserInfoIpItemSetMultiError, or nil if none found.
type UserInfoIpItemSetMultiError ¶
type UserInfoIpItemSetMultiError []error
UserInfoIpItemSetMultiError is an error wrapping multiple validation errors returned by UserInfoIpItemSet.ValidateAll() if the designated constraints aren't met.
func (UserInfoIpItemSetMultiError) AllErrors ¶
func (m UserInfoIpItemSetMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserInfoIpItemSetMultiError) Error ¶
func (m UserInfoIpItemSetMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserInfoIpItemSetValidationError ¶
type UserInfoIpItemSetValidationError struct {
// contains filtered or unexported fields
}
UserInfoIpItemSetValidationError is the validation error returned by UserInfoIpItemSet.Validate if the designated constraints aren't met.
func (UserInfoIpItemSetValidationError) Cause ¶
func (e UserInfoIpItemSetValidationError) Cause() error
Cause function returns cause value.
func (UserInfoIpItemSetValidationError) Error ¶
func (e UserInfoIpItemSetValidationError) Error() string
Error satisfies the builtin error interface
func (UserInfoIpItemSetValidationError) ErrorName ¶
func (e UserInfoIpItemSetValidationError) ErrorName() string
ErrorName returns error name.
func (UserInfoIpItemSetValidationError) Field ¶
func (e UserInfoIpItemSetValidationError) Field() string
Field function returns field value.
func (UserInfoIpItemSetValidationError) Key ¶
func (e UserInfoIpItemSetValidationError) Key() bool
Key function returns key value.
func (UserInfoIpItemSetValidationError) Reason ¶
func (e UserInfoIpItemSetValidationError) Reason() string
Reason function returns reason value.
type UserInfoIpItemValidationError ¶
type UserInfoIpItemValidationError struct {
// contains filtered or unexported fields
}
UserInfoIpItemValidationError is the validation error returned by UserInfoIpItem.Validate if the designated constraints aren't met.
func (UserInfoIpItemValidationError) Cause ¶
func (e UserInfoIpItemValidationError) Cause() error
Cause function returns cause value.
func (UserInfoIpItemValidationError) Error ¶
func (e UserInfoIpItemValidationError) Error() string
Error satisfies the builtin error interface
func (UserInfoIpItemValidationError) ErrorName ¶
func (e UserInfoIpItemValidationError) ErrorName() string
ErrorName returns error name.
func (UserInfoIpItemValidationError) Field ¶
func (e UserInfoIpItemValidationError) Field() string
Field function returns field value.
func (UserInfoIpItemValidationError) Key ¶
func (e UserInfoIpItemValidationError) Key() bool
Key function returns key value.
func (UserInfoIpItemValidationError) Reason ¶
func (e UserInfoIpItemValidationError) Reason() string
Reason function returns reason value.
type UserInfoMultiError ¶
type UserInfoMultiError []error
UserInfoMultiError is an error wrapping multiple validation errors returned by UserInfo.ValidateAll() if the designated constraints aren't met.
func (UserInfoMultiError) AllErrors ¶
func (m UserInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserInfoMultiError) Error ¶
func (m UserInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserInfoValidationError ¶
type UserInfoValidationError struct {
// contains filtered or unexported fields
}
UserInfoValidationError is the validation error returned by UserInfo.Validate if the designated constraints aren't met.
func (UserInfoValidationError) Cause ¶
func (e UserInfoValidationError) Cause() error
Cause function returns cause value.
func (UserInfoValidationError) Error ¶
func (e UserInfoValidationError) Error() string
Error satisfies the builtin error interface
func (UserInfoValidationError) ErrorName ¶
func (e UserInfoValidationError) ErrorName() string
ErrorName returns error name.
func (UserInfoValidationError) Field ¶
func (e UserInfoValidationError) Field() string
Field function returns field value.
func (UserInfoValidationError) Key ¶
func (e UserInfoValidationError) Key() bool
Key function returns key value.
func (UserInfoValidationError) Reason ¶
func (e UserInfoValidationError) Reason() string
Reason function returns reason value.
Source Files ¶
- api.pb.go
- api.pb.validate.go
- api_grpc.pb.go
- api_http.pb.go
- base.pb.go
- base.pb.validate.go
- common.pb.go
- common.pb.validate.go
- dept.pb.go
- dept.pb.validate.go
- dept_grpc.pb.go
- dept_http.pb.go
- dictdata.pb.go
- dictdata.pb.validate.go
- dictdata_grpc.pb.go
- dictdata_http.pb.go
- dicttype.pb.go
- dicttype.pb.validate.go
- dicttype_grpc.pb.go
- dicttype_http.pb.go
- menus.pb.go
- menus.pb.validate.go
- menus_grpc.pb.go
- menus_http.pb.go
- post.pb.go
- post.pb.validate.go
- post_grpc.pb.go
- post_http.pb.go
- roles.pb.go
- roles.pb.validate.go
- roles_grpc.pb.go
- roles_http.pb.go
- sysuser.pb.go
- sysuser.pb.validate.go
- sysuser_error.pb.go
- sysuser_error.pb.validate.go
- sysuser_error_errors.pb.go
- sysuser_grpc.pb.go
- sysuser_http.pb.go