v1

package
v1.0.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
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"
)
View Source
const OperationDictionaryCreateDictionary = "/manager.api.manager.dictionary.v1.Dictionary/CreateDictionary"
View Source
const OperationDictionaryCreateDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/CreateDictionaryValue"
View Source
const OperationDictionaryDeleteDictionary = "/manager.api.manager.dictionary.v1.Dictionary/DeleteDictionary"
View Source
const OperationDictionaryDeleteDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/DeleteDictionaryValue"
View Source
const OperationDictionaryGetDictionary = "/manager.api.manager.dictionary.v1.Dictionary/GetDictionary"
View Source
const OperationDictionaryListDictionary = "/manager.api.manager.dictionary.v1.Dictionary/ListDictionary"
View Source
const OperationDictionaryListDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/ListDictionaryValue"
View Source
const OperationDictionaryUpdateDictionary = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionary"
View Source
const OperationDictionaryUpdateDictionaryValue = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionaryValue"
View Source
const OperationDictionaryUpdateDictionaryValueStatus = "/manager.api.manager.dictionary.v1.Dictionary/UpdateDictionaryValueStatus"

Variables

View Source
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)

View Source
var File_api_manager_dictionary_manager_dictionary_proto protoreflect.FileDescriptor
View Source
var File_api_manager_dictionary_manager_dictionary_service_proto protoreflect.FileDescriptor
View Source
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

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

Cause function returns cause value.

func (CreateDictionaryReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateDictionaryReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateDictionaryReplyValidationError) Field

Field function returns field value.

func (CreateDictionaryReplyValidationError) Key

Key function returns key value.

func (CreateDictionaryReplyValidationError) Reason

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

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

Cause function returns cause value.

func (CreateDictionaryRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateDictionaryRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateDictionaryRequestValidationError) Field

Field function returns field value.

func (CreateDictionaryRequestValidationError) Key

Key function returns key value.

func (CreateDictionaryRequestValidationError) Reason

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 (*CreateDictionaryValueReply) ProtoMessage

func (*CreateDictionaryValueReply) ProtoMessage()

func (*CreateDictionaryValueReply) ProtoReflect

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

AllErrors returns a list of validation violation errors.

func (CreateDictionaryValueReplyMultiError) Error

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

Cause function returns cause value.

func (CreateDictionaryValueReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateDictionaryValueReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateDictionaryValueReplyValidationError) Field

Field function returns field value.

func (CreateDictionaryValueReplyValidationError) Key

Key function returns key value.

func (CreateDictionaryValueReplyValidationError) Reason

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 (*CreateDictionaryValueRequest) Reset

func (x *CreateDictionaryValueRequest) Reset()

func (*CreateDictionaryValueRequest) 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

AllErrors returns a list of validation violation errors.

func (CreateDictionaryValueRequestMultiError) Error

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

Cause function returns cause value.

func (CreateDictionaryValueRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateDictionaryValueRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateDictionaryValueRequestValidationError) Field

Field function returns field value.

func (CreateDictionaryValueRequestValidationError) Key

Key function returns key value.

func (CreateDictionaryValueRequestValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteDictionaryReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteDictionaryReplyValidationError) ErrorName

ErrorName returns error name.

func (DeleteDictionaryReplyValidationError) Field

Field function returns field value.

func (DeleteDictionaryReplyValidationError) Key

Key function returns key value.

func (DeleteDictionaryReplyValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteDictionaryRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteDictionaryRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteDictionaryRequestValidationError) Field

Field function returns field value.

func (DeleteDictionaryRequestValidationError) Key

Key function returns key value.

