Versions in this module Expand all Collapse all v0 v0.1.5 Sep 2, 2021 v0.1.2 Mar 3, 2020 Changes in this version + func Ping(p Platform) error + type Available interface + Updates func() []Update + type Platform interface + BootUpdate func(target Update, rebootNow bool) error + ListAvailable func() (Available, error) + Prepare func(target Update) error + Status func() (Status, error) + Update func(target Update) error + type Status interface + OK func() bool + type Update interface + Identifier func() interface{}