Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterDictionaryHTTPServer(s *http.Server, srv DictionaryHTTPServer)
- func RegisterDictionaryServer(s grpc.ServiceRegistrar, srv DictionaryServer)
- type CreateDictionaryReply
- func (*CreateDictionaryReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDictionaryReply) GetId() uint32
- func (*CreateDictionaryReply) ProtoMessage()
- func (x *CreateDictionaryReply) ProtoReflect() protoreflect.Message
- func (x *CreateDictionaryReply) Reset()
- func (x *CreateDictionaryReply) String() string
- func (m *CreateDictionaryReply) Validate() error
- func (m *CreateDictionaryReply) ValidateAll() error
- type CreateDictionaryReplyMultiError
- type CreateDictionaryReplyValidationError
- func (e CreateDictionaryReplyValidationError) Cause() error
- func (e CreateDictionaryReplyValidationError) Error() string
- func (e CreateDictionaryReplyValidationError) ErrorName() string
- func (e CreateDictionaryReplyValidationError) Field() string
- func (e CreateDictionaryReplyValidationError) Key() bool
- func (e CreateDictionaryReplyValidationError) Reason() string
- type CreateDictionaryRequest
- func (*CreateDictionaryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDictionaryRequest) GetDescription() string
- func (x *CreateDictionaryRequest) GetKeyword() string
- func (x *CreateDictionaryRequest) GetName() string
- func (*CreateDictionaryRequest) ProtoMessage()
- func (x *CreateDictionaryRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDictionaryRequest) Reset()
- func (x *CreateDictionaryRequest) String() string
- func (m *CreateDictionaryRequest) Validate() error
- func (m *CreateDictionaryRequest) ValidateAll() error
- type CreateDictionaryRequestMultiError
- type CreateDictionaryRequestValidationError
- func (e CreateDictionaryRequestValidationError) Cause() error
- func (e CreateDictionaryRequestValidationError) Error() string
- func (e CreateDictionaryRequestValidationError) ErrorName() string
- func (e CreateDictionaryRequestValidationError) Field() string
- func (e CreateDictionaryRequestValidationError) Key() bool
- func (e CreateDictionaryRequestValidationError) Reason() string
- type CreateDictionaryValueReply
- func (*CreateDictionaryValueReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDictionaryValueReply) GetId() uint32
- func (*CreateDictionaryValueReply) ProtoMessage()
- func (x *CreateDictionaryValueReply) ProtoReflect() protoreflect.Message
- func (x *CreateDictionaryValueReply) Reset()
- func (x *CreateDictionaryValueReply) String() string
- func (m *CreateDictionaryValueReply) Validate() error
- func (m *CreateDictionaryValueReply) ValidateAll() error
- type CreateDictionaryValueReplyMultiError
- type CreateDictionaryValueReplyValidationError
- func (e CreateDictionaryValueReplyValidationError) Cause() error
- func (e CreateDictionaryValueReplyValidationError) Error() string
- func (e CreateDictionaryValueReplyValidationError) ErrorName() string
- func (e CreateDictionaryValueReplyValidationError) Field() string
- func (e CreateDictionaryValueReplyValidationError) Key() bool
- func (e CreateDictionaryValueReplyValidationError) Reason() string
- type CreateDictionaryValueRequest
- func (*CreateDictionaryValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDictionaryValueRequest) GetDescription() string
- func (x *CreateDictionaryValueRequest) GetDictionaryId() uint32
- func (x *CreateDictionaryValueRequest) GetExtra() string
- func (x *CreateDictionaryValueRequest) GetLabel() string
- func (x *CreateDictionaryValueRequest) GetStatus() bool
- func (x *CreateDictionaryValueRequest) GetType() string
- func (x *CreateDictionaryValueRequest) GetValue() string
- func (x *CreateDictionaryValueRequest) GetWeight() int32
- func (*CreateDictionaryValueRequest) ProtoMessage()
- func (x *CreateDictionaryValueRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDictionaryValueRequest) Reset()
- func (x *CreateDictionaryValueRequest) String() string
- func (m *CreateDictionaryValueRequest) Validate() error
- func (m *CreateDictionaryValueRequest) ValidateAll() error
- type CreateDictionaryValueRequestMultiError
- type CreateDictionaryValueRequestValidationError
- func (e CreateDictionaryValueRequestValidationError) Cause() error
- func (e CreateDictionaryValueRequestValidationError) Error() string
- func (e CreateDictionaryValueRequestValidationError) ErrorName() string
- func (e CreateDictionaryValueRequestValidationError) Field() string
- func (e CreateDictionaryValueRequestValidationError) Key() bool
- func (e CreateDictionaryValueRequestValidationError) Reason() string
- type DeleteDictionaryReply
- func (*DeleteDictionaryReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictionaryReply) GetTotal() uint32
- func (*DeleteDictionaryReply) ProtoMessage()
- func (x *DeleteDictionaryReply) ProtoReflect() protoreflect.Message
- func (x *DeleteDictionaryReply) Reset()
- func (x *DeleteDictionaryReply) String() string
- func (m *DeleteDictionaryReply) Validate() error
- func (m *DeleteDictionaryReply) ValidateAll() error
- type DeleteDictionaryReplyMultiError
- type DeleteDictionaryReplyValidationError
- func (e DeleteDictionaryReplyValidationError) Cause() error
- func (e DeleteDictionaryReplyValidationError) Error() string
- func (e DeleteDictionaryReplyValidationError) ErrorName() string
- func (e DeleteDictionaryReplyValidationError) Field() string
- func (e DeleteDictionaryReplyValidationError) Key() bool
- func (e DeleteDictionaryReplyValidationError) Reason() string
- type DeleteDictionaryRequest
- func (*DeleteDictionaryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictionaryRequest) GetIds() []uint32
- func (*DeleteDictionaryRequest) ProtoMessage()
- func (x *DeleteDictionaryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDictionaryRequest) Reset()
- func (x *DeleteDictionaryRequest) String() string
- func (m *DeleteDictionaryRequest) Validate() error
- func (m *DeleteDictionaryRequest) ValidateAll() error
- type DeleteDictionaryRequestMultiError
- type DeleteDictionaryRequestValidationError
- func (e DeleteDictionaryRequestValidationError) Cause() error
- func (e DeleteDictionaryRequestValidationError) Error() string
- func (e DeleteDictionaryRequestValidationError) ErrorName() string
- func (e DeleteDictionaryRequestValidationError) Field() string
- func (e DeleteDictionaryRequestValidationError) Key() bool
- func (e DeleteDictionaryRequestValidationError) Reason() string
- type DeleteDictionaryValueReply
- func (*DeleteDictionaryValueReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictionaryValueReply) GetTotal() uint32
- func (*DeleteDictionaryValueReply) ProtoMessage()
- func (x *DeleteDictionaryValueReply) ProtoReflect() protoreflect.Message
- func (x *DeleteDictionaryValueReply) Reset()
- func (x *DeleteDictionaryValueReply) String() string
- func (m *DeleteDictionaryValueReply) Validate() error
- func (m *DeleteDictionaryValueReply) ValidateAll() error
- type DeleteDictionaryValueReplyMultiError
- type DeleteDictionaryValueReplyValidationError
- func (e DeleteDictionaryValueReplyValidationError) Cause() error
- func (e DeleteDictionaryValueReplyValidationError) Error() string
- func (e DeleteDictionaryValueReplyValidationError) ErrorName() string
- func (e DeleteDictionaryValueReplyValidationError) Field() string
- func (e DeleteDictionaryValueReplyValidationError) Key() bool
- func (e DeleteDictionaryValueReplyValidationError) Reason() string
- type DeleteDictionaryValueRequest
- func (*DeleteDictionaryValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDictionaryValueRequest) GetIds() []uint32
- func (*DeleteDictionaryValueRequest) ProtoMessage()
- func (x *DeleteDictionaryValueRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDictionaryValueRequest) Reset()
- func (x *DeleteDictionaryValueRequest) String() string
- func (m *DeleteDictionaryValueRequest) Validate() error
- func (m *DeleteDictionaryValueRequest) ValidateAll() error
- type DeleteDictionaryValueRequestMultiError
- type DeleteDictionaryValueRequestValidationError
- func (e DeleteDictionaryValueRequestValidationError) Cause() error
- func (e DeleteDictionaryValueRequestValidationError) Error() string
- func (e DeleteDictionaryValueRequestValidationError) ErrorName() string
- func (e DeleteDictionaryValueRequestValidationError) Field() string
- func (e DeleteDictionaryValueRequestValidationError) Key() bool
- func (e DeleteDictionaryValueRequestValidationError) Reason() string
- type DictionaryClient
- type DictionaryHTTPClient
- type DictionaryHTTPClientImpl
- func (c *DictionaryHTTPClientImpl) CreateDictionary(ctx context.Context, in *CreateDictionaryRequest, opts ...http.CallOption) (*CreateDictionaryReply, error)
- func (c *DictionaryHTTPClientImpl) CreateDictionaryValue(ctx context.Context, in *CreateDictionaryValueRequest, opts ...http.CallOption) (*CreateDictionaryValueReply, error)
- func (c *DictionaryHTTPClientImpl) DeleteDictionary(ctx context.Context, in *DeleteDictionaryRequest, opts ...http.CallOption) (*DeleteDictionaryReply, error)
- func (c *DictionaryHTTPClientImpl) DeleteDictionaryValue(ctx context.Context, in *DeleteDictionaryValueRequest, opts ...http.CallOption) (*DeleteDictionaryValueReply, error)
- func (c *DictionaryHTTPClientImpl) GetDictionary(ctx context.Context, in *GetDictionaryRequest, opts ...http.CallOption) (*GetDictionaryReply, error)
- func (c *DictionaryHTTPClientImpl) ListDictionary(ctx context.Context, in *ListDictionaryRequest, opts ...http.CallOption) (*ListDictionaryReply, error)
- func (c *DictionaryHTTPClientImpl) ListDictionaryValue(ctx context.Context, in *ListDictionaryValueRequest, opts ...http.CallOption) (*ListDictionaryValueReply, error)
- func (c *DictionaryHTTPClientImpl) UpdateDictionary(ctx context.Context, in *UpdateDictionaryRequest, opts ...http.CallOption) (*UpdateDictionaryReply, error)
- func (c *DictionaryHTTPClientImpl) UpdateDictionaryValue(ctx context.Context, in *UpdateDictionaryValueRequest, opts ...http.CallOption) (*UpdateDictionaryValueReply, error)
- func (c *DictionaryHTTPClientImpl) UpdateDictionaryValueStatus(ctx context.Context, in *UpdateDictionaryValueStatusRequest, ...) (*UpdateDictionaryValueStatusReply, error)
- type DictionaryHTTPServer
- type DictionaryServer
- type GetDictionaryReply
- func (*GetDictionaryReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetDictionaryReply) GetCreatedAt() uint32
- func (x *GetDictionaryReply) GetDescription() string
- func (x *GetDictionaryReply) GetId() uint32
- func (x *GetDictionaryReply) GetKeyword() string
- func (x *GetDictionaryReply) GetName() string
- func (x *GetDictionaryReply) GetUpdatedAt() uint32
- func (*GetDictionaryReply) ProtoMessage()
- func (x *GetDictionaryReply) ProtoReflect() protoreflect.Message
- func (x *GetDictionaryReply) Reset()
- func (x *GetDictionaryReply) String() string
- func (m *GetDictionaryReply) Validate() error
- func (m *GetDictionaryReply) ValidateAll() error
- type GetDictionaryReplyMultiError
- type GetDictionaryReplyValidationError
- func (e GetDictionaryReplyValidationError) Cause() error
- func (e GetDictionaryReplyValidationError) Error() string
- func (e GetDictionaryReplyValidationError) ErrorName() string
- func (e GetDictionaryReplyValidationError) Field() string
- func (e GetDictionaryReplyValidationError) Key() bool
- func (e GetDictionaryReplyValidationError) Reason() string
- type GetDictionaryRequest
- func (*GetDictionaryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDictionaryRequest) GetId() uint32
- func (x *GetDictionaryRequest) GetKeyword() string
- func (*GetDictionaryRequest) ProtoMessage()
- func (x *GetDictionaryRequest) ProtoReflect() protoreflect.Message
- func (x *GetDictionaryRequest) Reset()
- func (x *GetDictionaryRequest) String() string
- func (m *GetDictionaryRequest) Validate() error
- func (m *GetDictionaryRequest) ValidateAll() error
- type GetDictionaryRequestMultiError
- type GetDictionaryRequestValidationError
- func (e GetDictionaryRequestValidationError) Cause() error
- func (e GetDictionaryRequestValidationError) Error() string
- func (e GetDictionaryRequestValidationError) ErrorName() string
- func (e GetDictionaryRequestValidationError) Field() string
- func (e GetDictionaryRequestValidationError) Key() bool
- func (e GetDictionaryRequestValidationError) Reason() string
- type ListDictionaryReply
- func (*ListDictionaryReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictionaryReply) GetList() []*ListDictionaryReply_Dictionary
- func (x *ListDictionaryReply) GetTotal() uint32
- func (*ListDictionaryReply) ProtoMessage()
- func (x *ListDictionaryReply) ProtoReflect() protoreflect.Message
- func (x *ListDictionaryReply) Reset()
- func (x *ListDictionaryReply) String() string
- func (m *ListDictionaryReply) Validate() error
- func (m *ListDictionaryReply) ValidateAll() error
- type ListDictionaryReplyMultiError
- type ListDictionaryReplyValidationError
- func (e ListDictionaryReplyValidationError) Cause() error
- func (e ListDictionaryReplyValidationError) Error() string
- func (e ListDictionaryReplyValidationError) ErrorName() string
- func (e ListDictionaryReplyValidationError) Field() string
- func (e ListDictionaryReplyValidationError) Key() bool
- func (e ListDictionaryReplyValidationError) Reason() string
- type ListDictionaryReply_Dictionary
- func (*ListDictionaryReply_Dictionary) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictionaryReply_Dictionary) GetCreatedAt() uint32
- func (x *ListDictionaryReply_Dictionary) GetDescription() string
- func (x *ListDictionaryReply_Dictionary) GetId() uint32
- func (x *ListDictionaryReply_Dictionary) GetKeyword() string
- func (x *ListDictionaryReply_Dictionary) GetName() string
- func (x *ListDictionaryReply_Dictionary) GetUpdatedAt() uint32
- func (*ListDictionaryReply_Dictionary) ProtoMessage()
- func (x *ListDictionaryReply_Dictionary) ProtoReflect() protoreflect.Message
- func (x *ListDictionaryReply_Dictionary) Reset()
- func (x *ListDictionaryReply_Dictionary) String() string
- func (m *ListDictionaryReply_Dictionary) Validate() error
- func (m *ListDictionaryReply_Dictionary) ValidateAll() error
- type ListDictionaryReply_DictionaryMultiError
- type ListDictionaryReply_DictionaryValidationError
- func (e ListDictionaryReply_DictionaryValidationError) Cause() error
- func (e ListDictionaryReply_DictionaryValidationError) Error() string
- func (e ListDictionaryReply_DictionaryValidationError) ErrorName() string
- func (e ListDictionaryReply_DictionaryValidationError) Field() string
- func (e ListDictionaryReply_DictionaryValidationError) Key() bool
- func (e ListDictionaryReply_DictionaryValidationError) Reason() string
- type ListDictionaryRequest
- func (*ListDictionaryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictionaryRequest) GetKeyword() string
- func (x *ListDictionaryRequest) GetName() string
- func (x *ListDictionaryRequest) GetOrder() string
- func (x *ListDictionaryRequest) GetOrderBy() string
- func (x *ListDictionaryRequest) GetPage() uint32
- func (x *ListDictionaryRequest) GetPageSize() uint32
- func (*ListDictionaryRequest) ProtoMessage()
- func (x *ListDictionaryRequest) ProtoReflect() protoreflect.Message
- func (x *ListDictionaryRequest) Reset()
- func (x *ListDictionaryRequest) String() string
- func (m *ListDictionaryRequest) Validate() error
- func (m *ListDictionaryRequest) ValidateAll() error
- type ListDictionaryRequestMultiError
- type ListDictionaryRequestValidationError
- func (e ListDictionaryRequestValidationError) Cause() error
- func (e ListDictionaryRequestValidationError) Error() string
- func (e ListDictionaryRequestValidationError) ErrorName() string
- func (e ListDictionaryRequestValidationError) Field() string
- func (e ListDictionaryRequestValidationError) Key() bool
- func (e ListDictionaryRequestValidationError) Reason() string
- type ListDictionaryValueReply
- func (*ListDictionaryValueReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictionaryValueReply) GetList() []*ListDictionaryValueReply_DictionaryValue
- func (x *ListDictionaryValueReply) GetTotal() uint32
- func (*ListDictionaryValueReply) ProtoMessage()
- func (x *ListDictionaryValueReply) ProtoReflect() protoreflect.Message
- func (x *ListDictionaryValueReply) Reset()
- func (x *ListDictionaryValueReply) String() string
- func (m *ListDictionaryValueReply) Validate() error
- func (m *ListDictionaryValueReply) ValidateAll() error
- type ListDictionaryValueReplyMultiError
- type ListDictionaryValueReplyValidationError
- func (e ListDictionaryValueReplyValidationError) Cause() error
- func (e ListDictionaryValueReplyValidationError) Error() string
- func (e ListDictionaryValueReplyValidationError) ErrorName() string
- func (e ListDictionaryValueReplyValidationError) Field() string
- func (e ListDictionaryValueReplyValidationError) Key() bool
- func (e ListDictionaryValueReplyValidationError) Reason() string
- type ListDictionaryValueReply_DictionaryValue
- func (*ListDictionaryValueReply_DictionaryValue) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictionaryValueReply_DictionaryValue) GetCreatedAt() uint32
- func (x *ListDictionaryValueReply_DictionaryValue) GetDescription() string
- func (x *ListDictionaryValueReply_DictionaryValue) GetDictionaryId() uint32
- func (x *ListDictionaryValueReply_DictionaryValue) GetExtra() string
- func (x *ListDictionaryValueReply_DictionaryValue) GetId() uint32
- func (x *ListDictionaryValueReply_DictionaryValue) GetLabel() string
- func (x *ListDictionaryValueReply_DictionaryValue) GetStatus() bool
- func (x *ListDictionaryValueReply_DictionaryValue) GetType() string
- func (x *ListDictionaryValueReply_DictionaryValue) GetUpdatedAt() uint32
- func (x *ListDictionaryValueReply_DictionaryValue) GetValue() string
- func (x *ListDictionaryValueReply_DictionaryValue) GetWeight() int32
- func (*ListDictionaryValueReply_DictionaryValue) ProtoMessage()
- func (x *ListDictionaryValueReply_DictionaryValue) ProtoReflect() protoreflect.Message
- func (x *ListDictionaryValueReply_DictionaryValue) Reset()
- func (x *ListDictionaryValueReply_DictionaryValue) String() string
- func (m *ListDictionaryValueReply_DictionaryValue) Validate() error
- func (m *ListDictionaryValueReply_DictionaryValue) ValidateAll() error
- type ListDictionaryValueReply_DictionaryValueMultiError
- type ListDictionaryValueReply_DictionaryValueValidationError
- func (e ListDictionaryValueReply_DictionaryValueValidationError) Cause() error
- func (e ListDictionaryValueReply_DictionaryValueValidationError) Error() string
- func (e ListDictionaryValueReply_DictionaryValueValidationError) ErrorName() string
- func (e ListDictionaryValueReply_DictionaryValueValidationError) Field() string
- func (e ListDictionaryValueReply_DictionaryValueValidationError) Key() bool
- func (e ListDictionaryValueReply_DictionaryValueValidationError) Reason() string
- type ListDictionaryValueRequest
- func (*ListDictionaryValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDictionaryValueRequest) GetDictionaryId() uint32
- func (x *ListDictionaryValueRequest) GetLabel() string
- func (x *ListDictionaryValueRequest) GetOrder() string
- func (x *ListDictionaryValueRequest) GetOrderBy() string
- func (x *ListDictionaryValueRequest) GetPage() uint32
- func (x *ListDictionaryValueRequest) GetPageSize() uint32
- func (x *ListDictionaryValueRequest) GetStatus() bool
- func (x *ListDictionaryValueRequest) GetValue() string
- func (*ListDictionaryValueRequest) ProtoMessage()
- func (x *ListDictionaryValueRequest) ProtoReflect() protoreflect.Message
- func (x *ListDictionaryValueRequest) Reset()
- func (x *ListDictionaryValueRequest) String() string
- func (m *ListDictionaryValueRequest) Validate() error
- func (m *ListDictionaryValueRequest) ValidateAll() error
- type ListDictionaryValueRequestMultiError
- type ListDictionaryValueRequestValidationError
- func (e ListDictionaryValueRequestValidationError) Cause() error
- func (e ListDictionaryValueRequestValidationError) Error() string
- func (e ListDictionaryValueRequestValidationError) ErrorName() string
- func (e ListDictionaryValueRequestValidationError) Field() string
- func (e ListDictionaryValueRequestValidationError) Key() bool
- func (e ListDictionaryValueRequestValidationError) Reason() string
- type UnimplementedDictionaryServer
- func (UnimplementedDictionaryServer) CreateDictionary(context.Context, *CreateDictionaryRequest) (*CreateDictionaryReply, error)
- func (UnimplementedDictionaryServer) CreateDictionaryValue(context.Context, *CreateDictionaryValueRequest) (*CreateDictionaryValueReply, error)
- func (UnimplementedDictionaryServer) DeleteDictionary(context.Context, *DeleteDictionaryRequest) (*DeleteDictionaryReply, error)
- func (UnimplementedDictionaryServer) DeleteDictionaryValue(context.Context, *DeleteDictionaryValueRequest) (*DeleteDictionaryValueReply, error)
- func (UnimplementedDictionaryServer) GetDictionary(context.Context, *GetDictionaryRequest) (*GetDictionaryReply, error)
- func (UnimplementedDictionaryServer) ListDictionary(context.Context, *ListDictionaryRequest) (*ListDictionaryReply, error)
- func (UnimplementedDictionaryServer) ListDictionaryValue(context.Context, *ListDictionaryValueRequest) (*ListDictionaryValueReply, error)
- func (UnimplementedDictionaryServer) UpdateDictionary(context.Context, *UpdateDictionaryRequest) (*UpdateDictionaryReply, error)
- func (UnimplementedDictionaryServer) UpdateDictionaryValue(context.Context, *UpdateDictionaryValueRequest) (*UpdateDictionaryValueReply, error)
- func (UnimplementedDictionaryServer) UpdateDictionaryValueStatus(context.Context, *UpdateDictionaryValueStatusRequest) (*UpdateDictionaryValueStatusReply, error)
- type UnsafeDictionaryServer
- type UpdateDictionaryReply
- func (*UpdateDictionaryReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdateDictionaryReply) ProtoMessage()
- func (x *UpdateDictionaryReply) ProtoReflect() protoreflect.Message
- func (x *UpdateDictionaryReply) Reset()
- func (x *UpdateDictionaryReply) String() string
- func (m *UpdateDictionaryReply) Validate() error
- func (m *UpdateDictionaryReply) ValidateAll() error
- type UpdateDictionaryReplyMultiError
- type UpdateDictionaryReplyValidationError
- func (e UpdateDictionaryReplyValidationError) Cause() error
- func (e UpdateDictionaryReplyValidationError) Error() string
- func (e UpdateDictionaryReplyValidationError) ErrorName() string
- func (e UpdateDictionaryReplyValidationError) Field() string
- func (e UpdateDictionaryReplyValidationError) Key() bool
- func (e UpdateDictionaryReplyValidationError) Reason() string
- type UpdateDictionaryRequest
- func (*UpdateDictionaryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDictionaryRequest) GetDescription() string
- func (x *UpdateDictionaryRequest) GetId() uint32
- func (x *UpdateDictionaryRequest) GetKeyword() string
- func (x *UpdateDictionaryRequest) GetName() string
- func (*UpdateDictionaryRequest) ProtoMessage()
- func (x *UpdateDictionaryRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDictionaryRequest) Reset()
- func (x *UpdateDictionaryRequest) String() string
- func (m *UpdateDictionaryRequest) Validate() error
- func (m *UpdateDictionaryRequest) ValidateAll() error
- type UpdateDictionaryRequestMultiError
- type UpdateDictionaryRequestValidationError
- func (e UpdateDictionaryRequestValidationError) Cause() error
- func (e UpdateDictionaryRequestValidationError) Error() string
- func (e UpdateDictionaryRequestValidationError) ErrorName() string
- func (e UpdateDictionaryRequestValidationError) Field() string
- func (e UpdateDictionaryRequestValidationError) Key() bool
- func (e UpdateDictionaryRequestValidationError) Reason() string
- type UpdateDictionaryValueReply
- func (*UpdateDictionaryValueReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdateDictionaryValueReply) ProtoMessage()
- func (x *UpdateDictionaryValueReply) ProtoReflect() protoreflect.Message
- func (x *UpdateDictionaryValueReply) Reset()
- func (x *UpdateDictionaryValueReply) String() string
- func (m *UpdateDictionaryValueReply) Validate() error
- func (m *UpdateDictionaryValueReply) ValidateAll() error
- type UpdateDictionaryValueReplyMultiError
- type UpdateDictionaryValueReplyValidationError
- func (e UpdateDictionaryValueReplyValidationError) Cause() error
- func (e UpdateDictionaryValueReplyValidationError) Error() string
- func (e UpdateDictionaryValueReplyValidationError) ErrorName() string
- func (e UpdateDictionaryValueReplyValidationError) Field() string
- func (e UpdateDictionaryValueReplyValidationError) Key() bool
- func (e UpdateDictionaryValueReplyValidationError) Reason() string
- type UpdateDictionaryValueRequest
- func (*UpdateDictionaryValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDictionaryValueRequest) GetDescription() string
- func (x *UpdateDictionaryValueRequest) GetDictionaryId() uint32
- func (x *UpdateDictionaryValueRequest) GetExtra() string
- func (x *UpdateDictionaryValueRequest) GetId() uint32
- func (x *UpdateDictionaryValueRequest) GetLabel() string
- func (x *UpdateDictionaryValueRequest) GetType() string
- func (x *UpdateDictionaryValueRequest) GetValue() string
- func (x *UpdateDictionaryValueRequest) GetWeight() int32
- func (*UpdateDictionaryValueRequest) ProtoMessage()
- func (x *UpdateDictionaryValueRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDictionaryValueRequest) Reset()
- func (x *UpdateDictionaryValueRequest) String() string
- func (m *UpdateDictionaryValueRequest) Validate() error
- func (m *UpdateDictionaryValueRequest) ValidateAll() error
- type UpdateDictionaryValueRequestMultiError
- type UpdateDictionaryValueRequestValidationError
- func (e UpdateDictionaryValueRequestValidationError) Cause() error
- func (e UpdateDictionaryValueRequestValidationError) Error() string
- func (e UpdateDictionaryValueRequestValidationError) ErrorName() string
- func (e UpdateDictionaryValueRequestValidationError) Field() string
- func (e UpdateDictionaryValueRequestValidationError) Key() bool
- func (e UpdateDictionaryValueRequestValidationError) Reason() string
- type UpdateDictionaryValueStatusReply
- func (*UpdateDictionaryValueStatusReply) Descriptor() ([]byte, []int)deprecated
- func (*UpdateDictionaryValueStatusReply) ProtoMessage()
- func (x *UpdateDictionaryValueStatusReply) ProtoReflect() protoreflect.Message
- func (x *UpdateDictionaryValueStatusReply) Reset()
- func (x *UpdateDictionaryValueStatusReply) String() string
- func (m *UpdateDictionaryValueStatusReply) Validate() error
- func (m *UpdateDictionaryValueStatusReply) ValidateAll() error
- type UpdateDictionaryValueStatusReplyMultiError
- type UpdateDictionaryValueStatusReplyValidationError
- func (e UpdateDictionaryValueStatusReplyValidationError) Cause() error
- func (e UpdateDictionaryValueStatusReplyValidationError) Error() string
- func (e UpdateDictionaryValueStatusReplyValidationError) ErrorName() string
- func (e UpdateDictionaryValueStatusReplyValidationError) Field() string
- func (e UpdateDictionaryValueStatusReplyValidationError) Key() bool
- func (e UpdateDictionaryValueStatusReplyValidationError) Reason() string
- type UpdateDictionaryValueStatusRequest
- func (*UpdateDictionaryValueStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDictionaryValueStatusRequest) GetId() uint32
- func (x *UpdateDictionaryValueStatusRequest) GetStatus() bool
- func (*UpdateDictionaryValueStatusRequest) ProtoMessage()
- func (x *UpdateDictionaryValueStatusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDictionaryValueStatusRequest) Reset()
- func (x *UpdateDictionaryValueStatusRequest) String() string
- func (m *UpdateDictionaryValueStatusRequest) Validate() error
- func (m *UpdateDictionaryValueStatusRequest) ValidateAll() error
- type UpdateDictionaryValueStatusRequestMultiError
- type UpdateDictionaryValueStatusRequestValidationError
- func (e UpdateDictionaryValueStatusRequestValidationError) Cause() error
- func (e UpdateDictionaryValueStatusRequestValidationError) Error() string
- func (e UpdateDictionaryValueStatusRequestValidationError) ErrorName() string
- func (e UpdateDictionaryValueStatusRequestValidationError) Field() string
- func (e UpdateDictionaryValueStatusRequestValidationError) Key() bool
- func (e UpdateDictionaryValueStatusRequestValidationError) Reason() string
Constants ¶
const ( Dictionary_ListDictionary_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/ListDictionary" Dictionary_CreateDictionary_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/CreateDictionary" Dictionary_UpdateDictionary_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionary" Dictionary_DeleteDictionary_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/DeleteDictionary" Dictionary_ListDictionaryValue_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/ListDictionaryValue" Dictionary_CreateDictionaryValue_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/CreateDictionaryValue" Dictionary_UpdateDictionaryValue_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionaryValue" Dictionary_UpdateDictionaryValueStatus_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionaryValueStatus" Dictionary_DeleteDictionaryValue_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/DeleteDictionaryValue" Dictionary_GetDictionary_FullMethodName = "/manager.api.manager.dictionary.v1.Dictionary/GetDictionary" )
const OperationDictionaryCreateDictionary = "/manager.api.manager.dictionary.v1.Dictionary/CreateDictionary"
const OperationDictionaryCreateDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/CreateDictionaryValue"
const OperationDictionaryDeleteDictionary = "/manager.api.manager.dictionary.v1.Dictionary/DeleteDictionary"
const OperationDictionaryDeleteDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/DeleteDictionaryValue"
const OperationDictionaryGetDictionary = "/manager.api.manager.dictionary.v1.Dictionary/GetDictionary"
const OperationDictionaryListDictionary = "/manager.api.manager.dictionary.v1.Dictionary/ListDictionary"
const OperationDictionaryListDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/ListDictionaryValue"
const OperationDictionaryUpdateDictionary = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionary"
const OperationDictionaryUpdateDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionaryValue"
const OperationDictionaryUpdateDictionaryValueStatus = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionaryValueStatus"
Variables ¶
var Dictionary_ServiceDesc = grpc.ServiceDesc{ ServiceName: "manager.api.manager.dictionary.v1.Dictionary", HandlerType: (*DictionaryServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListDictionary", Handler: _Dictionary_ListDictionary_Handler, }, { MethodName: "CreateDictionary", Handler: _Dictionary_CreateDictionary_Handler, }, { MethodName: "UpdateDictionary", Handler: _Dictionary_UpdateDictionary_Handler, }, { MethodName: "DeleteDictionary", Handler: _Dictionary_DeleteDictionary_Handler, }, { MethodName: "ListDictionaryValue", Handler: _Dictionary_ListDictionaryValue_Handler, }, { MethodName: "CreateDictionaryValue", Handler: _Dictionary_CreateDictionaryValue_Handler, }, { MethodName: "UpdateDictionaryValue", Handler: _Dictionary_UpdateDictionaryValue_Handler, }, { MethodName: "UpdateDictionaryValueStatus", Handler: _Dictionary_UpdateDictionaryValueStatus_Handler, }, { MethodName: "DeleteDictionaryValue", Handler: _Dictionary_DeleteDictionaryValue_Handler, }, { MethodName: "GetDictionary", Handler: _Dictionary_GetDictionary_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/manager/dictionary/manager_dictionary_service.proto", }
Dictionary_ServiceDesc is the grpc.ServiceDesc for Dictionary 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_manager_dictionary_manager_dictionary_proto protoreflect.FileDescriptor
var File_api_manager_dictionary_manager_dictionary_service_proto protoreflect.FileDescriptor
var File_api_manager_dictionary_manager_dictionary_value_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDictionaryHTTPServer ¶
func RegisterDictionaryHTTPServer(s *http.Server, srv DictionaryHTTPServer)
func RegisterDictionaryServer ¶
func RegisterDictionaryServer(s grpc.ServiceRegistrar, srv DictionaryServer)
Types ¶
type CreateDictionaryReply ¶
type CreateDictionaryReply struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateDictionaryReply) Descriptor
deprecated
func (*CreateDictionaryReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictionaryReply.ProtoReflect.Descriptor instead.
func (*CreateDictionaryReply) GetId ¶
func (x *CreateDictionaryReply) GetId() uint32
func (*CreateDictionaryReply) ProtoMessage ¶
func (*CreateDictionaryReply) ProtoMessage()
func (*CreateDictionaryReply) ProtoReflect ¶
func (x *CreateDictionaryReply) ProtoReflect() protoreflect.Message
func (*CreateDictionaryReply) Reset ¶
func (x *CreateDictionaryReply) Reset()
func (*CreateDictionaryReply) String ¶
func (x *CreateDictionaryReply) String() string
func (*CreateDictionaryReply) Validate ¶
func (m *CreateDictionaryReply) Validate() error
Validate checks the field values on CreateDictionaryReply 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 (*CreateDictionaryReply) ValidateAll ¶
func (m *CreateDictionaryReply) ValidateAll() error
ValidateAll checks the field values on CreateDictionaryReply 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 CreateDictionaryReplyMultiError, or nil if none found.
type CreateDictionaryReplyMultiError ¶
type CreateDictionaryReplyMultiError []error
CreateDictionaryReplyMultiError is an error wrapping multiple validation errors returned by CreateDictionaryReply.ValidateAll() if the designated constraints aren't met.
func (CreateDictionaryReplyMultiError) AllErrors ¶
func (m CreateDictionaryReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictionaryReplyMultiError) Error ¶
func (m CreateDictionaryReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictionaryReplyValidationError ¶
type CreateDictionaryReplyValidationError struct {
// contains filtered or unexported fields
}
CreateDictionaryReplyValidationError is the validation error returned by CreateDictionaryReply.Validate if the designated constraints aren't met.
func (CreateDictionaryReplyValidationError) Cause ¶
func (e CreateDictionaryReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateDictionaryReplyValidationError) Error ¶
func (e CreateDictionaryReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictionaryReplyValidationError) ErrorName ¶
func (e CreateDictionaryReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictionaryReplyValidationError) Field ¶
func (e CreateDictionaryReplyValidationError) Field() string
Field function returns field value.
func (CreateDictionaryReplyValidationError) Key ¶
func (e CreateDictionaryReplyValidationError) Key() bool
Key function returns key value.
func (CreateDictionaryReplyValidationError) Reason ¶
func (e CreateDictionaryReplyValidationError) Reason() string
Reason function returns reason value.
type CreateDictionaryRequest ¶
type CreateDictionaryRequest struct { Keyword string `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"` // contains filtered or unexported fields }
func (*CreateDictionaryRequest) Descriptor
deprecated
func (*CreateDictionaryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictionaryRequest.ProtoReflect.Descriptor instead.
func (*CreateDictionaryRequest) GetDescription ¶
func (x *CreateDictionaryRequest) GetDescription() string
func (*CreateDictionaryRequest) GetKeyword ¶
func (x *CreateDictionaryRequest) GetKeyword() string
func (*CreateDictionaryRequest) GetName ¶
func (x *CreateDictionaryRequest) GetName() string
func (*CreateDictionaryRequest) ProtoMessage ¶
func (*CreateDictionaryRequest) ProtoMessage()
func (*CreateDictionaryRequest) ProtoReflect ¶
func (x *CreateDictionaryRequest) ProtoReflect() protoreflect.Message
func (*CreateDictionaryRequest) Reset ¶
func (x *CreateDictionaryRequest) Reset()
func (*CreateDictionaryRequest) String ¶
func (x *CreateDictionaryRequest) String() string
func (*CreateDictionaryRequest) Validate ¶
func (m *CreateDictionaryRequest) Validate() error
Validate checks the field values on CreateDictionaryRequest 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 (*CreateDictionaryRequest) ValidateAll ¶
func (m *CreateDictionaryRequest) ValidateAll() error
ValidateAll checks the field values on CreateDictionaryRequest 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 CreateDictionaryRequestMultiError, or nil if none found.
type CreateDictionaryRequestMultiError ¶
type CreateDictionaryRequestMultiError []error
CreateDictionaryRequestMultiError is an error wrapping multiple validation errors returned by CreateDictionaryRequest.ValidateAll() if the designated constraints aren't met.
func (CreateDictionaryRequestMultiError) AllErrors ¶
func (m CreateDictionaryRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictionaryRequestMultiError) Error ¶
func (m CreateDictionaryRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictionaryRequestValidationError ¶
type CreateDictionaryRequestValidationError struct {
// contains filtered or unexported fields
}
CreateDictionaryRequestValidationError is the validation error returned by CreateDictionaryRequest.Validate if the designated constraints aren't met.
func (CreateDictionaryRequestValidationError) Cause ¶
func (e CreateDictionaryRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateDictionaryRequestValidationError) Error ¶
func (e CreateDictionaryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictionaryRequestValidationError) ErrorName ¶
func (e CreateDictionaryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictionaryRequestValidationError) Field ¶
func (e CreateDictionaryRequestValidationError) Field() string
Field function returns field value.
func (CreateDictionaryRequestValidationError) Key ¶
func (e CreateDictionaryRequestValidationError) Key() bool
Key function returns key value.
func (CreateDictionaryRequestValidationError) Reason ¶
func (e CreateDictionaryRequestValidationError) Reason() string
Reason function returns reason value.
type CreateDictionaryValueReply ¶
type CreateDictionaryValueReply struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateDictionaryValueReply) Descriptor
deprecated
func (*CreateDictionaryValueReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictionaryValueReply.ProtoReflect.Descriptor instead.
func (*CreateDictionaryValueReply) GetId ¶
func (x *CreateDictionaryValueReply) GetId() uint32
func (*CreateDictionaryValueReply) ProtoMessage ¶
func (*CreateDictionaryValueReply) ProtoMessage()
func (*CreateDictionaryValueReply) ProtoReflect ¶
func (x *CreateDictionaryValueReply) ProtoReflect() protoreflect.Message
func (*CreateDictionaryValueReply) Reset ¶
func (x *CreateDictionaryValueReply) Reset()
func (*CreateDictionaryValueReply) String ¶
func (x *CreateDictionaryValueReply) String() string
func (*CreateDictionaryValueReply) Validate ¶
func (m *CreateDictionaryValueReply) Validate() error
Validate checks the field values on CreateDictionaryValueReply 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 (*CreateDictionaryValueReply) ValidateAll ¶
func (m *CreateDictionaryValueReply) ValidateAll() error
ValidateAll checks the field values on CreateDictionaryValueReply 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 CreateDictionaryValueReplyMultiError, or nil if none found.
type CreateDictionaryValueReplyMultiError ¶
type CreateDictionaryValueReplyMultiError []error
CreateDictionaryValueReplyMultiError is an error wrapping multiple validation errors returned by CreateDictionaryValueReply.ValidateAll() if the designated constraints aren't met.
func (CreateDictionaryValueReplyMultiError) AllErrors ¶
func (m CreateDictionaryValueReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictionaryValueReplyMultiError) Error ¶
func (m CreateDictionaryValueReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictionaryValueReplyValidationError ¶
type CreateDictionaryValueReplyValidationError struct {
// contains filtered or unexported fields
}
CreateDictionaryValueReplyValidationError is the validation error returned by CreateDictionaryValueReply.Validate if the designated constraints aren't met.
func (CreateDictionaryValueReplyValidationError) Cause ¶
func (e CreateDictionaryValueReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateDictionaryValueReplyValidationError) Error ¶
func (e CreateDictionaryValueReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictionaryValueReplyValidationError) ErrorName ¶
func (e CreateDictionaryValueReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictionaryValueReplyValidationError) Field ¶
func (e CreateDictionaryValueReplyValidationError) Field() string
Field function returns field value.
func (CreateDictionaryValueReplyValidationError) Key ¶
func (e CreateDictionaryValueReplyValidationError) Key() bool
Key function returns key value.
func (CreateDictionaryValueReplyValidationError) Reason ¶
func (e CreateDictionaryValueReplyValidationError) Reason() string
Reason function returns reason value.
type CreateDictionaryValueRequest ¶
type CreateDictionaryValueRequest struct { DictionaryId uint32 `protobuf:"varint,1,opt,name=dictionaryId,proto3" json:"dictionaryId,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` Status *bool `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status,omitempty"` Weight *int32 `protobuf:"varint,5,opt,name=weight,proto3,oneof" json:"weight,omitempty"` Type *string `protobuf:"bytes,6,opt,name=type,proto3,oneof" json:"type,omitempty"` Extra *string `protobuf:"bytes,7,opt,name=extra,proto3,oneof" json:"extra,omitempty"` Description *string `protobuf:"bytes,8,opt,name=description,proto3,oneof" json:"description,omitempty"` // contains filtered or unexported fields }
func (*CreateDictionaryValueRequest) Descriptor
deprecated
func (*CreateDictionaryValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDictionaryValueRequest.ProtoReflect.Descriptor instead.
func (*CreateDictionaryValueRequest) GetDescription ¶
func (x *CreateDictionaryValueRequest) GetDescription() string
func (*CreateDictionaryValueRequest) GetDictionaryId ¶
func (x *CreateDictionaryValueRequest) GetDictionaryId() uint32
func (*CreateDictionaryValueRequest) GetExtra ¶
func (x *CreateDictionaryValueRequest) GetExtra() string
func (*CreateDictionaryValueRequest) GetLabel ¶
func (x *CreateDictionaryValueRequest) GetLabel() string
func (*CreateDictionaryValueRequest) GetStatus ¶
func (x *CreateDictionaryValueRequest) GetStatus() bool
func (*CreateDictionaryValueRequest) GetType ¶
func (x *CreateDictionaryValueRequest) GetType() string
func (*CreateDictionaryValueRequest) GetValue ¶
func (x *CreateDictionaryValueRequest) GetValue() string
func (*CreateDictionaryValueRequest) GetWeight ¶
func (x *CreateDictionaryValueRequest) GetWeight() int32
func (*CreateDictionaryValueRequest) ProtoMessage ¶
func (*CreateDictionaryValueRequest) ProtoMessage()
func (*CreateDictionaryValueRequest) ProtoReflect ¶
func (x *CreateDictionaryValueRequest) ProtoReflect() protoreflect.Message
func (*CreateDictionaryValueRequest) Reset ¶
func (x *CreateDictionaryValueRequest) Reset()
func (*CreateDictionaryValueRequest) String ¶
func (x *CreateDictionaryValueRequest) String() string
func (*CreateDictionaryValueRequest) Validate ¶
func (m *CreateDictionaryValueRequest) Validate() error
Validate checks the field values on CreateDictionaryValueRequest 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 (*CreateDictionaryValueRequest) ValidateAll ¶
func (m *CreateDictionaryValueRequest) ValidateAll() error
ValidateAll checks the field values on CreateDictionaryValueRequest 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 CreateDictionaryValueRequestMultiError, or nil if none found.
type CreateDictionaryValueRequestMultiError ¶
type CreateDictionaryValueRequestMultiError []error
CreateDictionaryValueRequestMultiError is an error wrapping multiple validation errors returned by CreateDictionaryValueRequest.ValidateAll() if the designated constraints aren't met.
func (CreateDictionaryValueRequestMultiError) AllErrors ¶
func (m CreateDictionaryValueRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDictionaryValueRequestMultiError) Error ¶
func (m CreateDictionaryValueRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDictionaryValueRequestValidationError ¶
type CreateDictionaryValueRequestValidationError struct {
// contains filtered or unexported fields
}
CreateDictionaryValueRequestValidationError is the validation error returned by CreateDictionaryValueRequest.Validate if the designated constraints aren't met.
func (CreateDictionaryValueRequestValidationError) Cause ¶
func (e CreateDictionaryValueRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateDictionaryValueRequestValidationError) Error ¶
func (e CreateDictionaryValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDictionaryValueRequestValidationError) ErrorName ¶
func (e CreateDictionaryValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDictionaryValueRequestValidationError) Field ¶
func (e CreateDictionaryValueRequestValidationError) Field() string
Field function returns field value.
func (CreateDictionaryValueRequestValidationError) Key ¶
func (e CreateDictionaryValueRequestValidationError) Key() bool
Key function returns key value.
func (CreateDictionaryValueRequestValidationError) Reason ¶
func (e CreateDictionaryValueRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteDictionaryReply ¶
type DeleteDictionaryReply struct { Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictionaryReply) Descriptor
deprecated
func (*DeleteDictionaryReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictionaryReply.ProtoReflect.Descriptor instead.
func (*DeleteDictionaryReply) GetTotal ¶
func (x *DeleteDictionaryReply) GetTotal() uint32
func (*DeleteDictionaryReply) ProtoMessage ¶
func (*DeleteDictionaryReply) ProtoMessage()
func (*DeleteDictionaryReply) ProtoReflect ¶
func (x *DeleteDictionaryReply) ProtoReflect() protoreflect.Message
func (*DeleteDictionaryReply) Reset ¶
func (x *DeleteDictionaryReply) Reset()
func (*DeleteDictionaryReply) String ¶
func (x *DeleteDictionaryReply) String() string
func (*DeleteDictionaryReply) Validate ¶
func (m *DeleteDictionaryReply) Validate() error
Validate checks the field values on DeleteDictionaryReply 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 (*DeleteDictionaryReply) ValidateAll ¶
func (m *DeleteDictionaryReply) ValidateAll() error
ValidateAll checks the field values on DeleteDictionaryReply 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 DeleteDictionaryReplyMultiError, or nil if none found.
type DeleteDictionaryReplyMultiError ¶
type DeleteDictionaryReplyMultiError []error
DeleteDictionaryReplyMultiError is an error wrapping multiple validation errors returned by DeleteDictionaryReply.ValidateAll() if the designated constraints aren't met.
func (DeleteDictionaryReplyMultiError) AllErrors ¶
func (m DeleteDictionaryReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictionaryReplyMultiError) Error ¶
func (m DeleteDictionaryReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictionaryReplyValidationError ¶
type DeleteDictionaryReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteDictionaryReplyValidationError is the validation error returned by DeleteDictionaryReply.Validate if the designated constraints aren't met.
func (DeleteDictionaryReplyValidationError) Cause ¶
func (e DeleteDictionaryReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictionaryReplyValidationError) Error ¶
func (e DeleteDictionaryReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictionaryReplyValidationError) ErrorName ¶
func (e DeleteDictionaryReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictionaryReplyValidationError) Field ¶
func (e DeleteDictionaryReplyValidationError) Field() string
Field function returns field value.
func (DeleteDictionaryReplyValidationError) Key ¶
func (e DeleteDictionaryReplyValidationError) Key() bool
Key function returns key value.
func (DeleteDictionaryReplyValidationError) Reason ¶
func (e DeleteDictionaryReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteDictionaryRequest ¶
type DeleteDictionaryRequest struct { Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictionaryRequest) Descriptor
deprecated
func (*DeleteDictionaryRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictionaryRequest.ProtoReflect.Descriptor instead.
func (*DeleteDictionaryRequest) GetIds ¶
func (x *DeleteDictionaryRequest) GetIds() []uint32
func (*DeleteDictionaryRequest) ProtoMessage ¶
func (*DeleteDictionaryRequest) ProtoMessage()
func (*DeleteDictionaryRequest) ProtoReflect ¶
func (x *DeleteDictionaryRequest) ProtoReflect() protoreflect.Message
func (*DeleteDictionaryRequest) Reset ¶
func (x *DeleteDictionaryRequest) Reset()
func (*DeleteDictionaryRequest) String ¶
func (x *DeleteDictionaryRequest) String() string
func (*DeleteDictionaryRequest) Validate ¶
func (m *DeleteDictionaryRequest) Validate() error
Validate checks the field values on DeleteDictionaryRequest 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 (*DeleteDictionaryRequest) ValidateAll ¶
func (m *DeleteDictionaryRequest) ValidateAll() error
ValidateAll checks the field values on DeleteDictionaryRequest 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 DeleteDictionaryRequestMultiError, or nil if none found.
type DeleteDictionaryRequestMultiError ¶
type DeleteDictionaryRequestMultiError []error
DeleteDictionaryRequestMultiError is an error wrapping multiple validation errors returned by DeleteDictionaryRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteDictionaryRequestMultiError) AllErrors ¶
func (m DeleteDictionaryRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictionaryRequestMultiError) Error ¶
func (m DeleteDictionaryRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictionaryRequestValidationError ¶
type DeleteDictionaryRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteDictionaryRequestValidationError is the validation error returned by DeleteDictionaryRequest.Validate if the designated constraints aren't met.
func (DeleteDictionaryRequestValidationError) Cause ¶
func (e DeleteDictionaryRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictionaryRequestValidationError) Error ¶
func (e DeleteDictionaryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictionaryRequestValidationError) ErrorName ¶
func (e DeleteDictionaryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictionaryRequestValidationError) Field ¶
func (e DeleteDictionaryRequestValidationError) Field() string
Field function returns field value.
func (DeleteDictionaryRequestValidationError) Key ¶
func (e DeleteDictionaryRequestValidationError) Key() bool
Key function returns key value.
func (DeleteDictionaryRequestValidationError) Reason ¶
func (e DeleteDictionaryRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteDictionaryValueReply ¶
type DeleteDictionaryValueReply struct { Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictionaryValueReply) Descriptor
deprecated
func (*DeleteDictionaryValueReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictionaryValueReply.ProtoReflect.Descriptor instead.
func (*DeleteDictionaryValueReply) GetTotal ¶
func (x *DeleteDictionaryValueReply) GetTotal() uint32
func (*DeleteDictionaryValueReply) ProtoMessage ¶
func (*DeleteDictionaryValueReply) ProtoMessage()
func (*DeleteDictionaryValueReply) ProtoReflect ¶
func (x *DeleteDictionaryValueReply) ProtoReflect() protoreflect.Message
func (*DeleteDictionaryValueReply) Reset ¶
func (x *DeleteDictionaryValueReply) Reset()
func (*DeleteDictionaryValueReply) String ¶
func (x *DeleteDictionaryValueReply) String() string
func (*DeleteDictionaryValueReply) Validate ¶
func (m *DeleteDictionaryValueReply) Validate() error
Validate checks the field values on DeleteDictionaryValueReply 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 (*DeleteDictionaryValueReply) ValidateAll ¶
func (m *DeleteDictionaryValueReply) ValidateAll() error
ValidateAll checks the field values on DeleteDictionaryValueReply 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 DeleteDictionaryValueReplyMultiError, or nil if none found.
type DeleteDictionaryValueReplyMultiError ¶
type DeleteDictionaryValueReplyMultiError []error
DeleteDictionaryValueReplyMultiError is an error wrapping multiple validation errors returned by DeleteDictionaryValueReply.ValidateAll() if the designated constraints aren't met.
func (DeleteDictionaryValueReplyMultiError) AllErrors ¶
func (m DeleteDictionaryValueReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictionaryValueReplyMultiError) Error ¶
func (m DeleteDictionaryValueReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictionaryValueReplyValidationError ¶
type DeleteDictionaryValueReplyValidationError struct {
// contains filtered or unexported fields
}
DeleteDictionaryValueReplyValidationError is the validation error returned by DeleteDictionaryValueReply.Validate if the designated constraints aren't met.
func (DeleteDictionaryValueReplyValidationError) Cause ¶
func (e DeleteDictionaryValueReplyValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictionaryValueReplyValidationError) Error ¶
func (e DeleteDictionaryValueReplyValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictionaryValueReplyValidationError) ErrorName ¶
func (e DeleteDictionaryValueReplyValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictionaryValueReplyValidationError) Field ¶
func (e DeleteDictionaryValueReplyValidationError) Field() string
Field function returns field value.
func (DeleteDictionaryValueReplyValidationError) Key ¶
func (e DeleteDictionaryValueReplyValidationError) Key() bool
Key function returns key value.
func (DeleteDictionaryValueReplyValidationError) Reason ¶
func (e DeleteDictionaryValueReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteDictionaryValueRequest ¶
type DeleteDictionaryValueRequest struct { Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*DeleteDictionaryValueRequest) Descriptor
deprecated
func (*DeleteDictionaryValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDictionaryValueRequest.ProtoReflect.Descriptor instead.
func (*DeleteDictionaryValueRequest) GetIds ¶
func (x *DeleteDictionaryValueRequest) GetIds() []uint32
func (*DeleteDictionaryValueRequest) ProtoMessage ¶
func (*DeleteDictionaryValueRequest) ProtoMessage()
func (*DeleteDictionaryValueRequest) ProtoReflect ¶
func (x *DeleteDictionaryValueRequest) ProtoReflect() protoreflect.Message
func (*DeleteDictionaryValueRequest) Reset ¶
func (x *DeleteDictionaryValueRequest) Reset()
func (*DeleteDictionaryValueRequest) String ¶
func (x *DeleteDictionaryValueRequest) String() string
func (*DeleteDictionaryValueRequest) Validate ¶
func (m *DeleteDictionaryValueRequest) Validate() error
Validate checks the field values on DeleteDictionaryValueRequest 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 (*DeleteDictionaryValueRequest) ValidateAll ¶
func (m *DeleteDictionaryValueRequest) ValidateAll() error
ValidateAll checks the field values on DeleteDictionaryValueRequest 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 DeleteDictionaryValueRequestMultiError, or nil if none found.
type DeleteDictionaryValueRequestMultiError ¶
type DeleteDictionaryValueRequestMultiError []error
DeleteDictionaryValueRequestMultiError is an error wrapping multiple validation errors returned by DeleteDictionaryValueRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteDictionaryValueRequestMultiError) AllErrors ¶
func (m DeleteDictionaryValueRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteDictionaryValueRequestMultiError) Error ¶
func (m DeleteDictionaryValueRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteDictionaryValueRequestValidationError ¶
type DeleteDictionaryValueRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteDictionaryValueRequestValidationError is the validation error returned by DeleteDictionaryValueRequest.Validate if the designated constraints aren't met.
func (DeleteDictionaryValueRequestValidationError) Cause ¶
func (e DeleteDictionaryValueRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteDictionaryValueRequestValidationError) Error ¶
func (e DeleteDictionaryValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteDictionaryValueRequestValidationError) ErrorName ¶
func (e DeleteDictionaryValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteDictionaryValueRequestValidationError) Field ¶
func (e DeleteDictionaryValueRequestValidationError) Field() string
Field function returns field value.
func (DeleteDictionaryValueRequestValidationError) Key ¶
func (e DeleteDictionaryValueRequestValidationError) Key() bool
Key function returns key value.
func (DeleteDictionaryValueRequestValidationError) Reason ¶
func (e DeleteDictionaryValueRequestValidationError) Reason() string
Reason function returns reason value.
type DictionaryClient ¶
type DictionaryClient interface { // ListDictionary 获取字典目录列表 ListDictionary(ctx context.Context, in *ListDictionaryRequest, opts ...grpc.CallOption) (*ListDictionaryReply, error) // CreateDictionary 创建字典目录 CreateDictionary(ctx context.Context, in *CreateDictionaryRequest, opts ...grpc.CallOption) (*CreateDictionaryReply, error) // UpdateDictionary 更新字典目录 UpdateDictionary(ctx context.Context, in *UpdateDictionaryRequest, opts ...grpc.CallOption) (*UpdateDictionaryReply, error) // DeleteDictionary 删除字典目录 DeleteDictionary(ctx context.Context, in *DeleteDictionaryRequest, opts ...grpc.CallOption) (*DeleteDictionaryReply, error) // ListDictionaryValue 获取字典值目录列表 ListDictionaryValue(ctx context.Context, in *ListDictionaryValueRequest, opts ...grpc.CallOption) (*ListDictionaryValueReply, error) // CreateDictionaryValue 创建字典值目录 CreateDictionaryValue(ctx context.Context, in *CreateDictionaryValueRequest, opts ...grpc.CallOption) (*CreateDictionaryValueReply, error) // UpdateDictionaryValue 更新字典值目录 UpdateDictionaryValue(ctx context.Context, in *UpdateDictionaryValueRequest, opts ...grpc.CallOption) (*UpdateDictionaryValueReply, error) // UpdateDictionaryValueStatus 更新字典值目录状态 UpdateDictionaryValueStatus(ctx context.Context, in *UpdateDictionaryValueStatusRequest, opts ...grpc.CallOption) (*UpdateDictionaryValueStatusReply, error) // DeleteDictionaryValue 删除字典值目录 DeleteDictionaryValue(ctx context.Context, in *DeleteDictionaryValueRequest, opts ...grpc.CallOption) (*DeleteDictionaryValueReply, error) // GetDictionary 获取指定的字典目录 GetDictionary(ctx context.Context, in *GetDictionaryRequest, opts ...grpc.CallOption) (*GetDictionaryReply, error) }
DictionaryClient is the client API for Dictionary 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 NewDictionaryClient ¶
func NewDictionaryClient(cc grpc.ClientConnInterface) DictionaryClient
type DictionaryHTTPClient ¶
type DictionaryHTTPClient interface { CreateDictionary(ctx context.Context, req *CreateDictionaryRequest, opts ...http.CallOption) (rsp *CreateDictionaryReply, err error) CreateDictionaryValue(ctx context.Context, req *CreateDictionaryValueRequest, opts ...http.CallOption) (rsp *CreateDictionaryValueReply, err error) DeleteDictionary(ctx context.Context, req *DeleteDictionaryRequest, opts ...http.CallOption) (rsp *DeleteDictionaryReply, err error) DeleteDictionaryValue(ctx context.Context, req *DeleteDictionaryValueRequest, opts ...http.CallOption) (rsp *DeleteDictionaryValueReply, err error) GetDictionary(ctx context.Context, req *GetDictionaryRequest, opts ...http.CallOption) (rsp *GetDictionaryReply, err error) ListDictionary(ctx context.Context, req *ListDictionaryRequest, opts ...http.CallOption) (rsp *ListDictionaryReply, err error) ListDictionaryValue(ctx context.Context, req *ListDictionaryValueRequest, opts ...http.CallOption) (rsp *ListDictionaryValueReply, err error) UpdateDictionary(ctx context.Context, req *UpdateDictionaryRequest, opts ...http.CallOption) (rsp *UpdateDictionaryReply, err error) UpdateDictionaryValue(ctx context.Context, req *UpdateDictionaryValueRequest, opts ...http.CallOption) (rsp *UpdateDictionaryValueReply, err error) UpdateDictionaryValueStatus(ctx context.Context, req *UpdateDictionaryValueStatusRequest, opts ...http.CallOption) (rsp *UpdateDictionaryValueStatusReply, err error) }
func NewDictionaryHTTPClient ¶
func NewDictionaryHTTPClient(client *http.Client) DictionaryHTTPClient
type DictionaryHTTPClientImpl ¶
type DictionaryHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*DictionaryHTTPClientImpl) CreateDictionary ¶
func (c *DictionaryHTTPClientImpl) CreateDictionary(ctx context.Context, in *CreateDictionaryRequest, opts ...http.CallOption) (*CreateDictionaryReply, error)
func (*DictionaryHTTPClientImpl) CreateDictionaryValue ¶
func (c *DictionaryHTTPClientImpl) CreateDictionaryValue(ctx context.Context, in *CreateDictionaryValueRequest, opts ...http.CallOption) (*CreateDictionaryValueReply, error)
func (*DictionaryHTTPClientImpl) DeleteDictionary ¶
func (c *DictionaryHTTPClientImpl) DeleteDictionary(ctx context.Context, in *DeleteDictionaryRequest, opts ...http.CallOption) (*DeleteDictionaryReply, error)
func (*DictionaryHTTPClientImpl) DeleteDictionaryValue ¶
func (c *DictionaryHTTPClientImpl) DeleteDictionaryValue(ctx context.Context, in *DeleteDictionaryValueRequest, opts ...http.CallOption) (*DeleteDictionaryValueReply, error)
func (*DictionaryHTTPClientImpl) GetDictionary ¶
func (c *DictionaryHTTPClientImpl) GetDictionary(ctx context.Context, in *GetDictionaryRequest, opts ...http.CallOption) (*GetDictionaryReply, error)
func (*DictionaryHTTPClientImpl) ListDictionary ¶
func (c *DictionaryHTTPClientImpl) ListDictionary(ctx context.Context, in *ListDictionaryRequest, opts ...http.CallOption) (*ListDictionaryReply, error)
func (*DictionaryHTTPClientImpl) ListDictionaryValue ¶
func (c *DictionaryHTTPClientImpl) ListDictionaryValue(ctx context.Context, in *ListDictionaryValueRequest, opts ...http.CallOption) (*ListDictionaryValueReply, error)
func (*DictionaryHTTPClientImpl) UpdateDictionary ¶
func (c *DictionaryHTTPClientImpl) UpdateDictionary(ctx context.Context, in *UpdateDictionaryRequest, opts ...http.CallOption) (*UpdateDictionaryReply, error)
func (*DictionaryHTTPClientImpl) UpdateDictionaryValue ¶
func (c *DictionaryHTTPClientImpl) UpdateDictionaryValue(ctx context.Context, in *UpdateDictionaryValueRequest, opts ...http.CallOption) (*UpdateDictionaryValueReply, error)
func (*DictionaryHTTPClientImpl) UpdateDictionaryValueStatus ¶
func (c *DictionaryHTTPClientImpl) UpdateDictionaryValueStatus(ctx context.Context, in *UpdateDictionaryValueStatusRequest, opts ...http.CallOption) (*UpdateDictionaryValueStatusReply, error)
type DictionaryHTTPServer ¶
type DictionaryHTTPServer interface { // CreateDictionary CreateDictionary 创建字典目录 CreateDictionary(context.Context, *CreateDictionaryRequest) (*CreateDictionaryReply, error) // CreateDictionaryValue CreateDictionaryValue 创建字典值目录 CreateDictionaryValue(context.Context, *CreateDictionaryValueRequest) (*CreateDictionaryValueReply, error) // DeleteDictionary DeleteDictionary 删除字典目录 DeleteDictionary(context.Context, *DeleteDictionaryRequest) (*DeleteDictionaryReply, error) // DeleteDictionaryValue DeleteDictionaryValue 删除字典值目录 DeleteDictionaryValue(context.Context, *DeleteDictionaryValueRequest) (*DeleteDictionaryValueReply, error) // GetDictionary GetDictionary 获取指定的字典目录 GetDictionary(context.Context, *GetDictionaryRequest) (*GetDictionaryReply, error) // ListDictionary ListDictionary 获取字典目录列表 ListDictionary(context.Context, *ListDictionaryRequest) (*ListDictionaryReply, error) // ListDictionaryValue ListDictionaryValue 获取字典值目录列表 ListDictionaryValue(context.Context, *ListDictionaryValueRequest) (*ListDictionaryValueReply, error) // UpdateDictionary UpdateDictionary 更新字典目录 UpdateDictionary(context.Context, *UpdateDictionaryRequest) (*UpdateDictionaryReply, error) // UpdateDictionaryValue UpdateDictionaryValue 更新字典值目录 UpdateDictionaryValue(context.Context, *UpdateDictionaryValueRequest) (*UpdateDictionaryValueReply, error) // UpdateDictionaryValueStatus UpdateDictionaryValueStatus 更新字典值目录状态 UpdateDictionaryValueStatus(context.Context, *UpdateDictionaryValueStatusRequest) (*UpdateDictionaryValueStatusReply, error) }
type DictionaryServer ¶
type DictionaryServer interface { // ListDictionary 获取字典目录列表 ListDictionary(context.Context, *ListDictionaryRequest) (*ListDictionaryReply, error) // CreateDictionary 创建字典目录 CreateDictionary(context.Context, *CreateDictionaryRequest) (*CreateDictionaryReply, error) // UpdateDictionary 更新字典目录 UpdateDictionary(context.Context, *UpdateDictionaryRequest) (*UpdateDictionaryReply, error) // DeleteDictionary 删除字典目录 DeleteDictionary(context.Context, *DeleteDictionaryRequest) (*DeleteDictionaryReply, error) // ListDictionaryValue 获取字典值目录列表 ListDictionaryValue(context.Context, *ListDictionaryValueRequest) (*ListDictionaryValueReply, error) // CreateDictionaryValue 创建字典值目录 CreateDictionaryValue(context.Context, *CreateDictionaryValueRequest) (*CreateDictionaryValueReply, error) // UpdateDictionaryValue 更新字典值目录 UpdateDictionaryValue(context.Context, *UpdateDictionaryValueRequest) (*UpdateDictionaryValueReply, error) // UpdateDictionaryValueStatus 更新字典值目录状态 UpdateDictionaryValueStatus(context.Context, *UpdateDictionaryValueStatusRequest) (*UpdateDictionaryValueStatusReply, error) // DeleteDictionaryValue 删除字典值目录 DeleteDictionaryValue(context.Context, *DeleteDictionaryValueRequest) (*DeleteDictionaryValueReply, error) // GetDictionary 获取指定的字典目录 GetDictionary(context.Context, *GetDictionaryRequest) (*GetDictionaryReply, error) // contains filtered or unexported methods }
DictionaryServer is the server API for Dictionary service. All implementations must embed UnimplementedDictionaryServer for forward compatibility
type GetDictionaryReply ¶
type GetDictionaryReply struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Keyword string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` CreatedAt uint32 `protobuf:"varint,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt uint32 `protobuf:"varint,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // contains filtered or unexported fields }
func (*GetDictionaryReply) Descriptor
deprecated
func (*GetDictionaryReply) Descriptor() ([]byte, []int)
Deprecated: Use GetDictionaryReply.ProtoReflect.Descriptor instead.
func (*GetDictionaryReply) GetCreatedAt ¶
func (x *GetDictionaryReply) GetCreatedAt() uint32
func (*GetDictionaryReply) GetDescription ¶
func (x *GetDictionaryReply) GetDescription() string
func (*GetDictionaryReply) GetId ¶
func (x *GetDictionaryReply) GetId() uint32
func (*GetDictionaryReply) GetKeyword ¶
func (x *GetDictionaryReply) GetKeyword() string
func (*GetDictionaryReply) GetName ¶
func (x *GetDictionaryReply) GetName() string
func (*GetDictionaryReply) GetUpdatedAt ¶
func (x *GetDictionaryReply) GetUpdatedAt() uint32
func (*GetDictionaryReply) ProtoMessage ¶
func (*GetDictionaryReply) ProtoMessage()
func (*GetDictionaryReply) ProtoReflect ¶
func (x *GetDictionaryReply) ProtoReflect() protoreflect.Message
func (*GetDictionaryReply) Reset ¶
func (x *GetDictionaryReply) Reset()
func (*GetDictionaryReply) String ¶
func (x *GetDictionaryReply) String() string
func (*GetDictionaryReply) Validate ¶
func (m *GetDictionaryReply) Validate() error
Validate checks the field values on GetDictionaryReply 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 (*GetDictionaryReply) ValidateAll ¶
func (m *GetDictionaryReply) ValidateAll() error
ValidateAll checks the field values on GetDictionaryReply 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 GetDictionaryReplyMultiError, or nil if none found.
type GetDictionaryReplyMultiError ¶
type GetDictionaryReplyMultiError []error
GetDictionaryReplyMultiError is an error wrapping multiple validation errors returned by GetDictionaryReply.ValidateAll() if the designated constraints aren't met.
func (GetDictionaryReplyMultiError) AllErrors ¶
func (m GetDictionaryReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDictionaryReplyMultiError) Error ¶
func (m GetDictionaryReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDictionaryReplyValidationError ¶
type GetDictionaryReplyValidationError struct {
// contains filtered or unexported fields
}
GetDictionaryReplyValidationError is the validation error returned by GetDictionaryReply.Validate if the designated constraints aren't met.
func (GetDictionaryReplyValidationError) Cause ¶
func (e GetDictionaryReplyValidationError) Cause() error
Cause function returns cause value.
func (GetDictionaryReplyValidationError) Error ¶
func (e GetDictionaryReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetDictionaryReplyValidationError) ErrorName ¶
func (e GetDictionaryReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetDictionaryReplyValidationError) Field ¶
func (e GetDictionaryReplyValidationError) Field() string
Field function returns field value.
func (GetDictionaryReplyValidationError) Key ¶
func (e GetDictionaryReplyValidationError) Key() bool
Key function returns key value.
func (GetDictionaryReplyValidationError) Reason ¶
func (e GetDictionaryReplyValidationError) Reason() string
Reason function returns reason value.
type GetDictionaryRequest ¶
type GetDictionaryRequest struct { Id *uint32 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Keyword *string `protobuf:"bytes,2,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"` // contains filtered or unexported fields }
func (*GetDictionaryRequest) Descriptor
deprecated
func (*GetDictionaryRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDictionaryRequest.ProtoReflect.Descriptor instead.
func (*GetDictionaryRequest) GetId ¶
func (x *GetDictionaryRequest) GetId() uint32
func (*GetDictionaryRequest) GetKeyword ¶
func (x *GetDictionaryRequest) GetKeyword() string
func (*GetDictionaryRequest) ProtoMessage ¶
func (*GetDictionaryRequest) ProtoMessage()
func (*GetDictionaryRequest) ProtoReflect ¶
func (x *GetDictionaryRequest) ProtoReflect() protoreflect.Message
func (*GetDictionaryRequest) Reset ¶
func (x *GetDictionaryRequest) Reset()
func (*GetDictionaryRequest) String ¶
func (x *GetDictionaryRequest) String() string
func (*GetDictionaryRequest) Validate ¶
func (m *GetDictionaryRequest) Validate() error
Validate checks the field values on GetDictionaryRequest 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 (*GetDictionaryRequest) ValidateAll ¶
func (m *GetDictionaryRequest) ValidateAll() error
ValidateAll checks the field values on GetDictionaryRequest 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 GetDictionaryRequestMultiError, or nil if none found.
type GetDictionaryRequestMultiError ¶
type GetDictionaryRequestMultiError []error
GetDictionaryRequestMultiError is an error wrapping multiple validation errors returned by GetDictionaryRequest.ValidateAll() if the designated constraints aren't met.
func (GetDictionaryRequestMultiError) AllErrors ¶
func (m GetDictionaryRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDictionaryRequestMultiError) Error ¶
func (m GetDictionaryRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDictionaryRequestValidationError ¶
type GetDictionaryRequestValidationError struct {
// contains filtered or unexported fields
}
GetDictionaryRequestValidationError is the validation error returned by GetDictionaryRequest.Validate if the designated constraints aren't met.
func (GetDictionaryRequestValidationError) Cause ¶
func (e GetDictionaryRequestValidationError) Cause() error
Cause function returns cause value.
func (GetDictionaryRequestValidationError) Error ¶
func (e GetDictionaryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetDictionaryRequestValidationError) ErrorName ¶
func (e GetDictionaryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetDictionaryRequestValidationError) Field ¶
func (e GetDictionaryRequestValidationError) Field() string
Field function returns field value.
func (GetDictionaryRequestValidationError) Key ¶
func (e GetDictionaryRequestValidationError) Key() bool
Key function returns key value.
func (GetDictionaryRequestValidationError) Reason ¶
func (e GetDictionaryRequestValidationError) Reason() string
Reason function returns reason value.
type ListDictionaryReply ¶
type ListDictionaryReply struct { Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*ListDictionaryReply_Dictionary `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*ListDictionaryReply) Descriptor
deprecated
func (*ListDictionaryReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDictionaryReply.ProtoReflect.Descriptor instead.
func (*ListDictionaryReply) GetList ¶
func (x *ListDictionaryReply) GetList() []*ListDictionaryReply_Dictionary
func (*ListDictionaryReply) GetTotal ¶
func (x *ListDictionaryReply) GetTotal() uint32
func (*ListDictionaryReply) ProtoMessage ¶
func (*ListDictionaryReply) ProtoMessage()
func (*ListDictionaryReply) ProtoReflect ¶
func (x *ListDictionaryReply) ProtoReflect() protoreflect.Message
func (*ListDictionaryReply) Reset ¶
func (x *ListDictionaryReply) Reset()
func (*ListDictionaryReply) String ¶
func (x *ListDictionaryReply) String() string
func (*ListDictionaryReply) Validate ¶
func (m *ListDictionaryReply) Validate() error
Validate checks the field values on ListDictionaryReply 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 (*ListDictionaryReply) ValidateAll ¶
func (m *ListDictionaryReply) ValidateAll() error
ValidateAll checks the field values on ListDictionaryReply 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 ListDictionaryReplyMultiError, or nil if none found.
type ListDictionaryReplyMultiError ¶
type ListDictionaryReplyMultiError []error
ListDictionaryReplyMultiError is an error wrapping multiple validation errors returned by ListDictionaryReply.ValidateAll() if the designated constraints aren't met.
func (ListDictionaryReplyMultiError) AllErrors ¶
func (m ListDictionaryReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictionaryReplyMultiError) Error ¶
func (m ListDictionaryReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictionaryReplyValidationError ¶
type ListDictionaryReplyValidationError struct {
// contains filtered or unexported fields
}
ListDictionaryReplyValidationError is the validation error returned by ListDictionaryReply.Validate if the designated constraints aren't met.
func (ListDictionaryReplyValidationError) Cause ¶
func (e ListDictionaryReplyValidationError) Cause() error
Cause function returns cause value.
func (ListDictionaryReplyValidationError) Error ¶
func (e ListDictionaryReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictionaryReplyValidationError) ErrorName ¶
func (e ListDictionaryReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictionaryReplyValidationError) Field ¶
func (e ListDictionaryReplyValidationError) Field() string
Field function returns field value.
func (ListDictionaryReplyValidationError) Key ¶
func (e ListDictionaryReplyValidationError) Key() bool
Key function returns key value.
func (ListDictionaryReplyValidationError) Reason ¶
func (e ListDictionaryReplyValidationError) Reason() string
Reason function returns reason value.
type ListDictionaryReply_Dictionary ¶
type ListDictionaryReply_Dictionary struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Keyword string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` CreatedAt uint32 `protobuf:"varint,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt uint32 `protobuf:"varint,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // contains filtered or unexported fields }
func (*ListDictionaryReply_Dictionary) Descriptor
deprecated
func (*ListDictionaryReply_Dictionary) Descriptor() ([]byte, []int)
Deprecated: Use ListDictionaryReply_Dictionary.ProtoReflect.Descriptor instead.
func (*ListDictionaryReply_Dictionary) GetCreatedAt ¶
func (x *ListDictionaryReply_Dictionary) GetCreatedAt() uint32
func (*ListDictionaryReply_Dictionary) GetDescription ¶
func (x *ListDictionaryReply_Dictionary) GetDescription() string
func (*ListDictionaryReply_Dictionary) GetId ¶
func (x *ListDictionaryReply_Dictionary) GetId() uint32
func (*ListDictionaryReply_Dictionary) GetKeyword ¶
func (x *ListDictionaryReply_Dictionary) GetKeyword() string
func (*ListDictionaryReply_Dictionary) GetName ¶
func (x *ListDictionaryReply_Dictionary) GetName() string
func (*ListDictionaryReply_Dictionary) GetUpdatedAt ¶
func (x *ListDictionaryReply_Dictionary) GetUpdatedAt() uint32
func (*ListDictionaryReply_Dictionary) ProtoMessage ¶
func (*ListDictionaryReply_Dictionary) ProtoMessage()
func (*ListDictionaryReply_Dictionary) ProtoReflect ¶
func (x *ListDictionaryReply_Dictionary) ProtoReflect() protoreflect.Message
func (*ListDictionaryReply_Dictionary) Reset ¶
func (x *ListDictionaryReply_Dictionary) Reset()
func (*ListDictionaryReply_Dictionary) String ¶
func (x *ListDictionaryReply_Dictionary) String() string
func (*ListDictionaryReply_Dictionary) Validate ¶
func (m *ListDictionaryReply_Dictionary) Validate() error
Validate checks the field values on ListDictionaryReply_Dictionary 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 (*ListDictionaryReply_Dictionary) ValidateAll ¶
func (m *ListDictionaryReply_Dictionary) ValidateAll() error
ValidateAll checks the field values on ListDictionaryReply_Dictionary 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 ListDictionaryReply_DictionaryMultiError, or nil if none found.
type ListDictionaryReply_DictionaryMultiError ¶
type ListDictionaryReply_DictionaryMultiError []error
ListDictionaryReply_DictionaryMultiError is an error wrapping multiple validation errors returned by ListDictionaryReply_Dictionary.ValidateAll() if the designated constraints aren't met.
func (ListDictionaryReply_DictionaryMultiError) AllErrors ¶
func (m ListDictionaryReply_DictionaryMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictionaryReply_DictionaryMultiError) Error ¶
func (m ListDictionaryReply_DictionaryMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictionaryReply_DictionaryValidationError ¶
type ListDictionaryReply_DictionaryValidationError struct {
// contains filtered or unexported fields
}
ListDictionaryReply_DictionaryValidationError is the validation error returned by ListDictionaryReply_Dictionary.Validate if the designated constraints aren't met.
func (ListDictionaryReply_DictionaryValidationError) Cause ¶
func (e ListDictionaryReply_DictionaryValidationError) Cause() error
Cause function returns cause value.
func (ListDictionaryReply_DictionaryValidationError) Error ¶
func (e ListDictionaryReply_DictionaryValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictionaryReply_DictionaryValidationError) ErrorName ¶
func (e ListDictionaryReply_DictionaryValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictionaryReply_DictionaryValidationError) Field ¶
func (e ListDictionaryReply_DictionaryValidationError) Field() string
Field function returns field value.
func (ListDictionaryReply_DictionaryValidationError) Key ¶
func (e ListDictionaryReply_DictionaryValidationError) Key() bool
Key function returns key value.
func (ListDictionaryReply_DictionaryValidationError) Reason ¶
func (e ListDictionaryReply_DictionaryValidationError) Reason() string
Reason function returns reason value.
type ListDictionaryRequest ¶
type ListDictionaryRequest struct { Page uint32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Order *string `protobuf:"bytes,3,opt,name=order,proto3,oneof" json:"order,omitempty"` OrderBy *string `protobuf:"bytes,4,opt,name=orderBy,proto3,oneof" json:"orderBy,omitempty"` Keyword *string `protobuf:"bytes,5,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"` Name *string `protobuf:"bytes,6,opt,name=name,proto3,oneof" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ListDictionaryRequest) Descriptor
deprecated
func (*ListDictionaryRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDictionaryRequest.ProtoReflect.Descriptor instead.
func (*ListDictionaryRequest) GetKeyword ¶
func (x *ListDictionaryRequest) GetKeyword() string
func (*ListDictionaryRequest) GetName ¶
func (x *ListDictionaryRequest) GetName() string
func (*ListDictionaryRequest) GetOrder ¶
func (x *ListDictionaryRequest) GetOrder() string
func (*ListDictionaryRequest) GetOrderBy ¶
func (x *ListDictionaryRequest) GetOrderBy() string
func (*ListDictionaryRequest) GetPage ¶
func (x *ListDictionaryRequest) GetPage() uint32
func (*ListDictionaryRequest) GetPageSize ¶
func (x *ListDictionaryRequest) GetPageSize() uint32
func (*ListDictionaryRequest) ProtoMessage ¶
func (*ListDictionaryRequest) ProtoMessage()
func (*ListDictionaryRequest) ProtoReflect ¶
func (x *ListDictionaryRequest) ProtoReflect() protoreflect.Message
func (*ListDictionaryRequest) Reset ¶
func (x *ListDictionaryRequest) Reset()
func (*ListDictionaryRequest) String ¶
func (x *ListDictionaryRequest) String() string
func (*ListDictionaryRequest) Validate ¶
func (m *ListDictionaryRequest) Validate() error
Validate checks the field values on ListDictionaryRequest 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 (*ListDictionaryRequest) ValidateAll ¶
func (m *ListDictionaryRequest) ValidateAll() error
ValidateAll checks the field values on ListDictionaryRequest 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 ListDictionaryRequestMultiError, or nil if none found.
type ListDictionaryRequestMultiError ¶
type ListDictionaryRequestMultiError []error
ListDictionaryRequestMultiError is an error wrapping multiple validation errors returned by ListDictionaryRequest.ValidateAll() if the designated constraints aren't met.
func (ListDictionaryRequestMultiError) AllErrors ¶
func (m ListDictionaryRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictionaryRequestMultiError) Error ¶
func (m ListDictionaryRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictionaryRequestValidationError ¶
type ListDictionaryRequestValidationError struct {
// contains filtered or unexported fields
}
ListDictionaryRequestValidationError is the validation error returned by ListDictionaryRequest.Validate if the designated constraints aren't met.
func (ListDictionaryRequestValidationError) Cause ¶
func (e ListDictionaryRequestValidationError) Cause() error
Cause function returns cause value.
func (ListDictionaryRequestValidationError) Error ¶
func (e ListDictionaryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictionaryRequestValidationError) ErrorName ¶
func (e ListDictionaryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictionaryRequestValidationError) Field ¶
func (e ListDictionaryRequestValidationError) Field() string
Field function returns field value.
func (ListDictionaryRequestValidationError) Key ¶
func (e ListDictionaryRequestValidationError) Key() bool
Key function returns key value.
func (ListDictionaryRequestValidationError) Reason ¶
func (e ListDictionaryRequestValidationError) Reason() string
Reason function returns reason value.
type ListDictionaryValueReply ¶
type ListDictionaryValueReply struct { Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*ListDictionaryValueReply_DictionaryValue `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*ListDictionaryValueReply) Descriptor
deprecated
func (*ListDictionaryValueReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDictionaryValueReply.ProtoReflect.Descriptor instead.
func (*ListDictionaryValueReply) GetList ¶
func (x *ListDictionaryValueReply) GetList() []*ListDictionaryValueReply_DictionaryValue
func (*ListDictionaryValueReply) GetTotal ¶
func (x *ListDictionaryValueReply) GetTotal() uint32
func (*ListDictionaryValueReply) ProtoMessage ¶
func (*ListDictionaryValueReply) ProtoMessage()
func (*ListDictionaryValueReply) ProtoReflect ¶
func (x *ListDictionaryValueReply) ProtoReflect() protoreflect.Message
func (*ListDictionaryValueReply) Reset ¶
func (x *ListDictionaryValueReply) Reset()
func (*ListDictionaryValueReply) String ¶
func (x *ListDictionaryValueReply) String() string
func (*ListDictionaryValueReply) Validate ¶
func (m *ListDictionaryValueReply) Validate() error
Validate checks the field values on ListDictionaryValueReply 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 (*ListDictionaryValueReply) ValidateAll ¶
func (m *ListDictionaryValueReply) ValidateAll() error
ValidateAll checks the field values on ListDictionaryValueReply 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 ListDictionaryValueReplyMultiError, or nil if none found.
type ListDictionaryValueReplyMultiError ¶
type ListDictionaryValueReplyMultiError []error
ListDictionaryValueReplyMultiError is an error wrapping multiple validation errors returned by ListDictionaryValueReply.ValidateAll() if the designated constraints aren't met.
func (ListDictionaryValueReplyMultiError) AllErrors ¶
func (m ListDictionaryValueReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictionaryValueReplyMultiError) Error ¶
func (m ListDictionaryValueReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictionaryValueReplyValidationError ¶
type ListDictionaryValueReplyValidationError struct {
// contains filtered or unexported fields
}
ListDictionaryValueReplyValidationError is the validation error returned by ListDictionaryValueReply.Validate if the designated constraints aren't met.
func (ListDictionaryValueReplyValidationError) Cause ¶
func (e ListDictionaryValueReplyValidationError) Cause() error
Cause function returns cause value.
func (ListDictionaryValueReplyValidationError) Error ¶
func (e ListDictionaryValueReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictionaryValueReplyValidationError) ErrorName ¶
func (e ListDictionaryValueReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictionaryValueReplyValidationError) Field ¶
func (e ListDictionaryValueReplyValidationError) Field() string
Field function returns field value.
func (ListDictionaryValueReplyValidationError) Key ¶
func (e ListDictionaryValueReplyValidationError) Key() bool
Key function returns key value.
func (ListDictionaryValueReplyValidationError) Reason ¶
func (e ListDictionaryValueReplyValidationError) Reason() string
Reason function returns reason value.
type ListDictionaryValueReply_DictionaryValue ¶
type ListDictionaryValueReply_DictionaryValue struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` DictionaryId uint32 `protobuf:"varint,2,opt,name=dictionaryId,proto3" json:"dictionaryId,omitempty"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` Status *bool `protobuf:"varint,5,opt,name=status,proto3,oneof" json:"status,omitempty"` Weight *int32 `protobuf:"varint,6,opt,name=weight,proto3,oneof" json:"weight,omitempty"` Type *string `protobuf:"bytes,7,opt,name=type,proto3,oneof" json:"type,omitempty"` Extra *string `protobuf:"bytes,8,opt,name=extra,proto3,oneof" json:"extra,omitempty"` Description *string `protobuf:"bytes,9,opt,name=description,proto3,oneof" json:"description,omitempty"` CreatedAt uint32 `protobuf:"varint,10,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt uint32 `protobuf:"varint,11,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // contains filtered or unexported fields }
func (*ListDictionaryValueReply_DictionaryValue) Descriptor
deprecated
func (*ListDictionaryValueReply_DictionaryValue) Descriptor() ([]byte, []int)
Deprecated: Use ListDictionaryValueReply_DictionaryValue.ProtoReflect.Descriptor instead.
func (*ListDictionaryValueReply_DictionaryValue) GetCreatedAt ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetCreatedAt() uint32
func (*ListDictionaryValueReply_DictionaryValue) GetDescription ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetDescription() string
func (*ListDictionaryValueReply_DictionaryValue) GetDictionaryId ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetDictionaryId() uint32
func (*ListDictionaryValueReply_DictionaryValue) GetExtra ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetExtra() string
func (*ListDictionaryValueReply_DictionaryValue) GetId ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetId() uint32
func (*ListDictionaryValueReply_DictionaryValue) GetLabel ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetLabel() string
func (*ListDictionaryValueReply_DictionaryValue) GetStatus ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetStatus() bool
func (*ListDictionaryValueReply_DictionaryValue) GetType ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetType() string
func (*ListDictionaryValueReply_DictionaryValue) GetUpdatedAt ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetUpdatedAt() uint32
func (*ListDictionaryValueReply_DictionaryValue) GetValue ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetValue() string
func (*ListDictionaryValueReply_DictionaryValue) GetWeight ¶
func (x *ListDictionaryValueReply_DictionaryValue) GetWeight() int32
func (*ListDictionaryValueReply_DictionaryValue) ProtoMessage ¶
func (*ListDictionaryValueReply_DictionaryValue) ProtoMessage()
func (*ListDictionaryValueReply_DictionaryValue) ProtoReflect ¶
func (x *ListDictionaryValueReply_DictionaryValue) ProtoReflect() protoreflect.Message
func (*ListDictionaryValueReply_DictionaryValue) Reset ¶
func (x *ListDictionaryValueReply_DictionaryValue) Reset()
func (*ListDictionaryValueReply_DictionaryValue) String ¶
func (x *ListDictionaryValueReply_DictionaryValue) String() string
func (*ListDictionaryValueReply_DictionaryValue) Validate ¶
func (m *ListDictionaryValueReply_DictionaryValue) Validate() error
Validate checks the field values on ListDictionaryValueReply_DictionaryValue 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 (*ListDictionaryValueReply_DictionaryValue) ValidateAll ¶
func (m *ListDictionaryValueReply_DictionaryValue) ValidateAll() error
ValidateAll checks the field values on ListDictionaryValueReply_DictionaryValue 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 ListDictionaryValueReply_DictionaryValueMultiError, or nil if none found.
type ListDictionaryValueReply_DictionaryValueMultiError ¶
type ListDictionaryValueReply_DictionaryValueMultiError []error
ListDictionaryValueReply_DictionaryValueMultiError is an error wrapping multiple validation errors returned by ListDictionaryValueReply_DictionaryValue.ValidateAll() if the designated constraints aren't met.
func (ListDictionaryValueReply_DictionaryValueMultiError) AllErrors ¶
func (m ListDictionaryValueReply_DictionaryValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictionaryValueReply_DictionaryValueMultiError) Error ¶
func (m ListDictionaryValueReply_DictionaryValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictionaryValueReply_DictionaryValueValidationError ¶
type ListDictionaryValueReply_DictionaryValueValidationError struct {
// contains filtered or unexported fields
}
ListDictionaryValueReply_DictionaryValueValidationError is the validation error returned by ListDictionaryValueReply_DictionaryValue.Validate if the designated constraints aren't met.
func (ListDictionaryValueReply_DictionaryValueValidationError) Cause ¶
func (e ListDictionaryValueReply_DictionaryValueValidationError) Cause() error
Cause function returns cause value.
func (ListDictionaryValueReply_DictionaryValueValidationError) Error ¶
func (e ListDictionaryValueReply_DictionaryValueValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictionaryValueReply_DictionaryValueValidationError) ErrorName ¶
func (e ListDictionaryValueReply_DictionaryValueValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictionaryValueReply_DictionaryValueValidationError) Field ¶
func (e ListDictionaryValueReply_DictionaryValueValidationError) Field() string
Field function returns field value.
func (ListDictionaryValueReply_DictionaryValueValidationError) Key ¶
func (e ListDictionaryValueReply_DictionaryValueValidationError) Key() bool
Key function returns key value.
func (ListDictionaryValueReply_DictionaryValueValidationError) Reason ¶
func (e ListDictionaryValueReply_DictionaryValueValidationError) Reason() string
Reason function returns reason value.
type ListDictionaryValueRequest ¶
type ListDictionaryValueRequest struct { Page uint32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Order *string `protobuf:"bytes,3,opt,name=order,proto3,oneof" json:"order,omitempty"` OrderBy *string `protobuf:"bytes,4,opt,name=orderBy,proto3,oneof" json:"orderBy,omitempty"` DictionaryId *uint32 `protobuf:"varint,5,opt,name=dictionaryId,proto3,oneof" json:"dictionaryId,omitempty"` Label *string `protobuf:"bytes,6,opt,name=label,proto3,oneof" json:"label,omitempty"` Value *string `protobuf:"bytes,7,opt,name=value,proto3,oneof" json:"value,omitempty"` Status *bool `protobuf:"varint,8,opt,name=status,proto3,oneof" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ListDictionaryValueRequest) Descriptor
deprecated
func (*ListDictionaryValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDictionaryValueRequest.ProtoReflect.Descriptor instead.
func (*ListDictionaryValueRequest) GetDictionaryId ¶
func (x *ListDictionaryValueRequest) GetDictionaryId() uint32
func (*ListDictionaryValueRequest) GetLabel ¶
func (x *ListDictionaryValueRequest) GetLabel() string
func (*ListDictionaryValueRequest) GetOrder ¶
func (x *ListDictionaryValueRequest) GetOrder() string
func (*ListDictionaryValueRequest) GetOrderBy ¶
func (x *ListDictionaryValueRequest) GetOrderBy() string
func (*ListDictionaryValueRequest) GetPage ¶
func (x *ListDictionaryValueRequest) GetPage() uint32
func (*ListDictionaryValueRequest) GetPageSize ¶
func (x *ListDictionaryValueRequest) GetPageSize() uint32
func (*ListDictionaryValueRequest) GetStatus ¶
func (x *ListDictionaryValueRequest) GetStatus() bool
func (*ListDictionaryValueRequest) GetValue ¶
func (x *ListDictionaryValueRequest) GetValue() string
func (*ListDictionaryValueRequest) ProtoMessage ¶
func (*ListDictionaryValueRequest) ProtoMessage()
func (*ListDictionaryValueRequest) ProtoReflect ¶
func (x *ListDictionaryValueRequest) ProtoReflect() protoreflect.Message
func (*ListDictionaryValueRequest) Reset ¶
func (x *ListDictionaryValueRequest) Reset()
func (*ListDictionaryValueRequest) String ¶
func (x *ListDictionaryValueRequest) String() string
func (*ListDictionaryValueRequest) Validate ¶
func (m *ListDictionaryValueRequest) Validate() error
Validate checks the field values on ListDictionaryValueRequest 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 (*ListDictionaryValueRequest) ValidateAll ¶
func (m *ListDictionaryValueRequest) ValidateAll() error
ValidateAll checks the field values on ListDictionaryValueRequest 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 ListDictionaryValueRequestMultiError, or nil if none found.
type ListDictionaryValueRequestMultiError ¶
type ListDictionaryValueRequestMultiError []error
ListDictionaryValueRequestMultiError is an error wrapping multiple validation errors returned by ListDictionaryValueRequest.ValidateAll() if the designated constraints aren't met.
func (ListDictionaryValueRequestMultiError) AllErrors ¶
func (m ListDictionaryValueRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListDictionaryValueRequestMultiError) Error ¶
func (m ListDictionaryValueRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListDictionaryValueRequestValidationError ¶
type ListDictionaryValueRequestValidationError struct {
// contains filtered or unexported fields
}
ListDictionaryValueRequestValidationError is the validation error returned by ListDictionaryValueRequest.Validate if the designated constraints aren't met.
func (ListDictionaryValueRequestValidationError) Cause ¶
func (e ListDictionaryValueRequestValidationError) Cause() error
Cause function returns cause value.
func (ListDictionaryValueRequestValidationError) Error ¶
func (e ListDictionaryValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListDictionaryValueRequestValidationError) ErrorName ¶
func (e ListDictionaryValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListDictionaryValueRequestValidationError) Field ¶
func (e ListDictionaryValueRequestValidationError) Field() string
Field function returns field value.
func (ListDictionaryValueRequestValidationError) Key ¶
func (e ListDictionaryValueRequestValidationError) Key() bool
Key function returns key value.
func (ListDictionaryValueRequestValidationError) Reason ¶
func (e ListDictionaryValueRequestValidationError) Reason() string
Reason function returns reason value.
type UnimplementedDictionaryServer ¶
type UnimplementedDictionaryServer struct { }
UnimplementedDictionaryServer must be embedded to have forward compatible implementations.
func (UnimplementedDictionaryServer) CreateDictionary ¶
func (UnimplementedDictionaryServer) CreateDictionary(context.Context, *CreateDictionaryRequest) (*CreateDictionaryReply, error)
func (UnimplementedDictionaryServer) CreateDictionaryValue ¶
func (UnimplementedDictionaryServer) CreateDictionaryValue(context.Context, *CreateDictionaryValueRequest) (*CreateDictionaryValueReply, error)
func (UnimplementedDictionaryServer) DeleteDictionary ¶
func (UnimplementedDictionaryServer) DeleteDictionary(context.Context, *DeleteDictionaryRequest) (*DeleteDictionaryReply, error)
func (UnimplementedDictionaryServer) DeleteDictionaryValue ¶
func (UnimplementedDictionaryServer) DeleteDictionaryValue(context.Context, *DeleteDictionaryValueRequest) (*DeleteDictionaryValueReply, error)
func (UnimplementedDictionaryServer) GetDictionary ¶
func (UnimplementedDictionaryServer) GetDictionary(context.Context, *GetDictionaryRequest) (*GetDictionaryReply, error)
func (UnimplementedDictionaryServer) ListDictionary ¶
func (UnimplementedDictionaryServer) ListDictionary(context.Context, *ListDictionaryRequest) (*ListDictionaryReply, error)
func (UnimplementedDictionaryServer) ListDictionaryValue ¶
func (UnimplementedDictionaryServer) ListDictionaryValue(context.Context, *ListDictionaryValueRequest) (*ListDictionaryValueReply, error)
func (UnimplementedDictionaryServer) UpdateDictionary ¶
func (UnimplementedDictionaryServer) UpdateDictionary(context.Context, *UpdateDictionaryRequest) (*UpdateDictionaryReply, error)
func (UnimplementedDictionaryServer) UpdateDictionaryValue ¶
func (UnimplementedDictionaryServer) UpdateDictionaryValue(context.Context, *UpdateDictionaryValueRequest) (*UpdateDictionaryValueReply, error)
func (UnimplementedDictionaryServer) UpdateDictionaryValueStatus ¶
func (UnimplementedDictionaryServer) UpdateDictionaryValueStatus(context.Context, *UpdateDictionaryValueStatusRequest) (*UpdateDictionaryValueStatusReply, error)
type UnsafeDictionaryServer ¶
type UnsafeDictionaryServer interface {
// contains filtered or unexported methods
}
UnsafeDictionaryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DictionaryServer will result in compilation errors.
type UpdateDictionaryReply ¶
type UpdateDictionaryReply struct {
// contains filtered or unexported fields
}
func (*UpdateDictionaryReply) Descriptor
deprecated
func (*UpdateDictionaryReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictionaryReply.ProtoReflect.Descriptor instead.
func (*UpdateDictionaryReply) ProtoMessage ¶
func (*UpdateDictionaryReply) ProtoMessage()
func (*UpdateDictionaryReply) ProtoReflect ¶
func (x *UpdateDictionaryReply) ProtoReflect() protoreflect.Message
func (*UpdateDictionaryReply) Reset ¶
func (x *UpdateDictionaryReply) Reset()
func (*UpdateDictionaryReply) String ¶
func (x *UpdateDictionaryReply) String() string
func (*UpdateDictionaryReply) Validate ¶
func (m *UpdateDictionaryReply) Validate() error
Validate checks the field values on UpdateDictionaryReply 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 (*UpdateDictionaryReply) ValidateAll ¶
func (m *UpdateDictionaryReply) ValidateAll() error
ValidateAll checks the field values on UpdateDictionaryReply 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 UpdateDictionaryReplyMultiError, or nil if none found.
type UpdateDictionaryReplyMultiError ¶
type UpdateDictionaryReplyMultiError []error
UpdateDictionaryReplyMultiError is an error wrapping multiple validation errors returned by UpdateDictionaryReply.ValidateAll() if the designated constraints aren't met.
func (UpdateDictionaryReplyMultiError) AllErrors ¶
func (m UpdateDictionaryReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictionaryReplyMultiError) Error ¶
func (m UpdateDictionaryReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictionaryReplyValidationError ¶
type UpdateDictionaryReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateDictionaryReplyValidationError is the validation error returned by UpdateDictionaryReply.Validate if the designated constraints aren't met.
func (UpdateDictionaryReplyValidationError) Cause ¶
func (e UpdateDictionaryReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictionaryReplyValidationError) Error ¶
func (e UpdateDictionaryReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictionaryReplyValidationError) ErrorName ¶
func (e UpdateDictionaryReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictionaryReplyValidationError) Field ¶
func (e UpdateDictionaryReplyValidationError) Field() string
Field function returns field value.
func (UpdateDictionaryReplyValidationError) Key ¶
func (e UpdateDictionaryReplyValidationError) Key() bool
Key function returns key value.
func (UpdateDictionaryReplyValidationError) Reason ¶
func (e UpdateDictionaryReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateDictionaryRequest ¶
type UpdateDictionaryRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Keyword string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` // contains filtered or unexported fields }
func (*UpdateDictionaryRequest) Descriptor
deprecated
func (*UpdateDictionaryRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictionaryRequest.ProtoReflect.Descriptor instead.
func (*UpdateDictionaryRequest) GetDescription ¶
func (x *UpdateDictionaryRequest) GetDescription() string
func (*UpdateDictionaryRequest) GetId ¶
func (x *UpdateDictionaryRequest) GetId() uint32
func (*UpdateDictionaryRequest) GetKeyword ¶
func (x *UpdateDictionaryRequest) GetKeyword() string
func (*UpdateDictionaryRequest) GetName ¶
func (x *UpdateDictionaryRequest) GetName() string
func (*UpdateDictionaryRequest) ProtoMessage ¶
func (*UpdateDictionaryRequest) ProtoMessage()
func (*UpdateDictionaryRequest) ProtoReflect ¶
func (x *UpdateDictionaryRequest) ProtoReflect() protoreflect.Message
func (*UpdateDictionaryRequest) Reset ¶
func (x *UpdateDictionaryRequest) Reset()
func (*UpdateDictionaryRequest) String ¶
func (x *UpdateDictionaryRequest) String() string
func (*UpdateDictionaryRequest) Validate ¶
func (m *UpdateDictionaryRequest) Validate() error
Validate checks the field values on UpdateDictionaryRequest 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 (*UpdateDictionaryRequest) ValidateAll ¶
func (m *UpdateDictionaryRequest) ValidateAll() error
ValidateAll checks the field values on UpdateDictionaryRequest 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 UpdateDictionaryRequestMultiError, or nil if none found.
type UpdateDictionaryRequestMultiError ¶
type UpdateDictionaryRequestMultiError []error
UpdateDictionaryRequestMultiError is an error wrapping multiple validation errors returned by UpdateDictionaryRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateDictionaryRequestMultiError) AllErrors ¶
func (m UpdateDictionaryRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictionaryRequestMultiError) Error ¶
func (m UpdateDictionaryRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictionaryRequestValidationError ¶
type UpdateDictionaryRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateDictionaryRequestValidationError is the validation error returned by UpdateDictionaryRequest.Validate if the designated constraints aren't met.
func (UpdateDictionaryRequestValidationError) Cause ¶
func (e UpdateDictionaryRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictionaryRequestValidationError) Error ¶
func (e UpdateDictionaryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictionaryRequestValidationError) ErrorName ¶
func (e UpdateDictionaryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictionaryRequestValidationError) Field ¶
func (e UpdateDictionaryRequestValidationError) Field() string
Field function returns field value.
func (UpdateDictionaryRequestValidationError) Key ¶
func (e UpdateDictionaryRequestValidationError) Key() bool
Key function returns key value.
func (UpdateDictionaryRequestValidationError) Reason ¶
func (e UpdateDictionaryRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateDictionaryValueReply ¶
type UpdateDictionaryValueReply struct {
// contains filtered or unexported fields
}
func (*UpdateDictionaryValueReply) Descriptor
deprecated
func (*UpdateDictionaryValueReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictionaryValueReply.ProtoReflect.Descriptor instead.
func (*UpdateDictionaryValueReply) ProtoMessage ¶
func (*UpdateDictionaryValueReply) ProtoMessage()
func (*UpdateDictionaryValueReply) ProtoReflect ¶
func (x *UpdateDictionaryValueReply) ProtoReflect() protoreflect.Message
func (*UpdateDictionaryValueReply) Reset ¶
func (x *UpdateDictionaryValueReply) Reset()
func (*UpdateDictionaryValueReply) String ¶
func (x *UpdateDictionaryValueReply) String() string
func (*UpdateDictionaryValueReply) Validate ¶
func (m *UpdateDictionaryValueReply) Validate() error
Validate checks the field values on UpdateDictionaryValueReply 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 (*UpdateDictionaryValueReply) ValidateAll ¶
func (m *UpdateDictionaryValueReply) ValidateAll() error
ValidateAll checks the field values on UpdateDictionaryValueReply 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 UpdateDictionaryValueReplyMultiError, or nil if none found.
type UpdateDictionaryValueReplyMultiError ¶
type UpdateDictionaryValueReplyMultiError []error
UpdateDictionaryValueReplyMultiError is an error wrapping multiple validation errors returned by UpdateDictionaryValueReply.ValidateAll() if the designated constraints aren't met.
func (UpdateDictionaryValueReplyMultiError) AllErrors ¶
func (m UpdateDictionaryValueReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictionaryValueReplyMultiError) Error ¶
func (m UpdateDictionaryValueReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictionaryValueReplyValidationError ¶
type UpdateDictionaryValueReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateDictionaryValueReplyValidationError is the validation error returned by UpdateDictionaryValueReply.Validate if the designated constraints aren't met.
func (UpdateDictionaryValueReplyValidationError) Cause ¶
func (e UpdateDictionaryValueReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictionaryValueReplyValidationError) Error ¶
func (e UpdateDictionaryValueReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictionaryValueReplyValidationError) ErrorName ¶
func (e UpdateDictionaryValueReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictionaryValueReplyValidationError) Field ¶
func (e UpdateDictionaryValueReplyValidationError) Field() string
Field function returns field value.
func (UpdateDictionaryValueReplyValidationError) Key ¶
func (e UpdateDictionaryValueReplyValidationError) Key() bool
Key function returns key value.
func (UpdateDictionaryValueReplyValidationError) Reason ¶
func (e UpdateDictionaryValueReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateDictionaryValueRequest ¶
type UpdateDictionaryValueRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` DictionaryId uint32 `protobuf:"varint,2,opt,name=dictionaryId,proto3" json:"dictionaryId,omitempty"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` Weight *int32 `protobuf:"varint,5,opt,name=weight,proto3,oneof" json:"weight,omitempty"` Type *string `protobuf:"bytes,6,opt,name=type,proto3,oneof" json:"type,omitempty"` Extra *string `protobuf:"bytes,7,opt,name=extra,proto3,oneof" json:"extra,omitempty"` Description *string `protobuf:"bytes,8,opt,name=description,proto3,oneof" json:"description,omitempty"` // contains filtered or unexported fields }
func (*UpdateDictionaryValueRequest) Descriptor
deprecated
func (*UpdateDictionaryValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictionaryValueRequest.ProtoReflect.Descriptor instead.
func (*UpdateDictionaryValueRequest) GetDescription ¶
func (x *UpdateDictionaryValueRequest) GetDescription() string
func (*UpdateDictionaryValueRequest) GetDictionaryId ¶
func (x *UpdateDictionaryValueRequest) GetDictionaryId() uint32
func (*UpdateDictionaryValueRequest) GetExtra ¶
func (x *UpdateDictionaryValueRequest) GetExtra() string
func (*UpdateDictionaryValueRequest) GetId ¶
func (x *UpdateDictionaryValueRequest) GetId() uint32
func (*UpdateDictionaryValueRequest) GetLabel ¶
func (x *UpdateDictionaryValueRequest) GetLabel() string
func (*UpdateDictionaryValueRequest) GetType ¶
func (x *UpdateDictionaryValueRequest) GetType() string
func (*UpdateDictionaryValueRequest) GetValue ¶
func (x *UpdateDictionaryValueRequest) GetValue() string
func (*UpdateDictionaryValueRequest) GetWeight ¶
func (x *UpdateDictionaryValueRequest) GetWeight() int32
func (*UpdateDictionaryValueRequest) ProtoMessage ¶
func (*UpdateDictionaryValueRequest) ProtoMessage()
func (*UpdateDictionaryValueRequest) ProtoReflect ¶
func (x *UpdateDictionaryValueRequest) ProtoReflect() protoreflect.Message
func (*UpdateDictionaryValueRequest) Reset ¶
func (x *UpdateDictionaryValueRequest) Reset()
func (*UpdateDictionaryValueRequest) String ¶
func (x *UpdateDictionaryValueRequest) String() string
func (*UpdateDictionaryValueRequest) Validate ¶
func (m *UpdateDictionaryValueRequest) Validate() error
Validate checks the field values on UpdateDictionaryValueRequest 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 (*UpdateDictionaryValueRequest) ValidateAll ¶
func (m *UpdateDictionaryValueRequest) ValidateAll() error
ValidateAll checks the field values on UpdateDictionaryValueRequest 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 UpdateDictionaryValueRequestMultiError, or nil if none found.
type UpdateDictionaryValueRequestMultiError ¶
type UpdateDictionaryValueRequestMultiError []error
UpdateDictionaryValueRequestMultiError is an error wrapping multiple validation errors returned by UpdateDictionaryValueRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateDictionaryValueRequestMultiError) AllErrors ¶
func (m UpdateDictionaryValueRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictionaryValueRequestMultiError) Error ¶
func (m UpdateDictionaryValueRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictionaryValueRequestValidationError ¶
type UpdateDictionaryValueRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateDictionaryValueRequestValidationError is the validation error returned by UpdateDictionaryValueRequest.Validate if the designated constraints aren't met.
func (UpdateDictionaryValueRequestValidationError) Cause ¶
func (e UpdateDictionaryValueRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictionaryValueRequestValidationError) Error ¶
func (e UpdateDictionaryValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictionaryValueRequestValidationError) ErrorName ¶
func (e UpdateDictionaryValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictionaryValueRequestValidationError) Field ¶
func (e UpdateDictionaryValueRequestValidationError) Field() string
Field function returns field value.
func (UpdateDictionaryValueRequestValidationError) Key ¶
func (e UpdateDictionaryValueRequestValidationError) Key() bool
Key function returns key value.
func (UpdateDictionaryValueRequestValidationError) Reason ¶
func (e UpdateDictionaryValueRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateDictionaryValueStatusReply ¶
type UpdateDictionaryValueStatusReply struct {
// contains filtered or unexported fields
}
func (*UpdateDictionaryValueStatusReply) Descriptor
deprecated
func (*UpdateDictionaryValueStatusReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictionaryValueStatusReply.ProtoReflect.Descriptor instead.
func (*UpdateDictionaryValueStatusReply) ProtoMessage ¶
func (*UpdateDictionaryValueStatusReply) ProtoMessage()
func (*UpdateDictionaryValueStatusReply) ProtoReflect ¶
func (x *UpdateDictionaryValueStatusReply) ProtoReflect() protoreflect.Message
func (*UpdateDictionaryValueStatusReply) Reset ¶
func (x *UpdateDictionaryValueStatusReply) Reset()
func (*UpdateDictionaryValueStatusReply) String ¶
func (x *UpdateDictionaryValueStatusReply) String() string
func (*UpdateDictionaryValueStatusReply) Validate ¶
func (m *UpdateDictionaryValueStatusReply) Validate() error
Validate checks the field values on UpdateDictionaryValueStatusReply 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 (*UpdateDictionaryValueStatusReply) ValidateAll ¶
func (m *UpdateDictionaryValueStatusReply) ValidateAll() error
ValidateAll checks the field values on UpdateDictionaryValueStatusReply 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 UpdateDictionaryValueStatusReplyMultiError, or nil if none found.
type UpdateDictionaryValueStatusReplyMultiError ¶
type UpdateDictionaryValueStatusReplyMultiError []error
UpdateDictionaryValueStatusReplyMultiError is an error wrapping multiple validation errors returned by UpdateDictionaryValueStatusReply.ValidateAll() if the designated constraints aren't met.
func (UpdateDictionaryValueStatusReplyMultiError) AllErrors ¶
func (m UpdateDictionaryValueStatusReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictionaryValueStatusReplyMultiError) Error ¶
func (m UpdateDictionaryValueStatusReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictionaryValueStatusReplyValidationError ¶
type UpdateDictionaryValueStatusReplyValidationError struct {
// contains filtered or unexported fields
}
UpdateDictionaryValueStatusReplyValidationError is the validation error returned by UpdateDictionaryValueStatusReply.Validate if the designated constraints aren't met.
func (UpdateDictionaryValueStatusReplyValidationError) Cause ¶
func (e UpdateDictionaryValueStatusReplyValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictionaryValueStatusReplyValidationError) Error ¶
func (e UpdateDictionaryValueStatusReplyValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictionaryValueStatusReplyValidationError) ErrorName ¶
func (e UpdateDictionaryValueStatusReplyValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictionaryValueStatusReplyValidationError) Field ¶
func (e UpdateDictionaryValueStatusReplyValidationError) Field() string
Field function returns field value.
func (UpdateDictionaryValueStatusReplyValidationError) Key ¶
func (e UpdateDictionaryValueStatusReplyValidationError) Key() bool
Key function returns key value.
func (UpdateDictionaryValueStatusReplyValidationError) Reason ¶
func (e UpdateDictionaryValueStatusReplyValidationError) Reason() string
Reason function returns reason value.
type UpdateDictionaryValueStatusRequest ¶
type UpdateDictionaryValueStatusRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status bool `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UpdateDictionaryValueStatusRequest) Descriptor
deprecated
func (*UpdateDictionaryValueStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDictionaryValueStatusRequest.ProtoReflect.Descriptor instead.
func (*UpdateDictionaryValueStatusRequest) GetId ¶
func (x *UpdateDictionaryValueStatusRequest) GetId() uint32
func (*UpdateDictionaryValueStatusRequest) GetStatus ¶
func (x *UpdateDictionaryValueStatusRequest) GetStatus() bool
func (*UpdateDictionaryValueStatusRequest) ProtoMessage ¶
func (*UpdateDictionaryValueStatusRequest) ProtoMessage()
func (*UpdateDictionaryValueStatusRequest) ProtoReflect ¶
func (x *UpdateDictionaryValueStatusRequest) ProtoReflect() protoreflect.Message
func (*UpdateDictionaryValueStatusRequest) Reset ¶
func (x *UpdateDictionaryValueStatusRequest) Reset()
func (*UpdateDictionaryValueStatusRequest) String ¶
func (x *UpdateDictionaryValueStatusRequest) String() string
func (*UpdateDictionaryValueStatusRequest) Validate ¶
func (m *UpdateDictionaryValueStatusRequest) Validate() error
Validate checks the field values on UpdateDictionaryValueStatusRequest 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 (*UpdateDictionaryValueStatusRequest) ValidateAll ¶
func (m *UpdateDictionaryValueStatusRequest) ValidateAll() error
ValidateAll checks the field values on UpdateDictionaryValueStatusRequest 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 UpdateDictionaryValueStatusRequestMultiError, or nil if none found.
type UpdateDictionaryValueStatusRequestMultiError ¶
type UpdateDictionaryValueStatusRequestMultiError []error
UpdateDictionaryValueStatusRequestMultiError is an error wrapping multiple validation errors returned by UpdateDictionaryValueStatusRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateDictionaryValueStatusRequestMultiError) AllErrors ¶
func (m UpdateDictionaryValueStatusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateDictionaryValueStatusRequestMultiError) Error ¶
func (m UpdateDictionaryValueStatusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateDictionaryValueStatusRequestValidationError ¶
type UpdateDictionaryValueStatusRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateDictionaryValueStatusRequestValidationError is the validation error returned by UpdateDictionaryValueStatusRequest.Validate if the designated constraints aren't met.
func (UpdateDictionaryValueStatusRequestValidationError) Cause ¶
func (e UpdateDictionaryValueStatusRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateDictionaryValueStatusRequestValidationError) Error ¶
func (e UpdateDictionaryValueStatusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateDictionaryValueStatusRequestValidationError) ErrorName ¶
func (e UpdateDictionaryValueStatusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateDictionaryValueStatusRequestValidationError) Field ¶
func (e UpdateDictionaryValueStatusRequestValidationError) Field() string
Field function returns field value.
func (UpdateDictionaryValueStatusRequestValidationError) Key ¶
func (e UpdateDictionaryValueStatusRequestValidationError) Key() bool
Key function returns key value.
func (UpdateDictionaryValueStatusRequestValidationError) Reason ¶
func (e UpdateDictionaryValueStatusRequestValidationError) Reason() string
Reason function returns reason value.