Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionCandidate ¶
ExecutionCandidate structure
type MultipleBucketQuery ¶
type MultipleBucketQuery interface { GetDeviceID() (string, error) GetDeviceInfoWithService(serviceName string, executionTypes []string, installed bool) ([]ExecutionCandidate, error) }
MultipleBucketQuery provides interfaces for the helper
func GetInstance ¶
func GetInstance() MultipleBucketQuery
GetInstance returns an instance of the MultipleBucketQuery
Click to show internal directories.
Click to hide internal directories.