Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct { }
aggregator
func (*Aggregator) Process ¶
func (a *Aggregator) Process(data string)
type DataHandler ¶
type DataHandler struct {
// contains filtered or unexported fields
}
func NewDataHandler ¶
func NewDataHandler() *DataHandler
func (*DataHandler) Aggregate ¶
func (dh *DataHandler) Aggregate(data string)
func (*DataHandler) Decode ¶
func (dh *DataHandler) Decode(data string)
func (*DataHandler) Encode ¶
func (dh *DataHandler) Encode(data string)
Click to show internal directories.
Click to hide internal directories.