appengine

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL