Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct { Records []struct { Properties struct { Log string `json:"log"` } `json:"properties"` } `json:"records"` }
func UnmarshallEvent ¶
type HubEventUnpacker ¶
type HubEventUnpacker struct {
// contains filtered or unexported fields
}
func (*HubEventUnpacker) InitConfig ¶
func (h *HubEventUnpacker) InitConfig(f *forwarder.ForwarderConfiguration)
Click to show internal directories.
Click to hide internal directories.