Documentation ¶
Index ¶
- Variables
- type TripleRequestWrapper
- func (*TripleRequestWrapper) Descriptor() ([]byte, []int)deprecated
- func (x *TripleRequestWrapper) GetArgTypes() []string
- func (x *TripleRequestWrapper) GetArgs() [][]byte
- func (x *TripleRequestWrapper) GetSerializeType() string
- func (*TripleRequestWrapper) ProtoMessage()
- func (x *TripleRequestWrapper) ProtoReflect() protoreflect.Message
- func (x *TripleRequestWrapper) Reset()
- func (x *TripleRequestWrapper) String() string
- type TripleResponseWrapper
- func (*TripleResponseWrapper) Descriptor() ([]byte, []int)deprecated
- func (x *TripleResponseWrapper) GetData() []byte
- func (x *TripleResponseWrapper) GetSerializeType() string
- func (x *TripleResponseWrapper) GetType() string
- func (*TripleResponseWrapper) ProtoMessage()
- func (x *TripleResponseWrapper) ProtoReflect() protoreflect.Message
- func (x *TripleResponseWrapper) Reset()
- func (x *TripleResponseWrapper) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_triple_wrapper_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TripleRequestWrapper ¶
type TripleRequestWrapper struct { // hessian4 // json SerializeType string `protobuf:"bytes,1,opt,name=serializeType,proto3" json:"serializeType,omitempty"` Args [][]byte `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` ArgTypes []string `protobuf:"bytes,3,rep,name=argTypes,proto3" json:"argTypes,omitempty"` // contains filtered or unexported fields }
func (*TripleRequestWrapper) Descriptor
deprecated
func (*TripleRequestWrapper) Descriptor() ([]byte, []int)
Deprecated: Use TripleRequestWrapper.ProtoReflect.Descriptor instead.
func (*TripleRequestWrapper) GetArgTypes ¶
func (x *TripleRequestWrapper) GetArgTypes() []string
func (*TripleRequestWrapper) GetArgs ¶
func (x *TripleRequestWrapper) GetArgs() [][]byte
func (*TripleRequestWrapper) GetSerializeType ¶
func (x *TripleRequestWrapper) GetSerializeType() string
func (*TripleRequestWrapper) ProtoMessage ¶
func (*TripleRequestWrapper) ProtoMessage()
func (*TripleRequestWrapper) ProtoReflect ¶
func (x *TripleRequestWrapper) ProtoReflect() protoreflect.Message
func (*TripleRequestWrapper) Reset ¶
func (x *TripleRequestWrapper) Reset()
func (*TripleRequestWrapper) String ¶
func (x *TripleRequestWrapper) String() string
type TripleResponseWrapper ¶
type TripleResponseWrapper struct { SerializeType string `protobuf:"bytes,1,opt,name=serializeType,proto3" json:"serializeType,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*TripleResponseWrapper) Descriptor
deprecated
func (*TripleResponseWrapper) Descriptor() ([]byte, []int)
Deprecated: Use TripleResponseWrapper.ProtoReflect.Descriptor instead.
func (*TripleResponseWrapper) GetData ¶
func (x *TripleResponseWrapper) GetData() []byte
func (*TripleResponseWrapper) GetSerializeType ¶
func (x *TripleResponseWrapper) GetSerializeType() string
func (*TripleResponseWrapper) GetType ¶
func (x *TripleResponseWrapper) GetType() string
func (*TripleResponseWrapper) ProtoMessage ¶
func (*TripleResponseWrapper) ProtoMessage()
func (*TripleResponseWrapper) ProtoReflect ¶
func (x *TripleResponseWrapper) ProtoReflect() protoreflect.Message
func (*TripleResponseWrapper) Reset ¶
func (x *TripleResponseWrapper) Reset()
func (*TripleResponseWrapper) String ¶
func (x *TripleResponseWrapper) String() string
Click to show internal directories.
Click to hide internal directories.