Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppEngineCmd = &cobra.Command{
Use: "appengine",
Short: "Interact with AppEngine API",
Long: `Interact with AppEngine API.`,
PersistentPreRunE: appEnginePersistentPreRunE,
}
AppEngineCmd represents the appEngine command
Functions ¶
This section is empty.
Types ¶
type DeviceFilterType ¶ added in v0.11.3
type DeviceFilterType string
DeviceFilterType represents the possible filter types for the device list
const ( // ActiveSince allows to filter devices that connected at least once since a // timestamp. Its filter value must be a timestamp in ISO8601 format. ActiveSinceFilter DeviceFilterType = "active-since" // Connected allows filtering devices that are currently // connected/disconnected. Its filter value must be a string that can be // parsed as a boolean ConnectedFilter DeviceFilterType = "connected" )
func (DeviceFilterType) IsValid ¶ added in v0.11.3
func (f DeviceFilterType) IsValid() error
IsValid returns an error if DeviceFilterType does not represent a valid Astarte Mapping Type
Click to show internal directories.
Click to hide internal directories.