Documentation
¶
Index ¶
Constants ¶
View Source
const ( DbusServiceDomain = "de.pengutronix.rauc" DbusObjectPath = "/" )
View Source
const ( SlotStatusGood SlotStatusType = "good" SlotStatusBad SlotStatusType = "bad" MarkedSlotIdentifier string = "booted" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
MarkBooted(status SlotStatusType) (slotName string, err error)
SlotStatiString() string
Shutdown()
// contains filtered or unexported methods
}
Service interface methods
type SlotStatusType ¶
type SlotStatusType string
func (SlotStatusType) String ¶
func (c SlotStatusType) String() string
Click to show internal directories.
Click to hide internal directories.