Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LambdaClient ¶
type LambdaClient interface {
Send(machineID string, events LambdaEvents) (err error)
}
type LambdaEvents ¶
type LambdaEvents struct {
Source string `json:"source"`
Items []interface{} `json:"items"`
}
LambdaEvents is a single event entry that appends the MachineID with the EventUploadEvent details
Click to show internal directories.
Click to hide internal directories.