Documentation ¶
Index ¶
- func GetDeviceIDs(ctx context.Context, projectID, registryID string) ([]string, error)
- func GetDeviceIDsAWS(ctx context.Context, roleARN, region string) ([]string, error)
- func GetDevices(ctx context.Context, projectID, registryID string) ([]*cloudiot.Device, error)
- func GetDevicesAWS(ctx context.Context, roleARN, region string) (*awsiot.ListThingsOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDeviceIDs ¶
GetDeviceIDs returns a list of the IDs (as strings) of the devices in the given registry.
func GetDeviceIDsAWS ¶
func GetDevices ¶
GetDevices returns a list of the devices in the given registry.
func GetDevicesAWS ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.