Documentation ¶
Index ¶
- Constants
- 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) GetRxBlockType() string
- func (m *Test) GetRxRequests() int32
- func (m *Test) GetRxSeqBlockSize() int32
- func (m *Test) GetRxTimeout() int32
- func (m *Test) GetTxBlockType() string
- func (m *Test) GetTxMaxJitter() int32
- func (m *Test) GetTxPacing() int32
- func (m *Test) GetTxRequests() int32
- func (test *Test) IsRxRandomHashed() bool
- func (test *Test) IsRxSequential() bool
- func (test *Test) IsTxRandomHashed() bool
- func (test *Test) IsTxSequential() bool
- 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 ¶
View Source
const ( BlockTypeRandomHashed = "random-hashed" BlockTypeSequential = "sequential" )
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"` TxBlockType string `protobuf:"bytes,10,opt,name=txBlockType,proto3" json:"txBlockType,omitempty"` RxBlockType string `protobuf:"bytes,11,opt,name=rxBlockType,proto3" json:"rxBlockType,omitempty"` RxSeqBlockSize int32 `protobuf:"varint,12,opt,name=rxSeqBlockSize,proto3" json:"rxSeqBlockSize,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) GetRxBlockType ¶ added in v0.17.6
func (*Test) GetRxRequests ¶
func (*Test) GetRxSeqBlockSize ¶ added in v0.17.6
func (*Test) GetRxTimeout ¶
func (*Test) GetTxBlockType ¶ added in v0.17.6
func (*Test) GetTxMaxJitter ¶
func (*Test) GetTxPacing ¶
func (*Test) GetTxRequests ¶
func (*Test) IsRxRandomHashed ¶ added in v0.17.6
func (*Test) IsRxSequential ¶ added in v0.17.6
func (*Test) IsTxRandomHashed ¶ added in v0.17.6
func (*Test) IsTxSequential ¶ added in v0.17.6
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.