Documentation
¶
Index ¶
- Variables
- type Hessian2EnumOptions
- func (*Hessian2EnumOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Hessian2EnumOptions) GetJavaClassName() string
- func (*Hessian2EnumOptions) ProtoMessage()
- func (x *Hessian2EnumOptions) ProtoReflect() protoreflect.Message
- func (x *Hessian2EnumOptions) Reset()
- func (x *Hessian2EnumOptions) String() string
- type Hessian2FieldOptions
- func (*Hessian2FieldOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Hessian2FieldOptions) GetIsWrapper() bool
- func (*Hessian2FieldOptions) ProtoMessage()
- func (x *Hessian2FieldOptions) ProtoReflect() protoreflect.Message
- func (x *Hessian2FieldOptions) Reset()
- func (x *Hessian2FieldOptions) String() string
- type Hessian2MessageOptions
- func (*Hessian2MessageOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Hessian2MessageOptions) GetExtendArgs() bool
- func (x *Hessian2MessageOptions) GetIsInheritance() bool
- func (x *Hessian2MessageOptions) GetJavaClassName() string
- func (x *Hessian2MessageOptions) GetReferencePath() string
- func (*Hessian2MessageOptions) ProtoMessage()
- func (x *Hessian2MessageOptions) ProtoReflect() protoreflect.Message
- func (x *Hessian2MessageOptions) Reset()
- func (x *Hessian2MessageOptions) String() string
- type Hessian2MethodOptions
- func (*Hessian2MethodOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Hessian2MethodOptions) GetMethodName() string
- func (*Hessian2MethodOptions) ProtoMessage()
- func (x *Hessian2MethodOptions) ProtoReflect() protoreflect.Message
- func (x *Hessian2MethodOptions) Reset()
- func (x *Hessian2MethodOptions) String() string
- type Hessian2ServiceOptions
- func (*Hessian2ServiceOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Hessian2ServiceOptions) GetInterfaceName() string
- func (*Hessian2ServiceOptions) ProtoMessage()
- func (x *Hessian2ServiceOptions) ProtoReflect() protoreflect.Message
- func (x *Hessian2ServiceOptions) Reset()
- func (x *Hessian2ServiceOptions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional unified_idl_extend.Hessian2EnumOptions enum_extend = 12345;
E_EnumExtend = &file_unified_idl_extend_proto_extTypes[3]
)
Extension fields to descriptorpb.EnumOptions.
View Source
var (
// optional unified_idl_extend.Hessian2FieldOptions field_extend = 12345;
E_FieldExtend = &file_unified_idl_extend_proto_extTypes[4]
)
Extension fields to descriptorpb.FieldOptions.
View Source
var (
// optional unified_idl_extend.Hessian2MessageOptions message_extend = 12345;
E_MessageExtend = &file_unified_idl_extend_proto_extTypes[0]
)
Extension fields to descriptorpb.MessageOptions.
View Source
var (
// optional unified_idl_extend.Hessian2MethodOptions method_extend = 12345;
E_MethodExtend = &file_unified_idl_extend_proto_extTypes[1]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var (
// optional unified_idl_extend.Hessian2ServiceOptions service_extend = 12345;
E_ServiceExtend = &file_unified_idl_extend_proto_extTypes[2]
)
Extension fields to descriptorpb.ServiceOptions.
View Source
var File_unified_idl_extend_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Hessian2EnumOptions ¶
type Hessian2EnumOptions struct { JavaClassName string `protobuf:"bytes,1,opt,name=java_class_name,json=javaClassName,proto3" json:"java_class_name,omitempty"` // contains filtered or unexported fields }
func (*Hessian2EnumOptions) Descriptor
deprecated
func (*Hessian2EnumOptions) Descriptor() ([]byte, []int)
Deprecated: Use Hessian2EnumOptions.ProtoReflect.Descriptor instead.
func (*Hessian2EnumOptions) GetJavaClassName ¶
func (x *Hessian2EnumOptions) GetJavaClassName() string
func (*Hessian2EnumOptions) ProtoMessage ¶
func (*Hessian2EnumOptions) ProtoMessage()
func (*Hessian2EnumOptions) ProtoReflect ¶
func (x *Hessian2EnumOptions) ProtoReflect() protoreflect.Message
func (*Hessian2EnumOptions) Reset ¶
func (x *Hessian2EnumOptions) Reset()
func (*Hessian2EnumOptions) String ¶
func (x *Hessian2EnumOptions) String() string
type Hessian2FieldOptions ¶
type Hessian2FieldOptions struct { IsWrapper bool `protobuf:"varint,1,opt,name=is_wrapper,json=isWrapper,proto3" json:"is_wrapper,omitempty"` // contains filtered or unexported fields }
func (*Hessian2FieldOptions) Descriptor
deprecated
func (*Hessian2FieldOptions) Descriptor() ([]byte, []int)
Deprecated: Use Hessian2FieldOptions.ProtoReflect.Descriptor instead.
func (*Hessian2FieldOptions) GetIsWrapper ¶
func (x *Hessian2FieldOptions) GetIsWrapper() bool
func (*Hessian2FieldOptions) ProtoMessage ¶
func (*Hessian2FieldOptions) ProtoMessage()
func (*Hessian2FieldOptions) ProtoReflect ¶
func (x *Hessian2FieldOptions) ProtoReflect() protoreflect.Message
func (*Hessian2FieldOptions) Reset ¶
func (x *Hessian2FieldOptions) Reset()
func (*Hessian2FieldOptions) String ¶
func (x *Hessian2FieldOptions) String() string
type Hessian2MessageOptions ¶
type Hessian2MessageOptions struct { JavaClassName string `protobuf:"bytes,1,opt,name=java_class_name,json=javaClassName,proto3" json:"java_class_name,omitempty"` ReferencePath string `protobuf:"bytes,2,opt,name=reference_path,json=referencePath,proto3" json:"reference_path,omitempty"` IsInheritance bool `protobuf:"varint,3,opt,name=is_inheritance,json=isInheritance,proto3" json:"is_inheritance,omitempty"` ExtendArgs bool `protobuf:"varint,4,opt,name=extend_args,json=extendArgs,proto3" json:"extend_args,omitempty"` // contains filtered or unexported fields }
func (*Hessian2MessageOptions) Descriptor
deprecated
func (*Hessian2MessageOptions) Descriptor() ([]byte, []int)
Deprecated: Use Hessian2MessageOptions.ProtoReflect.Descriptor instead.
func (*Hessian2MessageOptions) GetExtendArgs ¶
func (x *Hessian2MessageOptions) GetExtendArgs() bool
func (*Hessian2MessageOptions) GetIsInheritance ¶
func (x *Hessian2MessageOptions) GetIsInheritance() bool
func (*Hessian2MessageOptions) GetJavaClassName ¶
func (x *Hessian2MessageOptions) GetJavaClassName() string
func (*Hessian2MessageOptions) GetReferencePath ¶
func (x *Hessian2MessageOptions) GetReferencePath() string
func (*Hessian2MessageOptions) ProtoMessage ¶
func (*Hessian2MessageOptions) ProtoMessage()
func (*Hessian2MessageOptions) ProtoReflect ¶
func (x *Hessian2MessageOptions) ProtoReflect() protoreflect.Message
func (*Hessian2MessageOptions) Reset ¶
func (x *Hessian2MessageOptions) Reset()
func (*Hessian2MessageOptions) String ¶
func (x *Hessian2MessageOptions) String() string
type Hessian2MethodOptions ¶
type Hessian2MethodOptions struct { MethodName string `protobuf:"bytes,1,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty"` // contains filtered or unexported fields }
func (*Hessian2MethodOptions) Descriptor
deprecated
func (*Hessian2MethodOptions) Descriptor() ([]byte, []int)
Deprecated: Use Hessian2MethodOptions.ProtoReflect.Descriptor instead.
func (*Hessian2MethodOptions) GetMethodName ¶
func (x *Hessian2MethodOptions) GetMethodName() string
func (*Hessian2MethodOptions) ProtoMessage ¶
func (*Hessian2MethodOptions) ProtoMessage()
func (*Hessian2MethodOptions) ProtoReflect ¶
func (x *Hessian2MethodOptions) ProtoReflect() protoreflect.Message
func (*Hessian2MethodOptions) Reset ¶
func (x *Hessian2MethodOptions) Reset()
func (*Hessian2MethodOptions) String ¶
func (x *Hessian2MethodOptions) String() string
type Hessian2ServiceOptions ¶
type Hessian2ServiceOptions struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` // contains filtered or unexported fields }
func (*Hessian2ServiceOptions) Descriptor
deprecated
func (*Hessian2ServiceOptions) Descriptor() ([]byte, []int)
Deprecated: Use Hessian2ServiceOptions.ProtoReflect.Descriptor instead.
func (*Hessian2ServiceOptions) GetInterfaceName ¶
func (x *Hessian2ServiceOptions) GetInterfaceName() string
func (*Hessian2ServiceOptions) ProtoMessage ¶
func (*Hessian2ServiceOptions) ProtoMessage()
func (*Hessian2ServiceOptions) ProtoReflect ¶
func (x *Hessian2ServiceOptions) ProtoReflect() protoreflect.Message
func (*Hessian2ServiceOptions) Reset ¶
func (x *Hessian2ServiceOptions) Reset()
func (*Hessian2ServiceOptions) String ¶
func (x *Hessian2ServiceOptions) String() string
Click to show internal directories.
Click to hide internal directories.