Documentation
¶
Index ¶
- Variables
- type MsgIn
- func (m *MsgIn) CloneMessageVT() proto.Message
- func (m *MsgIn) CloneVT() *MsgIn
- func (*MsgIn) Descriptor() ([]byte, []int)deprecated
- func (this *MsgIn) EqualMessageVT(thatMsg proto.Message) bool
- func (this *MsgIn) EqualVT(that *MsgIn) bool
- func (x *MsgIn) GetData() []byte
- func (x *MsgIn) GetId() int32
- func (m *MsgIn) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *MsgIn) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *MsgIn) MarshalToVT(dAtA []byte) (int, error)
- func (m *MsgIn) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *MsgIn) MarshalVT() (dAtA []byte, err error)
- func (m *MsgIn) MarshalVTStrict() (dAtA []byte, err error)
- func (*MsgIn) ProtoMessage()
- func (x *MsgIn) ProtoReflect() protoreflect.Message
- func (x *MsgIn) Reset()
- func (m *MsgIn) SizeVT() (n int)
- func (x *MsgIn) String() string
- func (m *MsgIn) UnmarshalVT(dAtA []byte) error
- type MsgOut
- func (m *MsgOut) CloneMessageVT() proto.Message
- func (m *MsgOut) CloneVT() *MsgOut
- func (*MsgOut) Descriptor() ([]byte, []int)deprecated
- func (this *MsgOut) EqualMessageVT(thatMsg proto.Message) bool
- func (this *MsgOut) EqualVT(that *MsgOut) bool
- func (x *MsgOut) GetData() []byte
- func (x *MsgOut) GetId() int32
- func (m *MsgOut) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *MsgOut) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *MsgOut) MarshalToVT(dAtA []byte) (int, error)
- func (m *MsgOut) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *MsgOut) MarshalVT() (dAtA []byte, err error)
- func (m *MsgOut) MarshalVTStrict() (dAtA []byte, err error)
- func (*MsgOut) ProtoMessage()
- func (x *MsgOut) ProtoReflect() protoreflect.Message
- func (x *MsgOut) Reset()
- func (m *MsgOut) SizeVT() (n int)
- func (x *MsgOut) String() string
- func (m *MsgOut) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_github_com_johnsiilver_golib_ipc_uds_highlevel_proto_stream_internal_proto_stream_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MsgIn ¶
type MsgIn struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Request a quote from the server.
func (*MsgIn) CloneMessageVT ¶
func (*MsgIn) Descriptor
deprecated
func (*MsgIn) MarshalToSizedBufferVT ¶
func (*MsgIn) MarshalToSizedBufferVTStrict ¶
func (*MsgIn) MarshalVTStrict ¶
func (*MsgIn) ProtoMessage ¶
func (*MsgIn) ProtoMessage()
func (*MsgIn) ProtoReflect ¶
func (x *MsgIn) ProtoReflect() protoreflect.Message
func (*MsgIn) UnmarshalVT ¶
type MsgOut ¶
type MsgOut struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response for a quote.
func (*MsgOut) CloneMessageVT ¶
func (*MsgOut) Descriptor
deprecated
func (*MsgOut) MarshalToSizedBufferVT ¶
func (*MsgOut) MarshalToSizedBufferVTStrict ¶
func (*MsgOut) MarshalVTStrict ¶
func (*MsgOut) ProtoMessage ¶
func (*MsgOut) ProtoMessage()
func (*MsgOut) ProtoReflect ¶
func (x *MsgOut) ProtoReflect() protoreflect.Message
func (*MsgOut) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.