Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordEvent ¶
RecordEvent is used to put the event batch in the eventBatchChannel, which will be processed by handleEvents.
Types ¶
type EventUploadBatchT ¶
type EventUploadBatchT struct { WriteKey string ReceivedAt string Batch []EventUploadT }
EventUploadBatchT is a structure to hold batch of events
type EventUploadT ¶
type EventUploadT map[string]interface{}
EventUploadT is a structure to hold actual event data
type EventUploader ¶
type EventUploader struct{}
func (*EventUploader) Transform ¶
func (*EventUploader) Transform(eventBuffer []*GatewayEventBatchT) ([]byte, error)
type GatewayEventBatchT ¶
type GatewayEventBatchT struct {
// contains filtered or unexported fields
}
GatewayEventBatchT is a structure to hold batch of events
Click to show internal directories.
Click to hide internal directories.