Documentation ¶
Index ¶
- type Test
- func (*Test) Descriptor() ([]byte, []int)
- func (m *Test) GetLatencyFrequency() int32
- func (m *Test) GetName() string
- func (m *Test) GetPayloadMaxBytes() int32
- func (m *Test) GetPayloadMinBytes() int32
- func (m *Test) GetRxRequests() int32
- func (m *Test) GetRxTimeout() int32
- func (m *Test) GetTxMaxJitter() int32
- func (m *Test) GetTxPacing() int32
- func (m *Test) GetTxRequests() int32
- func (*Test) ProtoMessage()
- func (m *Test) Reset()
- func (m *Test) String() string
- func (m *Test) XXX_DiscardUnknown()
- func (m *Test) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Test) XXX_Merge(src proto.Message)
- func (m *Test) XXX_Size() int
- func (m *Test) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` TxRequests int32 `protobuf:"varint,2,opt,name=txRequests,proto3" json:"txRequests,omitempty"` TxPacing int32 `protobuf:"varint,3,opt,name=txPacing,proto3" json:"txPacing,omitempty"` TxMaxJitter int32 `protobuf:"varint,4,opt,name=txMaxJitter,proto3" json:"txMaxJitter,omitempty"` RxRequests int32 `protobuf:"varint,5,opt,name=rxRequests,proto3" json:"rxRequests,omitempty"` RxTimeout int32 `protobuf:"varint,6,opt,name=rxTimeout,proto3" json:"rxTimeout,omitempty"` PayloadMinBytes int32 `protobuf:"varint,7,opt,name=payloadMinBytes,proto3" json:"payloadMinBytes,omitempty"` PayloadMaxBytes int32 `protobuf:"varint,8,opt,name=payloadMaxBytes,proto3" json:"payloadMaxBytes,omitempty"` LatencyFrequency int32 `protobuf:"varint,9,opt,name=latencyFrequency,proto3" json:"latencyFrequency,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Test) Descriptor ¶
func (*Test) GetLatencyFrequency ¶ added in v0.16.5
func (*Test) GetPayloadMaxBytes ¶
func (*Test) GetPayloadMinBytes ¶
func (*Test) GetRxRequests ¶
func (*Test) GetRxTimeout ¶
func (*Test) GetTxMaxJitter ¶
func (*Test) GetTxPacing ¶
func (*Test) GetTxRequests ¶
func (*Test) ProtoMessage ¶
func (*Test) ProtoMessage()
func (*Test) XXX_DiscardUnknown ¶
func (m *Test) XXX_DiscardUnknown()
func (*Test) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.