Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DistributeCommand ¶
DistributeCommand returns the experimental local distribution command group.
func PublishCommand ¶
PublishCommand returns the provider-neutral S3-compatible publisher.
Types ¶
type DeviceObservationAppMismatchError ¶
type DeviceObservationAppMismatchError struct{}
DeviceObservationAppMismatchError means the expected bundle exists, but its reported version or build is not the verified prepared artifact's value.
func (*DeviceObservationAppMismatchError) Error ¶
func (*DeviceObservationAppMismatchError) Error() string
type DeviceObservationAppNotInstalledError ¶
type DeviceObservationAppNotInstalledError struct{}
DeviceObservationAppNotInstalledError means the expected bundle identifier was not present on the connected device.
func (*DeviceObservationAppNotInstalledError) Error ¶
func (*DeviceObservationAppNotInstalledError) Error() string
type DeviceObservationCommandError ¶
DeviceObservationCommandError is a redacted devicectl failure. Raw process output and the caller's selector are deliberately not retained.
func (*DeviceObservationCommandError) Error ¶
func (e *DeviceObservationCommandError) Error() string
type DeviceObservationDeviceNotFoundError ¶
type DeviceObservationDeviceNotFoundError struct{}
DeviceObservationDeviceNotFoundError means devicectl could not resolve the caller's exact selector to a connected device. The selector is omitted.
func (*DeviceObservationDeviceNotFoundError) Error ¶
func (*DeviceObservationDeviceNotFoundError) Error() string
type DeviceObservationUnsupportedError ¶
type DeviceObservationUnsupportedError struct {
Platform string
}
DeviceObservationUnsupportedError reports a platform that cannot perform a connected-device observation. It is returned before any child invocation.
func (*DeviceObservationUnsupportedError) Error ¶
func (e *DeviceObservationUnsupportedError) Error() string
Source Files
¶
- device_observation.go
- distribute.go
- orchestration.go
- orchestration_archive.go
- orchestration_archive_links_unix.go
- orchestration_command.go
- orchestration_evidence.go
- orchestration_lease.go
- orchestration_lock.go
- orchestration_lock_unix.go
- orchestration_state.go
- private_publish_intent_adapter.go
- publish.go
- publish_adapter.go
- publish_artifact_security_unix.go