Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/aws/aws-lambda-go/events/iot_button.go

9 lines
257 B

// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
package events
type IoTButtonEvent struct {
SerialNumber string `json:"serialNumber"`
ClickType string `json:"clickType"`
BatteryVoltage string `json:"batteryVoltage"`
}