package
0.0.0-20241008065022-f05c2967f665
Repository: https://github.com/home-assistant/os-agent.git
Documentation: pkg.go.dev
# Functions
AddMatchSignal registers a match rule for the given signal, opts are appended to the automatically generated signal's rules.
LookupSignal converts the given raw D-Bus signal with variable body into one with typed structured body or returns ErrUnknownSignal error.
NewBlock creates and allocates org.freedesktop.UDisks2.Block.
NewDrive creates and allocates org.freedesktop.UDisks2.Drive.
NewDriveAta creates and allocates org.freedesktop.UDisks2.Drive.Ata.
NewEncrypted creates and allocates org.freedesktop.UDisks2.Encrypted.
NewFilesystem creates and allocates org.freedesktop.UDisks2.Filesystem.
NewJob creates and allocates org.freedesktop.UDisks2.Job.
NewLoop creates and allocates org.freedesktop.UDisks2.Loop.
NewManager creates and allocates org.freedesktop.UDisks2.Manager.
NewMDRaid creates and allocates org.freedesktop.UDisks2.MDRaid.
NewPartition creates and allocates org.freedesktop.UDisks2.Partition.
NewPartitionTable creates and allocates org.freedesktop.UDisks2.PartitionTable.
NewSwapspace creates and allocates org.freedesktop.UDisks2.Swapspace.
No description provided by the author
RemoveMatchSignal unregisters the previously registered subscription.
# Constants
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
Interface name constants.
# Variables
ErrUnknownSignal is returned by LookupSignal when a signal cannot be resolved.
# Structs
Block implements org.freedesktop.UDisks2.Block D-Bus interface.
Drive implements org.freedesktop.UDisks2.Drive D-Bus interface.
DriveAta implements org.freedesktop.UDisks2.Drive.Ata D-Bus interface.
Encrypted implements org.freedesktop.UDisks2.Encrypted D-Bus interface.
Filesystem implements org.freedesktop.UDisks2.Filesystem D-Bus interface.
Job implements org.freedesktop.UDisks2.Job D-Bus interface.
JobCompletedSignal represents org.freedesktop.UDisks2.Job.Completed signal.
JobCompletedSignalBody is body container.
Loop implements org.freedesktop.UDisks2.Loop D-Bus interface.
Manager implements org.freedesktop.UDisks2.Manager D-Bus interface.
MDRaid implements org.freedesktop.UDisks2.MDRaid D-Bus interface.
Partition implements org.freedesktop.UDisks2.Partition D-Bus interface.
PartitionTable implements org.freedesktop.UDisks2.PartitionTable D-Bus interface.
Swapspace implements org.freedesktop.UDisks2.Swapspace D-Bus interface.
No description provided by the author
# Interfaces
Signal is a common interface for all signals.