Documentation
¶
Overview ¶
Package common
----------------develop info----------------
@Author xunmuhuang@rastar.com @DateTime 2025-1-8 17:43
--------------------------------------------
Index ¶
- type Build
- func (a *Build) BuildByte(len, repeat int) map[string][]byte
- func (a *Build) BuildInterface(len, repeat int) map[string]interface{}
- func (a *Build) BuildKafkaMsgBatch(len, repeat int) map[string]*kafkamsgbatch.KafkaMsg
- func (a *Build) BuildSaramaBatch(len, repeat int) map[string]sarama.ProducerMessage
- func (a *Build) BuildString(len, repeat int) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct {
}
func (*Build) BuildInterface ¶
func (*Build) BuildKafkaMsgBatch ¶
func (a *Build) BuildKafkaMsgBatch(len, repeat int) map[string]*kafkamsgbatch.KafkaMsg
func (*Build) BuildSaramaBatch ¶
func (a *Build) BuildSaramaBatch(len, repeat int) map[string]sarama.ProducerMessage
Click to show internal directories.
Click to hide internal directories.