Documentation ¶
Overview ¶
Code generated by protoc-gen-gogo. DO NOT EDIT.
Index ¶
- Variables
- type Probe
- func (*Probe) Descriptor() ([]byte, []int)
- func (m *Probe) GetLost() bool
- func (m *Probe) GetPadding() []byte
- func (m *Probe) GetRcvd() uint64
- func (m *Probe) GetRtt() uint64
- func (m *Probe) GetSent() uint64
- func (m *Probe) GetSignature() []byte
- func (m *Probe) GetTos() []byte
- func (m *Probe) Marshal() (dAtA []byte, err error)
- func (m *Probe) MarshalTo(dAtA []byte) (int, error)
- func (*Probe) ProtoMessage()
- func (m *Probe) ProtoSize() (n int)
- func (m *Probe) Reset()
- func (m *Probe) String() string
- func (m *Probe) Unmarshal(dAtA []byte) error
- func (*Probe) XXX_MessageName() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthLlama = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowLlama = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Probe ¶
type Probe struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` Tos []byte `protobuf:"bytes,2,opt,name=tos,proto3" json:"tos,omitempty"` Sent uint64 `protobuf:"varint,3,opt,name=sent,proto3" json:"sent,omitempty"` Rcvd uint64 `protobuf:"varint,4,opt,name=rcvd,proto3" json:"rcvd,omitempty"` Rtt uint64 `protobuf:"varint,5,opt,name=rtt,proto3" json:"rtt,omitempty"` Lost bool `protobuf:"varint,6,opt,name=lost,proto3" json:"lost,omitempty"` Padding []byte `protobuf:"bytes,7,opt,name=padding,proto3" json:"padding,omitempty"` }
func (*Probe) Descriptor ¶
func (*Probe) GetPadding ¶
func (*Probe) GetSignature ¶
func (*Probe) ProtoMessage ¶
func (*Probe) ProtoMessage()
func (*Probe) XXX_MessageName ¶
Click to show internal directories.
Click to hide internal directories.