Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirehoseRequest ¶
type FirehoseRequest struct { RequestID string `json:"requestId"` Timestamp int64 `json:"timestamp"` Records []Record `json:"records"` }
func UnmarshalFirehoseRequest ¶
func UnmarshalFirehoseRequest(data []byte) (FirehoseRequest, error)
func (*FirehoseRequest) Marshal ¶
func (r *FirehoseRequest) Marshal() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.