Versions in this module Expand all Collapse all v1 v1.0.1 Aug 10, 2022 Changes in this version + const OperationDictGetDict + var Dict_ServiceDesc = grpc.ServiceDesc + var File_api_dict_v1_dict_proto protoreflect.FileDescriptor + func RegisterDictHTTPServer(s *http.Server, srv DictHTTPServer) + func RegisterDictServer(s grpc.ServiceRegistrar, srv DictServer) + type DictClient interface + GetDict func(ctx context.Context, in *DictRequest, opts ...grpc.CallOption) (*DictResponse, error) + func NewDictClient(cc grpc.ClientConnInterface) DictClient + type DictHTTPClient interface + GetDict func(ctx context.Context, req *DictRequest, opts ...http.CallOption) (rsp *DictResponse, err error) + func NewDictHTTPClient(client *http.Client) DictHTTPClient + type DictHTTPClientImpl struct + func (c *DictHTTPClientImpl) GetDict(ctx context.Context, in *DictRequest, opts ...http.CallOption) (*DictResponse, error) + type DictHTTPServer interface + GetDict func(context.Context, *DictRequest) (*DictResponse, error) + type DictRequest struct + Tag string + func (*DictRequest) Descriptor() ([]byte, []int) + func (*DictRequest) ProtoMessage() + func (m *DictRequest) Validate() error + func (m *DictRequest) ValidateAll() error + func (x *DictRequest) GetTag() string + func (x *DictRequest) ProtoReflect() protoreflect.Message + func (x *DictRequest) Reset() + func (x *DictRequest) String() string + type DictRequestMultiError []error + func (m DictRequestMultiError) AllErrors() []error + func (m DictRequestMultiError) Error() string + type DictRequestValidationError struct + func (e DictRequestValidationError) Cause() error + func (e DictRequestValidationError) Error() string + func (e DictRequestValidationError) ErrorName() string + func (e DictRequestValidationError) Field() string + func (e DictRequestValidationError) Key() bool + func (e DictRequestValidationError) Reason() string + type DictResponse struct + Dict map[string]string + func (*DictResponse) Descriptor() ([]byte, []int) + func (*DictResponse) ProtoMessage() + func (m *DictResponse) Validate() error + func (m *DictResponse) ValidateAll() error + func (x *DictResponse) GetDict() map[string]string + func (x *DictResponse) ProtoReflect() protoreflect.Message + func (x *DictResponse) Reset() + func (x *DictResponse) String() string + type DictResponseMultiError []error + func (m DictResponseMultiError) AllErrors() []error + func (m DictResponseMultiError) Error() string + type DictResponseValidationError struct + func (e DictResponseValidationError) Cause() error + func (e DictResponseValidationError) Error() string + func (e DictResponseValidationError) ErrorName() string + func (e DictResponseValidationError) Field() string + func (e DictResponseValidationError) Key() bool + func (e DictResponseValidationError) Reason() string + type DictServer interface + GetDict func(context.Context, *DictRequest) (*DictResponse, error) + type UnimplementedDictServer struct + func (UnimplementedDictServer) GetDict(context.Context, *DictRequest) (*DictResponse, error) + type UnsafeDictServer interface