func (DeleteDictionaryRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (DeleteDictionaryValueReplyMultiError) Error

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

Cause function returns cause value.

func (DeleteDictionaryValueReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteDictionaryValueReplyValidationError) ErrorName

ErrorName returns error name.

func (DeleteDictionaryValueReplyValidationError) Field

Field function returns field value.

func (DeleteDictionaryValueReplyValidationError) Key

Key function returns key value.

func (DeleteDictionaryValueReplyValidationError) Reason

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 (*DeleteDictionaryValueRequest) Reset

func (x *DeleteDictionaryValueRequest) Reset()

func (*DeleteDictionaryValueRequest) 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

AllErrors returns a list of validation violation errors.

func (DeleteDictionaryValueRequestMultiError) Error

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

Cause function returns cause value.

func (DeleteDictionaryValueRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteDictionaryValueRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteDictionaryValueRequestValidationError) Field

Field function returns field value.

func (DeleteDictionaryValueRequestValidationError) Key

Key function returns key value.

func (DeleteDictionaryValueRequestValidationError) Reason

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 (*DictionaryHTTPClientImpl) CreateDictionaryValue

func (*DictionaryHTTPClientImpl) DeleteDictionary

func (*DictionaryHTTPClientImpl) DeleteDictionaryValue

func (*DictionaryHTTPClientImpl) GetDictionary

func (*DictionaryHTTPClientImpl) ListDictionary

func (*DictionaryHTTPClientImpl) ListDictionaryValue

func (*DictionaryHTTPClientImpl) UpdateDictionary

func (*DictionaryHTTPClientImpl) UpdateDictionaryValue

func (*DictionaryHTTPClientImpl) UpdateDictionaryValueStatus

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

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

Cause function returns cause value.

func (GetDictionaryReplyValidationError) Error

Error satisfies the builtin error interface

func (GetDictionaryReplyValidationError) ErrorName

ErrorName returns error name.

func (GetDictionaryReplyValidationError) Field

Field function returns field value.

func (GetDictionaryReplyValidationError) Key

Key function returns key value.

func (GetDictionaryReplyValidationError) Reason

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

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

Cause function returns cause value.

func (GetDictionaryRequestValidationError) Error

Error satisfies the builtin error interface

func (GetDictionaryRequestValidationError) ErrorName

ErrorName returns error name.

func (GetDictionaryRequestValidationError) Field

Field function returns field value.

func (GetDictionaryRequestValidationError) Key

Key function returns key value.

func (GetDictionaryRequestValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (ListDictionaryReplyValidationError) Error

Error satisfies the builtin error interface

func (ListDictionaryReplyValidationError) ErrorName

ErrorName returns error name.

func (ListDictionaryReplyValidationError) Field

Field function returns field value.

func (ListDictionaryReplyValidationError) Key

Key function returns key value.

func (ListDictionaryReplyValidationError) Reason

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 (*ListDictionaryReply_Dictionary) GetKeyword

func (x *ListDictionaryReply_Dictionary) GetKeyword() string

func (*ListDictionaryReply_Dictionary) GetName

func (*ListDictionaryReply_Dictionary) GetUpdatedAt

func (x *ListDictionaryReply_Dictionary) GetUpdatedAt() uint32

func (*ListDictionaryReply_Dictionary) ProtoMessage

func (*ListDictionaryReply_Dictionary) ProtoMessage()

func (*ListDictionaryReply_Dictionary) ProtoReflect

func (*ListDictionaryReply_Dictionary) Reset

func (x *ListDictionaryReply_Dictionary) Reset()

func (*ListDictionaryReply_Dictionary) 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

AllErrors returns a list of validation violation errors.

func (ListDictionaryReply_DictionaryMultiError) Error

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

Cause function returns cause value.

func (ListDictionaryReply_DictionaryValidationError) Error

Error satisfies the builtin error interface

func (ListDictionaryReply_DictionaryValidationError) ErrorName

ErrorName returns error name.

func (ListDictionaryReply_DictionaryValidationError) Field

Field function returns field value.

func (ListDictionaryReply_DictionaryValidationError) Key

Key function returns key value.

func (ListDictionaryReply_DictionaryValidationError) Reason

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

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

Cause function returns cause value.

func (ListDictionaryRequestValidationError) Error

Error satisfies the builtin error interface

func (ListDictionaryRequestValidationError) ErrorName

ErrorName returns error name.

func (ListDictionaryRequestValidationError) Field

Field function returns field value.

func (ListDictionaryRequestValidationError) Key

Key function returns key value.

func (ListDictionaryRequestValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (ListDictionaryValueReplyValidationError) Error

Error satisfies the builtin error interface

func (ListDictionaryValueReplyValidationError) ErrorName

ErrorName returns error name.

func (ListDictionaryValueReplyValidationError) Field

Field function returns field value.

func (ListDictionaryValueReplyValidationError) Key

Key function returns key value.

func (ListDictionaryValueReplyValidationError) Reason

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 (*ListDictionaryValueReply_DictionaryValue) GetDescription

func (*ListDictionaryValueReply_DictionaryValue) GetDictionaryId

func (x *ListDictionaryValueReply_DictionaryValue) GetDictionaryId() uint32

func (*ListDictionaryValueReply_DictionaryValue) GetExtra

func (*ListDictionaryValueReply_DictionaryValue) GetId

func (*ListDictionaryValueReply_DictionaryValue) GetLabel

func (*ListDictionaryValueReply_DictionaryValue) GetStatus

func (*ListDictionaryValueReply_DictionaryValue) GetType

func (*ListDictionaryValueReply_DictionaryValue) GetUpdatedAt

func (*ListDictionaryValueReply_DictionaryValue) GetValue

func (*ListDictionaryValueReply_DictionaryValue) GetWeight

func (*ListDictionaryValueReply_DictionaryValue) ProtoMessage

func (*ListDictionaryValueReply_DictionaryValue) ProtoReflect

func (*ListDictionaryValueReply_DictionaryValue) Reset

func (*ListDictionaryValueReply_DictionaryValue) String

func (*ListDictionaryValueReply_DictionaryValue) Validate

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

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

AllErrors returns a list of validation violation errors.

func (ListDictionaryValueReply_DictionaryValueMultiError) Error

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

Cause function returns cause value.

func (ListDictionaryValueReply_DictionaryValueValidationError) Error

Error satisfies the builtin error interface

func (ListDictionaryValueReply_DictionaryValueValidationError) ErrorName

ErrorName returns error name.

func (ListDictionaryValueReply_DictionaryValueValidationError) Field

Field function returns field value.

func (ListDictionaryValueReply_DictionaryValueValidationError) Key

Key function returns key value.

func (ListDictionaryValueReply_DictionaryValueValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (ListDictionaryValueRequestMultiError) Error

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

Cause function returns cause value.

func (ListDictionaryValueRequestValidationError) Error

Error satisfies the builtin error interface

func (ListDictionaryValueRequestValidationError) ErrorName

ErrorName returns error name.

func (ListDictionaryValueRequestValidationError) Field

Field function returns field value.

func (ListDictionaryValueRequestValidationError) Key

Key function returns key value.

func (ListDictionaryValueRequestValidationError) Reason

Reason function returns reason value.

type UnimplementedDictionaryServer

type UnimplementedDictionaryServer struct {
}

UnimplementedDictionaryServer must be embedded to have forward compatible implementations.

func (UnimplementedDictionaryServer) CreateDictionary

func (UnimplementedDictionaryServer) DeleteDictionary

func (UnimplementedDictionaryServer) GetDictionary

func (UnimplementedDictionaryServer) ListDictionary

func (UnimplementedDictionaryServer) ListDictionaryValue

func (UnimplementedDictionaryServer) UpdateDictionary

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

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

Cause function returns cause value.

func (UpdateDictionaryReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateDictionaryReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateDictionaryReplyValidationError) Field

Field function returns field value.

func (UpdateDictionaryReplyValidationError) Key

Key function returns key value.

func (UpdateDictionaryReplyValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateDictionaryRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateDictionaryRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateDictionaryRequestValidationError) Field

Field function returns field value.

func (UpdateDictionaryRequestValidationError) Key

Key function returns key value.

func (UpdateDictionaryRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (UpdateDictionaryValueReplyMultiError) Error

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

Cause function returns cause value.

func (UpdateDictionaryValueReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateDictionaryValueReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateDictionaryValueReplyValidationError) Field

Field function returns field value.

func (UpdateDictionaryValueReplyValidationError) Key

Key function returns key value.

func (UpdateDictionaryValueReplyValidationError) Reason

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 (*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 (*UpdateDictionaryValueRequest) Reset

func (x *UpdateDictionaryValueRequest) Reset()

func (*UpdateDictionaryValueRequest) 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

AllErrors returns a list of validation violation errors.

func (UpdateDictionaryValueRequestMultiError) Error

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

Cause function returns cause value.

func (UpdateDictionaryValueRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateDictionaryValueRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateDictionaryValueRequestValidationError) Field

Field function returns field value.

func (UpdateDictionaryValueRequestValidationError) Key

Key function returns key value.

func (UpdateDictionaryValueRequestValidationError) Reason

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 (*UpdateDictionaryValueStatusReply) Reset

func (*UpdateDictionaryValueStatusReply) String

func (*UpdateDictionaryValueStatusReply) Validate

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

AllErrors returns a list of validation violation errors.

func (UpdateDictionaryValueStatusReplyMultiError) Error

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

Cause function returns cause value.

func (UpdateDictionaryValueStatusReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateDictionaryValueStatusReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateDictionaryValueStatusReplyValidationError) Field

Field function returns field value.

func (UpdateDictionaryValueStatusReplyValidationError) Key

Key function returns key value.

func (UpdateDictionaryValueStatusReplyValidationError) Reason

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 (*UpdateDictionaryValueStatusRequest) GetStatus

func (*UpdateDictionaryValueStatusRequest) ProtoMessage

func (*UpdateDictionaryValueStatusRequest) ProtoMessage()

func (*UpdateDictionaryValueStatusRequest) ProtoReflect

func (*UpdateDictionaryValueStatusRequest) Reset

func (*UpdateDictionaryValueStatusRequest) String

func (*UpdateDictionaryValueStatusRequest) Validate

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

AllErrors returns a list of validation violation errors.

func (UpdateDictionaryValueStatusRequestMultiError) Error

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

Cause function returns cause value.

func (UpdateDictionaryValueStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateDictionaryValueStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateDictionaryValueStatusRequestValidationError) Field

Field function returns field value.

func (UpdateDictionaryValueStatusRequestValidationError) Key

Key function returns key value.

func (UpdateDictionaryValueStatusRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL