systemd

package
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2023 License: GPL-3.0 Imports: 9 Imported by: 1

Documentation

Overview

Code generated by dbus-codegen-go DO NOT EDIT.

Index

Constants

View Source
const (
	InterfaceOrgFreedesktopDBusProperties  = "org.freedesktop.DBus.Properties"
	InterfaceOrgFreedesktopSystemd1Unit    = "org.freedesktop.systemd1.Unit"
	InterfaceOrgFreedesktopSystemd1Manager = "org.freedesktop.systemd1.Manager"
)

Interface name constants.

View Source
const (
	SystemdObjectPath    = "/org/freedesktop/systemd1"
	SystemdInterfaceName = "org.freedesktop.systemd1"
)

Variables

View Source
var ErrUnknownSignal = errors.New("unknown signal")

ErrUnknownSignal is returned by LookupSignal when a signal cannot be resolved.

Functions

func AddMatchSignal

func AddMatchSignal(conn *dbus.Conn, s Signal, opts ...dbus.MatchOption) error

AddMatchSignal registers a match rule for the given signal, opts are appended to the automatically generated signal's rules.

func RemoveMatchSignal

func RemoveMatchSignal(conn *dbus.Conn, s Signal, opts ...dbus.MatchOption) error

RemoveMatchSignal unregisters the previously registered subscription.

Types

type OrgFreedesktopDBusProperties

type OrgFreedesktopDBusProperties struct {
	// contains filtered or unexported fields
}

OrgFreedesktopDBusProperties implements org.freedesktop.DBus.Properties D-Bus interface.

func NewOrgFreedesktopDBusProperties

func NewOrgFreedesktopDBusProperties(object dbus.BusObject) *OrgFreedesktopDBusProperties

NewOrgFreedesktopDBusProperties creates and allocates org.freedesktop.DBus.Properties.

func (*OrgFreedesktopDBusProperties) Get

func (o *OrgFreedesktopDBusProperties) Get(ctx context.Context, inInterface string, property string) (value dbus.Variant, err error)

Get calls org.freedesktop.DBus.Properties.Get method.

func (*OrgFreedesktopDBusProperties) GetAll

func (o *OrgFreedesktopDBusProperties) GetAll(ctx context.Context, inInterface string) (properties map[string]dbus.Variant, err error)

GetAll calls org.freedesktop.DBus.Properties.GetAll method.

func (*OrgFreedesktopDBusProperties) Set

func (o *OrgFreedesktopDBusProperties) Set(ctx context.Context, inInterface string, property string, value dbus.Variant) (err error)

Set calls org.freedesktop.DBus.Properties.Set method.

type OrgFreedesktopDBusPropertiesPropertiesChangedSignal

type OrgFreedesktopDBusPropertiesPropertiesChangedSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopDBusPropertiesPropertiesChangedSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopDBusPropertiesPropertiesChangedSignal represents org.freedesktop.DBus.Properties.PropertiesChanged signal.

func (*OrgFreedesktopDBusPropertiesPropertiesChangedSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopDBusPropertiesPropertiesChangedSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopDBusPropertiesPropertiesChangedSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopDBusPropertiesPropertiesChangedSignalBody

type OrgFreedesktopDBusPropertiesPropertiesChangedSignalBody struct {
	Interface             string
	ChangedProperties     map[string]dbus.Variant
	InvalidatedProperties []string
}

OrgFreedesktopDBusPropertiesPropertiesChangedSignalBody is body container.

type OrgFreedesktopSystemd1Manager

type OrgFreedesktopSystemd1Manager struct {
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1Manager implements org.freedesktop.systemd1.Manager D-Bus interface.

func NewOrgFreedesktopSystemd1Manager

func NewOrgFreedesktopSystemd1Manager(object dbus.BusObject) *OrgFreedesktopSystemd1Manager

NewOrgFreedesktopSystemd1Manager creates and allocates org.freedesktop.systemd1.Manager.

func (*OrgFreedesktopSystemd1Manager) AbandonScope

func (o *OrgFreedesktopSystemd1Manager) AbandonScope(ctx context.Context, in0 string) (err error)

AbandonScope calls org.freedesktop.systemd1.Manager.AbandonScope method.

func (*OrgFreedesktopSystemd1Manager) AddDependencyUnitFiles

func (o *OrgFreedesktopSystemd1Manager) AddDependencyUnitFiles(ctx context.Context, in0 []string, in1 string, in2 string, in3 bool, in4 bool) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

AddDependencyUnitFiles calls org.freedesktop.systemd1.Manager.AddDependencyUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) AttachProcessesToUnit

func (o *OrgFreedesktopSystemd1Manager) AttachProcessesToUnit(ctx context.Context, in0 string, in1 string, in2 []uint32) (err error)

AttachProcessesToUnit calls org.freedesktop.systemd1.Manager.AttachProcessesToUnit method.

func (*OrgFreedesktopSystemd1Manager) CancelJob

func (o *OrgFreedesktopSystemd1Manager) CancelJob(ctx context.Context, in0 uint32) (err error)

CancelJob calls org.freedesktop.systemd1.Manager.CancelJob method.

func (*OrgFreedesktopSystemd1Manager) CleanUnit

func (o *OrgFreedesktopSystemd1Manager) CleanUnit(ctx context.Context, in0 string, in1 []string) (err error)

CleanUnit calls org.freedesktop.systemd1.Manager.CleanUnit method.

func (*OrgFreedesktopSystemd1Manager) ClearJobs

func (o *OrgFreedesktopSystemd1Manager) ClearJobs(ctx context.Context) (err error)

ClearJobs calls org.freedesktop.systemd1.Manager.ClearJobs method.

func (*OrgFreedesktopSystemd1Manager) DisableUnitFiles

func (o *OrgFreedesktopSystemd1Manager) DisableUnitFiles(ctx context.Context, in0 []string, in1 bool) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

DisableUnitFiles calls org.freedesktop.systemd1.Manager.DisableUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) Dump

func (o *OrgFreedesktopSystemd1Manager) Dump(ctx context.Context) (out0 string, err error)

Dump calls org.freedesktop.systemd1.Manager.Dump method.

func (*OrgFreedesktopSystemd1Manager) DumpByFileDescriptor

func (o *OrgFreedesktopSystemd1Manager) DumpByFileDescriptor(ctx context.Context) (out0 dbus.UnixFD, err error)

DumpByFileDescriptor calls org.freedesktop.systemd1.Manager.DumpByFileDescriptor method.

func (*OrgFreedesktopSystemd1Manager) EnableUnitFiles

func (o *OrgFreedesktopSystemd1Manager) EnableUnitFiles(ctx context.Context, in0 []string, in1 bool, in2 bool) (out0 bool, out1 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

EnableUnitFiles calls org.freedesktop.systemd1.Manager.EnableUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) EnqueueUnitJob

func (o *OrgFreedesktopSystemd1Manager) EnqueueUnitJob(ctx context.Context, in0 string, in1 string, in2 string) (out0 uint32, out1 dbus.ObjectPath, out2 string, out3 dbus.ObjectPath, out4 string, out5 []struct {
	V0 uint32
	V1 dbus.ObjectPath
	V2 string
	V3 dbus.ObjectPath
	V4 string
}, err error)

EnqueueUnitJob calls org.freedesktop.systemd1.Manager.EnqueueUnitJob method.

func (*OrgFreedesktopSystemd1Manager) Exit

Exit calls org.freedesktop.systemd1.Manager.Exit method.

Annotations:

@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) GetArchitecture

func (o *OrgFreedesktopSystemd1Manager) GetArchitecture(ctx context.Context) (architecture string, err error)

GetArchitecture gets org.freedesktop.systemd1.Manager.Architecture property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetConfirmSpawn

func (o *OrgFreedesktopSystemd1Manager) GetConfirmSpawn(ctx context.Context) (confirmSpawn bool, err error)

GetConfirmSpawn gets org.freedesktop.systemd1.Manager.ConfirmSpawn property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetControlGroup

func (o *OrgFreedesktopSystemd1Manager) GetControlGroup(ctx context.Context) (controlGroup string, err error)

GetControlGroup gets org.freedesktop.systemd1.Manager.ControlGroup property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetDefaultBlockIOAccounting

func (o *OrgFreedesktopSystemd1Manager) GetDefaultBlockIOAccounting(ctx context.Context) (defaultBlockIOAccounting bool, err error)

GetDefaultBlockIOAccounting gets org.freedesktop.systemd1.Manager.DefaultBlockIOAccounting property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultCPUAccounting

func (o *OrgFreedesktopSystemd1Manager) GetDefaultCPUAccounting(ctx context.Context) (defaultCPUAccounting bool, err error)

GetDefaultCPUAccounting gets org.freedesktop.systemd1.Manager.DefaultCPUAccounting property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitAS

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitAS(ctx context.Context) (defaultLimitAS uint64, err error)

GetDefaultLimitAS gets org.freedesktop.systemd1.Manager.DefaultLimitAS property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitASSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitASSoft(ctx context.Context) (defaultLimitASSoft uint64, err error)

GetDefaultLimitASSoft gets org.freedesktop.systemd1.Manager.DefaultLimitASSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitCORE

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitCORE(ctx context.Context) (defaultLimitCORE uint64, err error)

GetDefaultLimitCORE gets org.freedesktop.systemd1.Manager.DefaultLimitCORE property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitCORESoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitCORESoft(ctx context.Context) (defaultLimitCORESoft uint64, err error)

GetDefaultLimitCORESoft gets org.freedesktop.systemd1.Manager.DefaultLimitCORESoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitCPU

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitCPU(ctx context.Context) (defaultLimitCPU uint64, err error)

GetDefaultLimitCPU gets org.freedesktop.systemd1.Manager.DefaultLimitCPU property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitCPUSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitCPUSoft(ctx context.Context) (defaultLimitCPUSoft uint64, err error)

GetDefaultLimitCPUSoft gets org.freedesktop.systemd1.Manager.DefaultLimitCPUSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitDATA

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitDATA(ctx context.Context) (defaultLimitDATA uint64, err error)

GetDefaultLimitDATA gets org.freedesktop.systemd1.Manager.DefaultLimitDATA property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitDATASoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitDATASoft(ctx context.Context) (defaultLimitDATASoft uint64, err error)

GetDefaultLimitDATASoft gets org.freedesktop.systemd1.Manager.DefaultLimitDATASoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitFSIZE

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitFSIZE(ctx context.Context) (defaultLimitFSIZE uint64, err error)

GetDefaultLimitFSIZE gets org.freedesktop.systemd1.Manager.DefaultLimitFSIZE property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitFSIZESoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitFSIZESoft(ctx context.Context) (defaultLimitFSIZESoft uint64, err error)

GetDefaultLimitFSIZESoft gets org.freedesktop.systemd1.Manager.DefaultLimitFSIZESoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitLOCKS

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitLOCKS(ctx context.Context) (defaultLimitLOCKS uint64, err error)

GetDefaultLimitLOCKS gets org.freedesktop.systemd1.Manager.DefaultLimitLOCKS property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitLOCKSSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitLOCKSSoft(ctx context.Context) (defaultLimitLOCKSSoft uint64, err error)

GetDefaultLimitLOCKSSoft gets org.freedesktop.systemd1.Manager.DefaultLimitLOCKSSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitMEMLOCK

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitMEMLOCK(ctx context.Context) (defaultLimitMEMLOCK uint64, err error)

GetDefaultLimitMEMLOCK gets org.freedesktop.systemd1.Manager.DefaultLimitMEMLOCK property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitMEMLOCKSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitMEMLOCKSoft(ctx context.Context) (defaultLimitMEMLOCKSoft uint64, err error)

GetDefaultLimitMEMLOCKSoft gets org.freedesktop.systemd1.Manager.DefaultLimitMEMLOCKSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitMSGQUEUE

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitMSGQUEUE(ctx context.Context) (defaultLimitMSGQUEUE uint64, err error)

GetDefaultLimitMSGQUEUE gets org.freedesktop.systemd1.Manager.DefaultLimitMSGQUEUE property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitMSGQUEUESoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitMSGQUEUESoft(ctx context.Context) (defaultLimitMSGQUEUESoft uint64, err error)

GetDefaultLimitMSGQUEUESoft gets org.freedesktop.systemd1.Manager.DefaultLimitMSGQUEUESoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitNICE

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitNICE(ctx context.Context) (defaultLimitNICE uint64, err error)

GetDefaultLimitNICE gets org.freedesktop.systemd1.Manager.DefaultLimitNICE property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitNICESoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitNICESoft(ctx context.Context) (defaultLimitNICESoft uint64, err error)

GetDefaultLimitNICESoft gets org.freedesktop.systemd1.Manager.DefaultLimitNICESoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitNOFILE

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitNOFILE(ctx context.Context) (defaultLimitNOFILE uint64, err error)

GetDefaultLimitNOFILE gets org.freedesktop.systemd1.Manager.DefaultLimitNOFILE property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitNOFILESoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitNOFILESoft(ctx context.Context) (defaultLimitNOFILESoft uint64, err error)

GetDefaultLimitNOFILESoft gets org.freedesktop.systemd1.Manager.DefaultLimitNOFILESoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitNPROC

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitNPROC(ctx context.Context) (defaultLimitNPROC uint64, err error)

GetDefaultLimitNPROC gets org.freedesktop.systemd1.Manager.DefaultLimitNPROC property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitNPROCSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitNPROCSoft(ctx context.Context) (defaultLimitNPROCSoft uint64, err error)

GetDefaultLimitNPROCSoft gets org.freedesktop.systemd1.Manager.DefaultLimitNPROCSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitRSS

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitRSS(ctx context.Context) (defaultLimitRSS uint64, err error)

GetDefaultLimitRSS gets org.freedesktop.systemd1.Manager.DefaultLimitRSS property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitRSSSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitRSSSoft(ctx context.Context) (defaultLimitRSSSoft uint64, err error)

GetDefaultLimitRSSSoft gets org.freedesktop.systemd1.Manager.DefaultLimitRSSSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitRTPRIO

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitRTPRIO(ctx context.Context) (defaultLimitRTPRIO uint64, err error)

GetDefaultLimitRTPRIO gets org.freedesktop.systemd1.Manager.DefaultLimitRTPRIO property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitRTPRIOSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitRTPRIOSoft(ctx context.Context) (defaultLimitRTPRIOSoft uint64, err error)

GetDefaultLimitRTPRIOSoft gets org.freedesktop.systemd1.Manager.DefaultLimitRTPRIOSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitRTTIME

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitRTTIME(ctx context.Context) (defaultLimitRTTIME uint64, err error)

GetDefaultLimitRTTIME gets org.freedesktop.systemd1.Manager.DefaultLimitRTTIME property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitRTTIMESoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitRTTIMESoft(ctx context.Context) (defaultLimitRTTIMESoft uint64, err error)

GetDefaultLimitRTTIMESoft gets org.freedesktop.systemd1.Manager.DefaultLimitRTTIMESoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitSIGPENDING

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitSIGPENDING(ctx context.Context) (defaultLimitSIGPENDING uint64, err error)

GetDefaultLimitSIGPENDING gets org.freedesktop.systemd1.Manager.DefaultLimitSIGPENDING property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitSIGPENDINGSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitSIGPENDINGSoft(ctx context.Context) (defaultLimitSIGPENDINGSoft uint64, err error)

GetDefaultLimitSIGPENDINGSoft gets org.freedesktop.systemd1.Manager.DefaultLimitSIGPENDINGSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitSTACK

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitSTACK(ctx context.Context) (defaultLimitSTACK uint64, err error)

GetDefaultLimitSTACK gets org.freedesktop.systemd1.Manager.DefaultLimitSTACK property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultLimitSTACKSoft

func (o *OrgFreedesktopSystemd1Manager) GetDefaultLimitSTACKSoft(ctx context.Context) (defaultLimitSTACKSoft uint64, err error)

GetDefaultLimitSTACKSoft gets org.freedesktop.systemd1.Manager.DefaultLimitSTACKSoft property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultMemoryAccounting

func (o *OrgFreedesktopSystemd1Manager) GetDefaultMemoryAccounting(ctx context.Context) (defaultMemoryAccounting bool, err error)

GetDefaultMemoryAccounting gets org.freedesktop.systemd1.Manager.DefaultMemoryAccounting property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultOOMPolicy

func (o *OrgFreedesktopSystemd1Manager) GetDefaultOOMPolicy(ctx context.Context) (defaultOOMPolicy string, err error)

GetDefaultOOMPolicy gets org.freedesktop.systemd1.Manager.DefaultOOMPolicy property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultRestartUSec

func (o *OrgFreedesktopSystemd1Manager) GetDefaultRestartUSec(ctx context.Context) (defaultRestartUSec uint64, err error)

GetDefaultRestartUSec gets org.freedesktop.systemd1.Manager.DefaultRestartUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultStandardError

func (o *OrgFreedesktopSystemd1Manager) GetDefaultStandardError(ctx context.Context) (defaultStandardError string, err error)

GetDefaultStandardError gets org.freedesktop.systemd1.Manager.DefaultStandardError property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultStandardOutput

func (o *OrgFreedesktopSystemd1Manager) GetDefaultStandardOutput(ctx context.Context) (defaultStandardOutput string, err error)

GetDefaultStandardOutput gets org.freedesktop.systemd1.Manager.DefaultStandardOutput property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultStartLimitBurst

func (o *OrgFreedesktopSystemd1Manager) GetDefaultStartLimitBurst(ctx context.Context) (defaultStartLimitBurst uint32, err error)

GetDefaultStartLimitBurst gets org.freedesktop.systemd1.Manager.DefaultStartLimitBurst property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultStartLimitIntervalUSec

func (o *OrgFreedesktopSystemd1Manager) GetDefaultStartLimitIntervalUSec(ctx context.Context) (defaultStartLimitIntervalUSec uint64, err error)

GetDefaultStartLimitIntervalUSec gets org.freedesktop.systemd1.Manager.DefaultStartLimitIntervalUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultTarget

func (o *OrgFreedesktopSystemd1Manager) GetDefaultTarget(ctx context.Context) (out0 string, err error)

GetDefaultTarget calls org.freedesktop.systemd1.Manager.GetDefaultTarget method.

func (*OrgFreedesktopSystemd1Manager) GetDefaultTasksAccounting

func (o *OrgFreedesktopSystemd1Manager) GetDefaultTasksAccounting(ctx context.Context) (defaultTasksAccounting bool, err error)

GetDefaultTasksAccounting gets org.freedesktop.systemd1.Manager.DefaultTasksAccounting property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultTasksMax

func (o *OrgFreedesktopSystemd1Manager) GetDefaultTasksMax(ctx context.Context) (defaultTasksMax uint64, err error)

GetDefaultTasksMax gets org.freedesktop.systemd1.Manager.DefaultTasksMax property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultTimeoutAbortUSec

func (o *OrgFreedesktopSystemd1Manager) GetDefaultTimeoutAbortUSec(ctx context.Context) (defaultTimeoutAbortUSec uint64, err error)

GetDefaultTimeoutAbortUSec gets org.freedesktop.systemd1.Manager.DefaultTimeoutAbortUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetDefaultTimeoutStartUSec

func (o *OrgFreedesktopSystemd1Manager) GetDefaultTimeoutStartUSec(ctx context.Context) (defaultTimeoutStartUSec uint64, err error)

GetDefaultTimeoutStartUSec gets org.freedesktop.systemd1.Manager.DefaultTimeoutStartUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultTimeoutStopUSec

func (o *OrgFreedesktopSystemd1Manager) GetDefaultTimeoutStopUSec(ctx context.Context) (defaultTimeoutStopUSec uint64, err error)

GetDefaultTimeoutStopUSec gets org.freedesktop.systemd1.Manager.DefaultTimeoutStopUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDefaultTimerAccuracyUSec

func (o *OrgFreedesktopSystemd1Manager) GetDefaultTimerAccuracyUSec(ctx context.Context) (defaultTimerAccuracyUSec uint64, err error)

GetDefaultTimerAccuracyUSec gets org.freedesktop.systemd1.Manager.DefaultTimerAccuracyUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetDynamicUsers

func (o *OrgFreedesktopSystemd1Manager) GetDynamicUsers(ctx context.Context) (out0 []struct {
	V0 uint32
	V1 string
}, err error)

GetDynamicUsers calls org.freedesktop.systemd1.Manager.GetDynamicUsers method.

func (*OrgFreedesktopSystemd1Manager) GetEnvironment

func (o *OrgFreedesktopSystemd1Manager) GetEnvironment(ctx context.Context) (environment []string, err error)

GetEnvironment gets org.freedesktop.systemd1.Manager.Environment property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetExitCode

func (o *OrgFreedesktopSystemd1Manager) GetExitCode(ctx context.Context) (exitCode byte, err error)

GetExitCode gets org.freedesktop.systemd1.Manager.ExitCode property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetFeatures

func (o *OrgFreedesktopSystemd1Manager) GetFeatures(ctx context.Context) (features string, err error)

GetFeatures gets org.freedesktop.systemd1.Manager.Features property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetFinishTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetFinishTimestamp(ctx context.Context) (finishTimestamp uint64, err error)

GetFinishTimestamp gets org.freedesktop.systemd1.Manager.FinishTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetFinishTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetFinishTimestampMonotonic(ctx context.Context) (finishTimestampMonotonic uint64, err error)

GetFinishTimestampMonotonic gets org.freedesktop.systemd1.Manager.FinishTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetFirmwareTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetFirmwareTimestamp(ctx context.Context) (firmwareTimestamp uint64, err error)

GetFirmwareTimestamp gets org.freedesktop.systemd1.Manager.FirmwareTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetFirmwareTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetFirmwareTimestampMonotonic(ctx context.Context) (firmwareTimestampMonotonic uint64, err error)

GetFirmwareTimestampMonotonic gets org.freedesktop.systemd1.Manager.FirmwareTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetGeneratorsFinishTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetGeneratorsFinishTimestamp(ctx context.Context) (generatorsFinishTimestamp uint64, err error)

GetGeneratorsFinishTimestamp gets org.freedesktop.systemd1.Manager.GeneratorsFinishTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetGeneratorsFinishTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetGeneratorsFinishTimestampMonotonic(ctx context.Context) (generatorsFinishTimestampMonotonic uint64, err error)

GetGeneratorsFinishTimestampMonotonic gets org.freedesktop.systemd1.Manager.GeneratorsFinishTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetGeneratorsStartTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetGeneratorsStartTimestamp(ctx context.Context) (generatorsStartTimestamp uint64, err error)

GetGeneratorsStartTimestamp gets org.freedesktop.systemd1.Manager.GeneratorsStartTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetGeneratorsStartTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetGeneratorsStartTimestampMonotonic(ctx context.Context) (generatorsStartTimestampMonotonic uint64, err error)

GetGeneratorsStartTimestampMonotonic gets org.freedesktop.systemd1.Manager.GeneratorsStartTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsFinishTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsFinishTimestamp(ctx context.Context) (initRDGeneratorsFinishTimestamp uint64, err error)

GetInitRDGeneratorsFinishTimestamp gets org.freedesktop.systemd1.Manager.InitRDGeneratorsFinishTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsFinishTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsFinishTimestampMonotonic(ctx context.Context) (initRDGeneratorsFinishTimestampMonotonic uint64, err error)

GetInitRDGeneratorsFinishTimestampMonotonic gets org.freedesktop.systemd1.Manager.InitRDGeneratorsFinishTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsStartTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsStartTimestamp(ctx context.Context) (initRDGeneratorsStartTimestamp uint64, err error)

GetInitRDGeneratorsStartTimestamp gets org.freedesktop.systemd1.Manager.InitRDGeneratorsStartTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsStartTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetInitRDGeneratorsStartTimestampMonotonic(ctx context.Context) (initRDGeneratorsStartTimestampMonotonic uint64, err error)

GetInitRDGeneratorsStartTimestampMonotonic gets org.freedesktop.systemd1.Manager.InitRDGeneratorsStartTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDSecurityFinishTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetInitRDSecurityFinishTimestamp(ctx context.Context) (initRDSecurityFinishTimestamp uint64, err error)

GetInitRDSecurityFinishTimestamp gets org.freedesktop.systemd1.Manager.InitRDSecurityFinishTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDSecurityFinishTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetInitRDSecurityFinishTimestampMonotonic(ctx context.Context) (initRDSecurityFinishTimestampMonotonic uint64, err error)

GetInitRDSecurityFinishTimestampMonotonic gets org.freedesktop.systemd1.Manager.InitRDSecurityFinishTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDSecurityStartTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetInitRDSecurityStartTimestamp(ctx context.Context) (initRDSecurityStartTimestamp uint64, err error)

GetInitRDSecurityStartTimestamp gets org.freedesktop.systemd1.Manager.InitRDSecurityStartTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDSecurityStartTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetInitRDSecurityStartTimestampMonotonic(ctx context.Context) (initRDSecurityStartTimestampMonotonic uint64, err error)

GetInitRDSecurityStartTimestampMonotonic gets org.freedesktop.systemd1.Manager.InitRDSecurityStartTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetInitRDTimestamp(ctx context.Context) (initRDTimestamp uint64, err error)

GetInitRDTimestamp gets org.freedesktop.systemd1.Manager.InitRDTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetInitRDTimestampMonotonic(ctx context.Context) (initRDTimestampMonotonic uint64, err error)

GetInitRDTimestampMonotonic gets org.freedesktop.systemd1.Manager.InitRDTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadFinishTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadFinishTimestamp(ctx context.Context) (initRDUnitsLoadFinishTimestamp uint64, err error)

GetInitRDUnitsLoadFinishTimestamp gets org.freedesktop.systemd1.Manager.InitRDUnitsLoadFinishTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadFinishTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadFinishTimestampMonotonic(ctx context.Context) (initRDUnitsLoadFinishTimestampMonotonic uint64, err error)

GetInitRDUnitsLoadFinishTimestampMonotonic gets org.freedesktop.systemd1.Manager.InitRDUnitsLoadFinishTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadStartTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadStartTimestamp(ctx context.Context) (initRDUnitsLoadStartTimestamp uint64, err error)

GetInitRDUnitsLoadStartTimestamp gets org.freedesktop.systemd1.Manager.InitRDUnitsLoadStartTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadStartTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetInitRDUnitsLoadStartTimestampMonotonic(ctx context.Context) (initRDUnitsLoadStartTimestampMonotonic uint64, err error)

GetInitRDUnitsLoadStartTimestampMonotonic gets org.freedesktop.systemd1.Manager.InitRDUnitsLoadStartTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetJob

func (o *OrgFreedesktopSystemd1Manager) GetJob(ctx context.Context, in0 uint32) (out0 dbus.ObjectPath, err error)

GetJob calls org.freedesktop.systemd1.Manager.GetJob method.

func (*OrgFreedesktopSystemd1Manager) GetJobAfter

func (o *OrgFreedesktopSystemd1Manager) GetJobAfter(ctx context.Context, in0 uint32) (out0 []struct {
	V0 uint32
	V1 string
	V2 string
	V3 string
	V4 dbus.ObjectPath
	V5 dbus.ObjectPath
}, err error)

GetJobAfter calls org.freedesktop.systemd1.Manager.GetJobAfter method.

func (*OrgFreedesktopSystemd1Manager) GetJobBefore

func (o *OrgFreedesktopSystemd1Manager) GetJobBefore(ctx context.Context, in0 uint32) (out0 []struct {
	V0 uint32
	V1 string
	V2 string
	V3 string
	V4 dbus.ObjectPath
	V5 dbus.ObjectPath
}, err error)

GetJobBefore calls org.freedesktop.systemd1.Manager.GetJobBefore method.

func (*OrgFreedesktopSystemd1Manager) GetKExecWatchdogUSec

func (o *OrgFreedesktopSystemd1Manager) GetKExecWatchdogUSec(ctx context.Context) (kExecWatchdogUSec uint64, err error)

GetKExecWatchdogUSec gets org.freedesktop.systemd1.Manager.KExecWatchdogUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) GetKernelTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetKernelTimestamp(ctx context.Context) (kernelTimestamp uint64, err error)

GetKernelTimestamp gets org.freedesktop.systemd1.Manager.KernelTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetKernelTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetKernelTimestampMonotonic(ctx context.Context) (kernelTimestampMonotonic uint64, err error)

GetKernelTimestampMonotonic gets org.freedesktop.systemd1.Manager.KernelTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetLoaderTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetLoaderTimestamp(ctx context.Context) (loaderTimestamp uint64, err error)

GetLoaderTimestamp gets org.freedesktop.systemd1.Manager.LoaderTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetLoaderTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetLoaderTimestampMonotonic(ctx context.Context) (loaderTimestampMonotonic uint64, err error)

GetLoaderTimestampMonotonic gets org.freedesktop.systemd1.Manager.LoaderTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetLogLevel

func (o *OrgFreedesktopSystemd1Manager) GetLogLevel(ctx context.Context) (logLevel string, err error)

GetLogLevel gets org.freedesktop.systemd1.Manager.LogLevel property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) GetLogTarget

func (o *OrgFreedesktopSystemd1Manager) GetLogTarget(ctx context.Context) (logTarget string, err error)

GetLogTarget gets org.freedesktop.systemd1.Manager.LogTarget property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) GetNFailedJobs

func (o *OrgFreedesktopSystemd1Manager) GetNFailedJobs(ctx context.Context) (nFailedJobs uint32, err error)

GetNFailedJobs gets org.freedesktop.systemd1.Manager.NFailedJobs property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetNFailedUnits

func (o *OrgFreedesktopSystemd1Manager) GetNFailedUnits(ctx context.Context) (nFailedUnits uint32, err error)

GetNFailedUnits gets org.freedesktop.systemd1.Manager.NFailedUnits property.

func (*OrgFreedesktopSystemd1Manager) GetNInstalledJobs

func (o *OrgFreedesktopSystemd1Manager) GetNInstalledJobs(ctx context.Context) (nInstalledJobs uint32, err error)

GetNInstalledJobs gets org.freedesktop.systemd1.Manager.NInstalledJobs property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetNJobs

func (o *OrgFreedesktopSystemd1Manager) GetNJobs(ctx context.Context) (nJobs uint32, err error)

GetNJobs gets org.freedesktop.systemd1.Manager.NJobs property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetNNames

func (o *OrgFreedesktopSystemd1Manager) GetNNames(ctx context.Context) (nNames uint32, err error)

GetNNames gets org.freedesktop.systemd1.Manager.NNames property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetProgress

func (o *OrgFreedesktopSystemd1Manager) GetProgress(ctx context.Context) (progress float64, err error)

GetProgress gets org.freedesktop.systemd1.Manager.Progress property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetRebootWatchdogUSec

func (o *OrgFreedesktopSystemd1Manager) GetRebootWatchdogUSec(ctx context.Context) (rebootWatchdogUSec uint64, err error)

GetRebootWatchdogUSec gets org.freedesktop.systemd1.Manager.RebootWatchdogUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) GetRuntimeWatchdogUSec

func (o *OrgFreedesktopSystemd1Manager) GetRuntimeWatchdogUSec(ctx context.Context) (runtimeWatchdogUSec uint64, err error)

GetRuntimeWatchdogUSec gets org.freedesktop.systemd1.Manager.RuntimeWatchdogUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) GetSecurityFinishTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetSecurityFinishTimestamp(ctx context.Context) (securityFinishTimestamp uint64, err error)

GetSecurityFinishTimestamp gets org.freedesktop.systemd1.Manager.SecurityFinishTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetSecurityFinishTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetSecurityFinishTimestampMonotonic(ctx context.Context) (securityFinishTimestampMonotonic uint64, err error)

GetSecurityFinishTimestampMonotonic gets org.freedesktop.systemd1.Manager.SecurityFinishTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetSecurityStartTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetSecurityStartTimestamp(ctx context.Context) (securityStartTimestamp uint64, err error)

GetSecurityStartTimestamp gets org.freedesktop.systemd1.Manager.SecurityStartTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetSecurityStartTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetSecurityStartTimestampMonotonic(ctx context.Context) (securityStartTimestampMonotonic uint64, err error)

GetSecurityStartTimestampMonotonic gets org.freedesktop.systemd1.Manager.SecurityStartTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetServiceWatchdogs

func (o *OrgFreedesktopSystemd1Manager) GetServiceWatchdogs(ctx context.Context) (serviceWatchdogs bool, err error)

GetServiceWatchdogs gets org.freedesktop.systemd1.Manager.ServiceWatchdogs property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) GetShowStatus

func (o *OrgFreedesktopSystemd1Manager) GetShowStatus(ctx context.Context) (showStatus bool, err error)

GetShowStatus gets org.freedesktop.systemd1.Manager.ShowStatus property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetSystemState

func (o *OrgFreedesktopSystemd1Manager) GetSystemState(ctx context.Context) (systemState string, err error)

GetSystemState gets org.freedesktop.systemd1.Manager.SystemState property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Manager) GetTainted

func (o *OrgFreedesktopSystemd1Manager) GetTainted(ctx context.Context) (tainted string, err error)

GetTainted gets org.freedesktop.systemd1.Manager.Tainted property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetTimerSlackNSec

func (o *OrgFreedesktopSystemd1Manager) GetTimerSlackNSec(ctx context.Context) (timerSlackNSec uint64, err error)

GetTimerSlackNSec gets org.freedesktop.systemd1.Manager.TimerSlackNSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetUnit

func (o *OrgFreedesktopSystemd1Manager) GetUnit(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

GetUnit calls org.freedesktop.systemd1.Manager.GetUnit method.

func (*OrgFreedesktopSystemd1Manager) GetUnitByControlGroup

func (o *OrgFreedesktopSystemd1Manager) GetUnitByControlGroup(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

GetUnitByControlGroup calls org.freedesktop.systemd1.Manager.GetUnitByControlGroup method.

func (*OrgFreedesktopSystemd1Manager) GetUnitByInvocationID

func (o *OrgFreedesktopSystemd1Manager) GetUnitByInvocationID(ctx context.Context, in0 []byte) (out0 dbus.ObjectPath, err error)

GetUnitByInvocationID calls org.freedesktop.systemd1.Manager.GetUnitByInvocationID method.

func (*OrgFreedesktopSystemd1Manager) GetUnitByPID

func (o *OrgFreedesktopSystemd1Manager) GetUnitByPID(ctx context.Context, in0 uint32) (out0 dbus.ObjectPath, err error)

GetUnitByPID calls org.freedesktop.systemd1.Manager.GetUnitByPID method.

func (o *OrgFreedesktopSystemd1Manager) GetUnitFileLinks(ctx context.Context, in0 string, in1 bool) (out0 []string, err error)

GetUnitFileLinks calls org.freedesktop.systemd1.Manager.GetUnitFileLinks method.

func (*OrgFreedesktopSystemd1Manager) GetUnitFileState

func (o *OrgFreedesktopSystemd1Manager) GetUnitFileState(ctx context.Context, in0 string) (out0 string, err error)

GetUnitFileState calls org.freedesktop.systemd1.Manager.GetUnitFileState method.

func (*OrgFreedesktopSystemd1Manager) GetUnitPath

func (o *OrgFreedesktopSystemd1Manager) GetUnitPath(ctx context.Context) (unitPath []string, err error)

GetUnitPath gets org.freedesktop.systemd1.Manager.UnitPath property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetUnitProcesses

func (o *OrgFreedesktopSystemd1Manager) GetUnitProcesses(ctx context.Context, in0 string) (out0 []struct {
	V0 string
	V1 uint32
	V2 string
}, err error)

GetUnitProcesses calls org.freedesktop.systemd1.Manager.GetUnitProcesses method.

func (*OrgFreedesktopSystemd1Manager) GetUnitsLoadFinishTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetUnitsLoadFinishTimestamp(ctx context.Context) (unitsLoadFinishTimestamp uint64, err error)

GetUnitsLoadFinishTimestamp gets org.freedesktop.systemd1.Manager.UnitsLoadFinishTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetUnitsLoadFinishTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetUnitsLoadFinishTimestampMonotonic(ctx context.Context) (unitsLoadFinishTimestampMonotonic uint64, err error)

GetUnitsLoadFinishTimestampMonotonic gets org.freedesktop.systemd1.Manager.UnitsLoadFinishTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetUnitsLoadStartTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetUnitsLoadStartTimestamp(ctx context.Context) (unitsLoadStartTimestamp uint64, err error)

GetUnitsLoadStartTimestamp gets org.freedesktop.systemd1.Manager.UnitsLoadStartTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetUnitsLoadStartTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetUnitsLoadStartTimestampMonotonic(ctx context.Context) (unitsLoadStartTimestampMonotonic uint64, err error)

GetUnitsLoadStartTimestampMonotonic gets org.freedesktop.systemd1.Manager.UnitsLoadStartTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetUserspaceTimestamp

func (o *OrgFreedesktopSystemd1Manager) GetUserspaceTimestamp(ctx context.Context) (userspaceTimestamp uint64, err error)

GetUserspaceTimestamp gets org.freedesktop.systemd1.Manager.UserspaceTimestamp property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetUserspaceTimestampMonotonic

func (o *OrgFreedesktopSystemd1Manager) GetUserspaceTimestampMonotonic(ctx context.Context) (userspaceTimestampMonotonic uint64, err error)

GetUserspaceTimestampMonotonic gets org.freedesktop.systemd1.Manager.UserspaceTimestampMonotonic property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetVersion

func (o *OrgFreedesktopSystemd1Manager) GetVersion(ctx context.Context) (version string, err error)

GetVersion gets org.freedesktop.systemd1.Manager.Version property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) GetVirtualization

func (o *OrgFreedesktopSystemd1Manager) GetVirtualization(ctx context.Context) (virtualization string, err error)

GetVirtualization gets org.freedesktop.systemd1.Manager.Virtualization property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Manager) Halt

Halt calls org.freedesktop.systemd1.Manager.Halt method.

Annotations:

@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) KExec

func (o *OrgFreedesktopSystemd1Manager) KExec(ctx context.Context) (err error)

KExec calls org.freedesktop.systemd1.Manager.KExec method.

Annotations:

@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) KillUnit

func (o *OrgFreedesktopSystemd1Manager) KillUnit(ctx context.Context, in0 string, in1 string, in2 int32) (err error)

KillUnit calls org.freedesktop.systemd1.Manager.KillUnit method.

func (*OrgFreedesktopSystemd1Manager) LinkUnitFiles

func (o *OrgFreedesktopSystemd1Manager) LinkUnitFiles(ctx context.Context, in0 []string, in1 bool, in2 bool) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

LinkUnitFiles calls org.freedesktop.systemd1.Manager.LinkUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) ListJobs

func (o *OrgFreedesktopSystemd1Manager) ListJobs(ctx context.Context) (out0 []struct {
	V0 uint32
	V1 string
	V2 string
	V3 string
	V4 dbus.ObjectPath
	V5 dbus.ObjectPath
}, err error)

ListJobs calls org.freedesktop.systemd1.Manager.ListJobs method.

func (*OrgFreedesktopSystemd1Manager) ListUnitFiles

func (o *OrgFreedesktopSystemd1Manager) ListUnitFiles(ctx context.Context) (out0 []struct {
	V0 string
	V1 string
}, err error)

ListUnitFiles calls org.freedesktop.systemd1.Manager.ListUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) ListUnitFilesByPatterns

func (o *OrgFreedesktopSystemd1Manager) ListUnitFilesByPatterns(ctx context.Context, in0 []string, in1 []string) (out0 []struct {
	V0 string
	V1 string
}, err error)

ListUnitFilesByPatterns calls org.freedesktop.systemd1.Manager.ListUnitFilesByPatterns method.

func (*OrgFreedesktopSystemd1Manager) ListUnits

func (o *OrgFreedesktopSystemd1Manager) ListUnits(ctx context.Context) (out0 []struct {
	V0 string
	V1 string
	V2 string
	V3 string
	V4 string
	V5 string
	V6 dbus.ObjectPath
	V7 uint32
	V8 string
	V9 dbus.ObjectPath
}, err error)

ListUnits calls org.freedesktop.systemd1.Manager.ListUnits method.

func (*OrgFreedesktopSystemd1Manager) ListUnitsByNames

func (o *OrgFreedesktopSystemd1Manager) ListUnitsByNames(ctx context.Context, in0 []string) (out0 []struct {
	V0 string
	V1 string
	V2 string
	V3 string
	V4 string
	V5 string
	V6 dbus.ObjectPath
	V7 uint32
	V8 string
	V9 dbus.ObjectPath
}, err error)

ListUnitsByNames calls org.freedesktop.systemd1.Manager.ListUnitsByNames method.

func (*OrgFreedesktopSystemd1Manager) ListUnitsByPatterns

func (o *OrgFreedesktopSystemd1Manager) ListUnitsByPatterns(ctx context.Context, in0 []string, in1 []string) (out0 []struct {
	V0 string
	V1 string
	V2 string
	V3 string
	V4 string
	V5 string
	V6 dbus.ObjectPath
	V7 uint32
	V8 string
	V9 dbus.ObjectPath
}, err error)

ListUnitsByPatterns calls org.freedesktop.systemd1.Manager.ListUnitsByPatterns method.

func (*OrgFreedesktopSystemd1Manager) ListUnitsFiltered

func (o *OrgFreedesktopSystemd1Manager) ListUnitsFiltered(ctx context.Context, in0 []string) (out0 []struct {
	V0 string
	V1 string
	V2 string
	V3 string
	V4 string
	V5 string
	V6 dbus.ObjectPath
	V7 uint32
	V8 string
	V9 dbus.ObjectPath
}, err error)

ListUnitsFiltered calls org.freedesktop.systemd1.Manager.ListUnitsFiltered method.

func (*OrgFreedesktopSystemd1Manager) LoadUnit

func (o *OrgFreedesktopSystemd1Manager) LoadUnit(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

LoadUnit calls org.freedesktop.systemd1.Manager.LoadUnit method.

func (*OrgFreedesktopSystemd1Manager) LookupDynamicUserByName

func (o *OrgFreedesktopSystemd1Manager) LookupDynamicUserByName(ctx context.Context, in0 string) (out0 uint32, err error)

LookupDynamicUserByName calls org.freedesktop.systemd1.Manager.LookupDynamicUserByName method.

func (*OrgFreedesktopSystemd1Manager) LookupDynamicUserByUID

func (o *OrgFreedesktopSystemd1Manager) LookupDynamicUserByUID(ctx context.Context, in0 uint32) (out0 string, err error)

LookupDynamicUserByUID calls org.freedesktop.systemd1.Manager.LookupDynamicUserByUID method.

func (*OrgFreedesktopSystemd1Manager) MaskUnitFiles

func (o *OrgFreedesktopSystemd1Manager) MaskUnitFiles(ctx context.Context, in0 []string, in1 bool, in2 bool) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

MaskUnitFiles calls org.freedesktop.systemd1.Manager.MaskUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) PowerOff

func (o *OrgFreedesktopSystemd1Manager) PowerOff(ctx context.Context) (err error)

PowerOff calls org.freedesktop.systemd1.Manager.PowerOff method.

Annotations:

@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) PresetAllUnitFiles

func (o *OrgFreedesktopSystemd1Manager) PresetAllUnitFiles(ctx context.Context, in0 string, in1 bool, in2 bool) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

PresetAllUnitFiles calls org.freedesktop.systemd1.Manager.PresetAllUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) PresetUnitFiles

func (o *OrgFreedesktopSystemd1Manager) PresetUnitFiles(ctx context.Context, in0 []string, in1 bool, in2 bool) (out0 bool, out1 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

PresetUnitFiles calls org.freedesktop.systemd1.Manager.PresetUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) PresetUnitFilesWithMode

func (o *OrgFreedesktopSystemd1Manager) PresetUnitFilesWithMode(ctx context.Context, in0 []string, in1 string, in2 bool, in3 bool) (out0 bool, out1 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

PresetUnitFilesWithMode calls org.freedesktop.systemd1.Manager.PresetUnitFilesWithMode method.

func (*OrgFreedesktopSystemd1Manager) Reboot

func (o *OrgFreedesktopSystemd1Manager) Reboot(ctx context.Context) (err error)

Reboot calls org.freedesktop.systemd1.Manager.Reboot method.

Annotations:

@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) ReenableUnitFiles

func (o *OrgFreedesktopSystemd1Manager) ReenableUnitFiles(ctx context.Context, in0 []string, in1 bool, in2 bool) (out0 bool, out1 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

ReenableUnitFiles calls org.freedesktop.systemd1.Manager.ReenableUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) Reexecute

func (o *OrgFreedesktopSystemd1Manager) Reexecute(ctx context.Context) (err error)

Reexecute calls org.freedesktop.systemd1.Manager.Reexecute method.

func (*OrgFreedesktopSystemd1Manager) RefUnit

func (o *OrgFreedesktopSystemd1Manager) RefUnit(ctx context.Context, in0 string) (err error)

RefUnit calls org.freedesktop.systemd1.Manager.RefUnit method.

func (*OrgFreedesktopSystemd1Manager) Reload

func (o *OrgFreedesktopSystemd1Manager) Reload(ctx context.Context) (err error)

Reload calls org.freedesktop.systemd1.Manager.Reload method.

func (*OrgFreedesktopSystemd1Manager) ReloadOrRestartUnit

func (o *OrgFreedesktopSystemd1Manager) ReloadOrRestartUnit(ctx context.Context, in0 string, in1 string) (out0 dbus.ObjectPath, err error)

ReloadOrRestartUnit calls org.freedesktop.systemd1.Manager.ReloadOrRestartUnit method.

func (*OrgFreedesktopSystemd1Manager) ReloadOrTryRestartUnit

func (o *OrgFreedesktopSystemd1Manager) ReloadOrTryRestartUnit(ctx context.Context, in0 string, in1 string) (out0 dbus.ObjectPath, err error)

ReloadOrTryRestartUnit calls org.freedesktop.systemd1.Manager.ReloadOrTryRestartUnit method.

func (*OrgFreedesktopSystemd1Manager) ReloadUnit

func (o *OrgFreedesktopSystemd1Manager) ReloadUnit(ctx context.Context, in0 string, in1 string) (out0 dbus.ObjectPath, err error)

ReloadUnit calls org.freedesktop.systemd1.Manager.ReloadUnit method.

func (*OrgFreedesktopSystemd1Manager) ResetFailed

func (o *OrgFreedesktopSystemd1Manager) ResetFailed(ctx context.Context) (err error)

ResetFailed calls org.freedesktop.systemd1.Manager.ResetFailed method.

func (*OrgFreedesktopSystemd1Manager) ResetFailedUnit

func (o *OrgFreedesktopSystemd1Manager) ResetFailedUnit(ctx context.Context, in0 string) (err error)

ResetFailedUnit calls org.freedesktop.systemd1.Manager.ResetFailedUnit method.

func (*OrgFreedesktopSystemd1Manager) RestartUnit

func (o *OrgFreedesktopSystemd1Manager) RestartUnit(ctx context.Context, in0 string, in1 string) (out0 dbus.ObjectPath, err error)

RestartUnit calls org.freedesktop.systemd1.Manager.RestartUnit method.

func (*OrgFreedesktopSystemd1Manager) RevertUnitFiles

func (o *OrgFreedesktopSystemd1Manager) RevertUnitFiles(ctx context.Context, in0 []string) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

RevertUnitFiles calls org.freedesktop.systemd1.Manager.RevertUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) SetDefaultTarget

func (o *OrgFreedesktopSystemd1Manager) SetDefaultTarget(ctx context.Context, in0 string, in1 bool) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

SetDefaultTarget calls org.freedesktop.systemd1.Manager.SetDefaultTarget method.

func (*OrgFreedesktopSystemd1Manager) SetEnvironment

func (o *OrgFreedesktopSystemd1Manager) SetEnvironment(ctx context.Context, in0 []string) (err error)

SetEnvironment calls org.freedesktop.systemd1.Manager.SetEnvironment method.

func (*OrgFreedesktopSystemd1Manager) SetExitCode

func (o *OrgFreedesktopSystemd1Manager) SetExitCode(ctx context.Context, in0 byte) (err error)

SetExitCode calls org.freedesktop.systemd1.Manager.SetExitCode method.

func (*OrgFreedesktopSystemd1Manager) SetKExecWatchdogUSec

func (o *OrgFreedesktopSystemd1Manager) SetKExecWatchdogUSec(ctx context.Context, kExecWatchdogUSec uint64) error

SetKExecWatchdogUSec sets org.freedesktop.systemd1.Manager.KExecWatchdogUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) SetLogLevel

func (o *OrgFreedesktopSystemd1Manager) SetLogLevel(ctx context.Context, logLevel string) error

SetLogLevel sets org.freedesktop.systemd1.Manager.LogLevel property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) SetLogTarget

func (o *OrgFreedesktopSystemd1Manager) SetLogTarget(ctx context.Context, logTarget string) error

SetLogTarget sets org.freedesktop.systemd1.Manager.LogTarget property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) SetRebootWatchdogUSec

func (o *OrgFreedesktopSystemd1Manager) SetRebootWatchdogUSec(ctx context.Context, rebootWatchdogUSec uint64) error

SetRebootWatchdogUSec sets org.freedesktop.systemd1.Manager.RebootWatchdogUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) SetRuntimeWatchdogUSec

func (o *OrgFreedesktopSystemd1Manager) SetRuntimeWatchdogUSec(ctx context.Context, runtimeWatchdogUSec uint64) error

SetRuntimeWatchdogUSec sets org.freedesktop.systemd1.Manager.RuntimeWatchdogUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) SetServiceWatchdogs

func (o *OrgFreedesktopSystemd1Manager) SetServiceWatchdogs(ctx context.Context, serviceWatchdogs bool) error

SetServiceWatchdogs sets org.freedesktop.systemd1.Manager.ServiceWatchdogs property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false
@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) SetUnitProperties

func (o *OrgFreedesktopSystemd1Manager) SetUnitProperties(ctx context.Context, in0 string, in1 bool, in2 []struct {
	V0 string
	V1 dbus.Variant
}) (err error)

SetUnitProperties calls org.freedesktop.systemd1.Manager.SetUnitProperties method.

func (*OrgFreedesktopSystemd1Manager) StartTransientUnit

func (o *OrgFreedesktopSystemd1Manager) StartTransientUnit(ctx context.Context, in0 string, in1 string, in2 []struct {
	V0 string
	V1 dbus.Variant
}, in3 []struct {
	V0 string
	V1 []struct {
		V0 string
		V1 dbus.Variant
	}
}) (out0 dbus.ObjectPath, err error)

StartTransientUnit calls org.freedesktop.systemd1.Manager.StartTransientUnit method.

func (*OrgFreedesktopSystemd1Manager) StartUnit

func (o *OrgFreedesktopSystemd1Manager) StartUnit(ctx context.Context, in0 string, in1 string) (out0 dbus.ObjectPath, err error)

StartUnit calls org.freedesktop.systemd1.Manager.StartUnit method.

func (*OrgFreedesktopSystemd1Manager) StartUnitReplace

func (o *OrgFreedesktopSystemd1Manager) StartUnitReplace(ctx context.Context, in0 string, in1 string, in2 string) (out0 dbus.ObjectPath, err error)

StartUnitReplace calls org.freedesktop.systemd1.Manager.StartUnitReplace method.

func (*OrgFreedesktopSystemd1Manager) StopUnit

func (o *OrgFreedesktopSystemd1Manager) StopUnit(ctx context.Context, in0 string, in1 string) (out0 dbus.ObjectPath, err error)

StopUnit calls org.freedesktop.systemd1.Manager.StopUnit method.

func (*OrgFreedesktopSystemd1Manager) Subscribe

func (o *OrgFreedesktopSystemd1Manager) Subscribe(ctx context.Context) (err error)

Subscribe calls org.freedesktop.systemd1.Manager.Subscribe method.

func (*OrgFreedesktopSystemd1Manager) SwitchRoot

func (o *OrgFreedesktopSystemd1Manager) SwitchRoot(ctx context.Context, in0 string, in1 string) (err error)

SwitchRoot calls org.freedesktop.systemd1.Manager.SwitchRoot method.

Annotations:

@org.freedesktop.systemd1.Privileged = true

func (*OrgFreedesktopSystemd1Manager) TryRestartUnit

func (o *OrgFreedesktopSystemd1Manager) TryRestartUnit(ctx context.Context, in0 string, in1 string) (out0 dbus.ObjectPath, err error)

TryRestartUnit calls org.freedesktop.systemd1.Manager.TryRestartUnit method.

func (*OrgFreedesktopSystemd1Manager) UnmaskUnitFiles

func (o *OrgFreedesktopSystemd1Manager) UnmaskUnitFiles(ctx context.Context, in0 []string, in1 bool) (out0 []struct {
	V0 string
	V1 string
	V2 string
}, err error)

UnmaskUnitFiles calls org.freedesktop.systemd1.Manager.UnmaskUnitFiles method.

func (*OrgFreedesktopSystemd1Manager) UnrefUnit

func (o *OrgFreedesktopSystemd1Manager) UnrefUnit(ctx context.Context, in0 string) (err error)

UnrefUnit calls org.freedesktop.systemd1.Manager.UnrefUnit method.

func (*OrgFreedesktopSystemd1Manager) UnsetAndSetEnvironment

func (o *OrgFreedesktopSystemd1Manager) UnsetAndSetEnvironment(ctx context.Context, in0 []string, in1 []string) (err error)

UnsetAndSetEnvironment calls org.freedesktop.systemd1.Manager.UnsetAndSetEnvironment method.

func (*OrgFreedesktopSystemd1Manager) UnsetEnvironment

func (o *OrgFreedesktopSystemd1Manager) UnsetEnvironment(ctx context.Context, in0 []string) (err error)

UnsetEnvironment calls org.freedesktop.systemd1.Manager.UnsetEnvironment method.

func (*OrgFreedesktopSystemd1Manager) Unsubscribe

func (o *OrgFreedesktopSystemd1Manager) Unsubscribe(ctx context.Context) (err error)

Unsubscribe calls org.freedesktop.systemd1.Manager.Unsubscribe method.

type OrgFreedesktopSystemd1ManagerJobNewSignal

type OrgFreedesktopSystemd1ManagerJobNewSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopSystemd1ManagerJobNewSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1ManagerJobNewSignal represents org.freedesktop.systemd1.Manager.JobNew signal.

func (*OrgFreedesktopSystemd1ManagerJobNewSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopSystemd1ManagerJobNewSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopSystemd1ManagerJobNewSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopSystemd1ManagerJobNewSignalBody

type OrgFreedesktopSystemd1ManagerJobNewSignalBody struct {
	V0 uint32
	V1 dbus.ObjectPath
	V2 string
}

OrgFreedesktopSystemd1ManagerJobNewSignalBody is body container.

type OrgFreedesktopSystemd1ManagerJobRemovedSignal

type OrgFreedesktopSystemd1ManagerJobRemovedSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopSystemd1ManagerJobRemovedSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1ManagerJobRemovedSignal represents org.freedesktop.systemd1.Manager.JobRemoved signal.

func (*OrgFreedesktopSystemd1ManagerJobRemovedSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopSystemd1ManagerJobRemovedSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopSystemd1ManagerJobRemovedSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopSystemd1ManagerJobRemovedSignalBody

type OrgFreedesktopSystemd1ManagerJobRemovedSignalBody struct {
	V0 uint32
	V1 dbus.ObjectPath
	V2 string
	V3 string
}

OrgFreedesktopSystemd1ManagerJobRemovedSignalBody is body container.

type OrgFreedesktopSystemd1ManagerReloadingSignal

type OrgFreedesktopSystemd1ManagerReloadingSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopSystemd1ManagerReloadingSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1ManagerReloadingSignal represents org.freedesktop.systemd1.Manager.Reloading signal.

func (*OrgFreedesktopSystemd1ManagerReloadingSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopSystemd1ManagerReloadingSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopSystemd1ManagerReloadingSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopSystemd1ManagerReloadingSignalBody

type OrgFreedesktopSystemd1ManagerReloadingSignalBody struct {
	V0 bool
}

OrgFreedesktopSystemd1ManagerReloadingSignalBody is body container.

type OrgFreedesktopSystemd1ManagerStartupFinishedSignal

type OrgFreedesktopSystemd1ManagerStartupFinishedSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopSystemd1ManagerStartupFinishedSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1ManagerStartupFinishedSignal represents org.freedesktop.systemd1.Manager.StartupFinished signal.

func (*OrgFreedesktopSystemd1ManagerStartupFinishedSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopSystemd1ManagerStartupFinishedSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopSystemd1ManagerStartupFinishedSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopSystemd1ManagerStartupFinishedSignalBody

type OrgFreedesktopSystemd1ManagerStartupFinishedSignalBody struct {
	V0 uint64
	V1 uint64
	V2 uint64
	V3 uint64
	V4 uint64
	V5 uint64
}

OrgFreedesktopSystemd1ManagerStartupFinishedSignalBody is body container.

type OrgFreedesktopSystemd1ManagerUnitFilesChangedSignal

type OrgFreedesktopSystemd1ManagerUnitFilesChangedSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopSystemd1ManagerUnitFilesChangedSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1ManagerUnitFilesChangedSignal represents org.freedesktop.systemd1.Manager.UnitFilesChanged signal.

func (*OrgFreedesktopSystemd1ManagerUnitFilesChangedSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopSystemd1ManagerUnitFilesChangedSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopSystemd1ManagerUnitFilesChangedSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopSystemd1ManagerUnitFilesChangedSignalBody

type OrgFreedesktopSystemd1ManagerUnitFilesChangedSignalBody struct {
}

OrgFreedesktopSystemd1ManagerUnitFilesChangedSignalBody is body container.

type OrgFreedesktopSystemd1ManagerUnitNewSignal

type OrgFreedesktopSystemd1ManagerUnitNewSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopSystemd1ManagerUnitNewSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1ManagerUnitNewSignal represents org.freedesktop.systemd1.Manager.UnitNew signal.

func (*OrgFreedesktopSystemd1ManagerUnitNewSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopSystemd1ManagerUnitNewSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopSystemd1ManagerUnitNewSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopSystemd1ManagerUnitNewSignalBody

type OrgFreedesktopSystemd1ManagerUnitNewSignalBody struct {
	V0 string
	V1 dbus.ObjectPath
}

OrgFreedesktopSystemd1ManagerUnitNewSignalBody is body container.

type OrgFreedesktopSystemd1ManagerUnitRemovedSignal

type OrgFreedesktopSystemd1ManagerUnitRemovedSignal struct {
	Path dbus.ObjectPath
	Body *OrgFreedesktopSystemd1ManagerUnitRemovedSignalBody
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1ManagerUnitRemovedSignal represents org.freedesktop.systemd1.Manager.UnitRemoved signal.

func (*OrgFreedesktopSystemd1ManagerUnitRemovedSignal) Interface

Interface returns the signal's interface.

func (*OrgFreedesktopSystemd1ManagerUnitRemovedSignal) Name

Name returns the signal's name.

func (*OrgFreedesktopSystemd1ManagerUnitRemovedSignal) Sender

Sender returns the signal's sender unique name.

type OrgFreedesktopSystemd1ManagerUnitRemovedSignalBody

type OrgFreedesktopSystemd1ManagerUnitRemovedSignalBody struct {
	V0 string
	V1 dbus.ObjectPath
}

OrgFreedesktopSystemd1ManagerUnitRemovedSignalBody is body container.

type OrgFreedesktopSystemd1Unit

type OrgFreedesktopSystemd1Unit struct {
	// contains filtered or unexported fields
}

OrgFreedesktopSystemd1Unit implements org.freedesktop.systemd1.Unit D-Bus interface.

func NewOrgFreedesktopSystemd1Unit

func NewOrgFreedesktopSystemd1Unit(object dbus.BusObject) *OrgFreedesktopSystemd1Unit

NewOrgFreedesktopSystemd1Unit creates and allocates org.freedesktop.systemd1.Unit.

func (*OrgFreedesktopSystemd1Unit) Clean

func (o *OrgFreedesktopSystemd1Unit) Clean(ctx context.Context, in0 []string) (err error)

Clean calls org.freedesktop.systemd1.Unit.Clean method.

func (*OrgFreedesktopSystemd1Unit) EnqueueJob

func (o *OrgFreedesktopSystemd1Unit) EnqueueJob(ctx context.Context, in0 string, in1 string) (out0 uint32, out1 dbus.ObjectPath, out2 string, out3 dbus.ObjectPath, out4 string, out5 []struct {
	V0 uint32
	V1 dbus.ObjectPath
	V2 string
	V3 dbus.ObjectPath
	V4 string
}, err error)

EnqueueJob calls org.freedesktop.systemd1.Unit.EnqueueJob method.

func (*OrgFreedesktopSystemd1Unit) GetActiveEnterTimestamp

func (o *OrgFreedesktopSystemd1Unit) GetActiveEnterTimestamp(ctx context.Context) (activeEnterTimestamp uint64, err error)

GetActiveEnterTimestamp gets org.freedesktop.systemd1.Unit.ActiveEnterTimestamp property.

func (*OrgFreedesktopSystemd1Unit) GetActiveEnterTimestampMonotonic

func (o *OrgFreedesktopSystemd1Unit) GetActiveEnterTimestampMonotonic(ctx context.Context) (activeEnterTimestampMonotonic uint64, err error)

GetActiveEnterTimestampMonotonic gets org.freedesktop.systemd1.Unit.ActiveEnterTimestampMonotonic property.

func (*OrgFreedesktopSystemd1Unit) GetActiveExitTimestamp

func (o *OrgFreedesktopSystemd1Unit) GetActiveExitTimestamp(ctx context.Context) (activeExitTimestamp uint64, err error)

GetActiveExitTimestamp gets org.freedesktop.systemd1.Unit.ActiveExitTimestamp property.

func (*OrgFreedesktopSystemd1Unit) GetActiveExitTimestampMonotonic

func (o *OrgFreedesktopSystemd1Unit) GetActiveExitTimestampMonotonic(ctx context.Context) (activeExitTimestampMonotonic uint64, err error)

GetActiveExitTimestampMonotonic gets org.freedesktop.systemd1.Unit.ActiveExitTimestampMonotonic property.

func (*OrgFreedesktopSystemd1Unit) GetActiveState

func (o *OrgFreedesktopSystemd1Unit) GetActiveState(ctx context.Context) (activeState string, err error)

GetActiveState gets org.freedesktop.systemd1.Unit.ActiveState property.

func (*OrgFreedesktopSystemd1Unit) GetAfter

func (o *OrgFreedesktopSystemd1Unit) GetAfter(ctx context.Context) (after []string, err error)

GetAfter gets org.freedesktop.systemd1.Unit.After property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetAllowIsolate

func (o *OrgFreedesktopSystemd1Unit) GetAllowIsolate(ctx context.Context) (allowIsolate bool, err error)

GetAllowIsolate gets org.freedesktop.systemd1.Unit.AllowIsolate property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetAssertResult

func (o *OrgFreedesktopSystemd1Unit) GetAssertResult(ctx context.Context) (assertResult bool, err error)

GetAssertResult gets org.freedesktop.systemd1.Unit.AssertResult property.

func (*OrgFreedesktopSystemd1Unit) GetAssertTimestamp

func (o *OrgFreedesktopSystemd1Unit) GetAssertTimestamp(ctx context.Context) (assertTimestamp uint64, err error)

GetAssertTimestamp gets org.freedesktop.systemd1.Unit.AssertTimestamp property.

func (*OrgFreedesktopSystemd1Unit) GetAssertTimestampMonotonic

func (o *OrgFreedesktopSystemd1Unit) GetAssertTimestampMonotonic(ctx context.Context) (assertTimestampMonotonic uint64, err error)

GetAssertTimestampMonotonic gets org.freedesktop.systemd1.Unit.AssertTimestampMonotonic property.

func (*OrgFreedesktopSystemd1Unit) GetAsserts

func (o *OrgFreedesktopSystemd1Unit) GetAsserts(ctx context.Context) (asserts []struct {
	V0 string
	V1 bool
	V2 bool
	V3 string
	V4 int32
}, err error)

GetAsserts gets org.freedesktop.systemd1.Unit.Asserts property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = invalidates

func (*OrgFreedesktopSystemd1Unit) GetBefore

func (o *OrgFreedesktopSystemd1Unit) GetBefore(ctx context.Context) (before []string, err error)

GetBefore gets org.freedesktop.systemd1.Unit.Before property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetBindsTo

func (o *OrgFreedesktopSystemd1Unit) GetBindsTo(ctx context.Context) (bindsTo []string, err error)

GetBindsTo gets org.freedesktop.systemd1.Unit.BindsTo property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetBoundBy

func (o *OrgFreedesktopSystemd1Unit) GetBoundBy(ctx context.Context) (boundBy []string, err error)

GetBoundBy gets org.freedesktop.systemd1.Unit.BoundBy property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetCanClean

func (o *OrgFreedesktopSystemd1Unit) GetCanClean(ctx context.Context) (canClean []string, err error)

GetCanClean gets org.freedesktop.systemd1.Unit.CanClean property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetCanIsolate

func (o *OrgFreedesktopSystemd1Unit) GetCanIsolate(ctx context.Context) (canIsolate bool, err error)

GetCanIsolate gets org.freedesktop.systemd1.Unit.CanIsolate property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetCanReload

func (o *OrgFreedesktopSystemd1Unit) GetCanReload(ctx context.Context) (canReload bool, err error)

GetCanReload gets org.freedesktop.systemd1.Unit.CanReload property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetCanStart

func (o *OrgFreedesktopSystemd1Unit) GetCanStart(ctx context.Context) (canStart bool, err error)

GetCanStart gets org.freedesktop.systemd1.Unit.CanStart property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetCanStop

func (o *OrgFreedesktopSystemd1Unit) GetCanStop(ctx context.Context) (canStop bool, err error)

GetCanStop gets org.freedesktop.systemd1.Unit.CanStop property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetCollectMode

func (o *OrgFreedesktopSystemd1Unit) GetCollectMode(ctx context.Context) (collectMode string, err error)

GetCollectMode gets org.freedesktop.systemd1.Unit.CollectMode property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetConditionResult

func (o *OrgFreedesktopSystemd1Unit) GetConditionResult(ctx context.Context) (conditionResult bool, err error)

GetConditionResult gets org.freedesktop.systemd1.Unit.ConditionResult property.

func (*OrgFreedesktopSystemd1Unit) GetConditionTimestamp

func (o *OrgFreedesktopSystemd1Unit) GetConditionTimestamp(ctx context.Context) (conditionTimestamp uint64, err error)

GetConditionTimestamp gets org.freedesktop.systemd1.Unit.ConditionTimestamp property.

func (*OrgFreedesktopSystemd1Unit) GetConditionTimestampMonotonic

func (o *OrgFreedesktopSystemd1Unit) GetConditionTimestampMonotonic(ctx context.Context) (conditionTimestampMonotonic uint64, err error)

GetConditionTimestampMonotonic gets org.freedesktop.systemd1.Unit.ConditionTimestampMonotonic property.

func (*OrgFreedesktopSystemd1Unit) GetConditions

func (o *OrgFreedesktopSystemd1Unit) GetConditions(ctx context.Context) (conditions []struct {
	V0 string
	V1 bool
	V2 bool
	V3 string
	V4 int32
}, err error)

GetConditions gets org.freedesktop.systemd1.Unit.Conditions property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = invalidates

func (*OrgFreedesktopSystemd1Unit) GetConflictedBy

func (o *OrgFreedesktopSystemd1Unit) GetConflictedBy(ctx context.Context) (conflictedBy []string, err error)

GetConflictedBy gets org.freedesktop.systemd1.Unit.ConflictedBy property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetConflicts

func (o *OrgFreedesktopSystemd1Unit) GetConflicts(ctx context.Context) (conflicts []string, err error)

GetConflicts gets org.freedesktop.systemd1.Unit.Conflicts property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetConsistsOf

func (o *OrgFreedesktopSystemd1Unit) GetConsistsOf(ctx context.Context) (consistsOf []string, err error)

GetConsistsOf gets org.freedesktop.systemd1.Unit.ConsistsOf property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetDefaultDependencies

func (o *OrgFreedesktopSystemd1Unit) GetDefaultDependencies(ctx context.Context) (defaultDependencies bool, err error)

GetDefaultDependencies gets org.freedesktop.systemd1.Unit.DefaultDependencies property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetDescription

func (o *OrgFreedesktopSystemd1Unit) GetDescription(ctx context.Context) (description string, err error)

GetDescription gets org.freedesktop.systemd1.Unit.Description property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetDocumentation

func (o *OrgFreedesktopSystemd1Unit) GetDocumentation(ctx context.Context) (documentation []string, err error)

GetDocumentation gets org.freedesktop.systemd1.Unit.Documentation property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetDropInPaths

func (o *OrgFreedesktopSystemd1Unit) GetDropInPaths(ctx context.Context) (dropInPaths []string, err error)

GetDropInPaths gets org.freedesktop.systemd1.Unit.DropInPaths property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetFailureAction

func (o *OrgFreedesktopSystemd1Unit) GetFailureAction(ctx context.Context) (failureAction string, err error)

GetFailureAction gets org.freedesktop.systemd1.Unit.FailureAction property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetFailureActionExitStatus

func (o *OrgFreedesktopSystemd1Unit) GetFailureActionExitStatus(ctx context.Context) (failureActionExitStatus int32, err error)

GetFailureActionExitStatus gets org.freedesktop.systemd1.Unit.FailureActionExitStatus property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetFollowing

func (o *OrgFreedesktopSystemd1Unit) GetFollowing(ctx context.Context) (following string, err error)

GetFollowing gets org.freedesktop.systemd1.Unit.Following property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Unit) GetFragmentPath

func (o *OrgFreedesktopSystemd1Unit) GetFragmentPath(ctx context.Context) (fragmentPath string, err error)

GetFragmentPath gets org.freedesktop.systemd1.Unit.FragmentPath property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetId

func (o *OrgFreedesktopSystemd1Unit) GetId(ctx context.Context) (id string, err error)

GetId gets org.freedesktop.systemd1.Unit.Id property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetIgnoreOnIsolate

func (o *OrgFreedesktopSystemd1Unit) GetIgnoreOnIsolate(ctx context.Context) (ignoreOnIsolate bool, err error)

GetIgnoreOnIsolate gets org.freedesktop.systemd1.Unit.IgnoreOnIsolate property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetInactiveEnterTimestamp

func (o *OrgFreedesktopSystemd1Unit) GetInactiveEnterTimestamp(ctx context.Context) (inactiveEnterTimestamp uint64, err error)

GetInactiveEnterTimestamp gets org.freedesktop.systemd1.Unit.InactiveEnterTimestamp property.

func (*OrgFreedesktopSystemd1Unit) GetInactiveEnterTimestampMonotonic

func (o *OrgFreedesktopSystemd1Unit) GetInactiveEnterTimestampMonotonic(ctx context.Context) (inactiveEnterTimestampMonotonic uint64, err error)

GetInactiveEnterTimestampMonotonic gets org.freedesktop.systemd1.Unit.InactiveEnterTimestampMonotonic property.

func (*OrgFreedesktopSystemd1Unit) GetInactiveExitTimestamp

func (o *OrgFreedesktopSystemd1Unit) GetInactiveExitTimestamp(ctx context.Context) (inactiveExitTimestamp uint64, err error)

GetInactiveExitTimestamp gets org.freedesktop.systemd1.Unit.InactiveExitTimestamp property.

func (*OrgFreedesktopSystemd1Unit) GetInactiveExitTimestampMonotonic

func (o *OrgFreedesktopSystemd1Unit) GetInactiveExitTimestampMonotonic(ctx context.Context) (inactiveExitTimestampMonotonic uint64, err error)

GetInactiveExitTimestampMonotonic gets org.freedesktop.systemd1.Unit.InactiveExitTimestampMonotonic property.

func (*OrgFreedesktopSystemd1Unit) GetInvocationID

func (o *OrgFreedesktopSystemd1Unit) GetInvocationID(ctx context.Context) (invocationID []byte, err error)

GetInvocationID gets org.freedesktop.systemd1.Unit.InvocationID property.

func (*OrgFreedesktopSystemd1Unit) GetJob

func (o *OrgFreedesktopSystemd1Unit) GetJob(ctx context.Context) (job struct {
	V0 uint32
	V1 dbus.ObjectPath
}, err error)

GetJob gets org.freedesktop.systemd1.Unit.Job property.

func (*OrgFreedesktopSystemd1Unit) GetJobRunningTimeoutUSec

func (o *OrgFreedesktopSystemd1Unit) GetJobRunningTimeoutUSec(ctx context.Context) (jobRunningTimeoutUSec uint64, err error)

GetJobRunningTimeoutUSec gets org.freedesktop.systemd1.Unit.JobRunningTimeoutUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetJobTimeoutAction

func (o *OrgFreedesktopSystemd1Unit) GetJobTimeoutAction(ctx context.Context) (jobTimeoutAction string, err error)

GetJobTimeoutAction gets org.freedesktop.systemd1.Unit.JobTimeoutAction property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetJobTimeoutRebootArgument

func (o *OrgFreedesktopSystemd1Unit) GetJobTimeoutRebootArgument(ctx context.Context) (jobTimeoutRebootArgument string, err error)

GetJobTimeoutRebootArgument gets org.freedesktop.systemd1.Unit.JobTimeoutRebootArgument property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetJobTimeoutUSec

func (o *OrgFreedesktopSystemd1Unit) GetJobTimeoutUSec(ctx context.Context) (jobTimeoutUSec uint64, err error)

GetJobTimeoutUSec gets org.freedesktop.systemd1.Unit.JobTimeoutUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetJoinsNamespaceOf

func (o *OrgFreedesktopSystemd1Unit) GetJoinsNamespaceOf(ctx context.Context) (joinsNamespaceOf []string, err error)

GetJoinsNamespaceOf gets org.freedesktop.systemd1.Unit.JoinsNamespaceOf property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetLoadError

func (o *OrgFreedesktopSystemd1Unit) GetLoadError(ctx context.Context) (loadError struct {
	V0 string
	V1 string
}, err error)

GetLoadError gets org.freedesktop.systemd1.Unit.LoadError property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetLoadState

func (o *OrgFreedesktopSystemd1Unit) GetLoadState(ctx context.Context) (loadState string, err error)

GetLoadState gets org.freedesktop.systemd1.Unit.LoadState property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetNames

func (o *OrgFreedesktopSystemd1Unit) GetNames(ctx context.Context) (names []string, err error)

GetNames gets org.freedesktop.systemd1.Unit.Names property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetNeedDaemonReload

func (o *OrgFreedesktopSystemd1Unit) GetNeedDaemonReload(ctx context.Context) (needDaemonReload bool, err error)

GetNeedDaemonReload gets org.freedesktop.systemd1.Unit.NeedDaemonReload property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetOnFailure

func (o *OrgFreedesktopSystemd1Unit) GetOnFailure(ctx context.Context) (onFailure []string, err error)

GetOnFailure gets org.freedesktop.systemd1.Unit.OnFailure property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetOnFailureJobMode

func (o *OrgFreedesktopSystemd1Unit) GetOnFailureJobMode(ctx context.Context) (onFailureJobMode string, err error)

GetOnFailureJobMode gets org.freedesktop.systemd1.Unit.OnFailureJobMode property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetPartOf

func (o *OrgFreedesktopSystemd1Unit) GetPartOf(ctx context.Context) (partOf []string, err error)

GetPartOf gets org.freedesktop.systemd1.Unit.PartOf property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetPerpetual

func (o *OrgFreedesktopSystemd1Unit) GetPerpetual(ctx context.Context) (perpetual bool, err error)

GetPerpetual gets org.freedesktop.systemd1.Unit.Perpetual property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetPropagatesReloadTo

func (o *OrgFreedesktopSystemd1Unit) GetPropagatesReloadTo(ctx context.Context) (propagatesReloadTo []string, err error)

GetPropagatesReloadTo gets org.freedesktop.systemd1.Unit.PropagatesReloadTo property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRebootArgument

func (o *OrgFreedesktopSystemd1Unit) GetRebootArgument(ctx context.Context) (rebootArgument string, err error)

GetRebootArgument gets org.freedesktop.systemd1.Unit.RebootArgument property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRefs

func (o *OrgFreedesktopSystemd1Unit) GetRefs(ctx context.Context) (refs []string, err error)

GetRefs gets org.freedesktop.systemd1.Unit.Refs property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Unit) GetRefuseManualStart

func (o *OrgFreedesktopSystemd1Unit) GetRefuseManualStart(ctx context.Context) (refuseManualStart bool, err error)

GetRefuseManualStart gets org.freedesktop.systemd1.Unit.RefuseManualStart property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRefuseManualStop

func (o *OrgFreedesktopSystemd1Unit) GetRefuseManualStop(ctx context.Context) (refuseManualStop bool, err error)

GetRefuseManualStop gets org.freedesktop.systemd1.Unit.RefuseManualStop property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetReloadPropagatedFrom

func (o *OrgFreedesktopSystemd1Unit) GetReloadPropagatedFrom(ctx context.Context) (reloadPropagatedFrom []string, err error)

GetReloadPropagatedFrom gets org.freedesktop.systemd1.Unit.ReloadPropagatedFrom property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRequiredBy

func (o *OrgFreedesktopSystemd1Unit) GetRequiredBy(ctx context.Context) (requiredBy []string, err error)

GetRequiredBy gets org.freedesktop.systemd1.Unit.RequiredBy property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRequires

func (o *OrgFreedesktopSystemd1Unit) GetRequires(ctx context.Context) (requires []string, err error)

GetRequires gets org.freedesktop.systemd1.Unit.Requires property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRequiresMountsFor

func (o *OrgFreedesktopSystemd1Unit) GetRequiresMountsFor(ctx context.Context) (requiresMountsFor []string, err error)

GetRequiresMountsFor gets org.freedesktop.systemd1.Unit.RequiresMountsFor property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRequisite

func (o *OrgFreedesktopSystemd1Unit) GetRequisite(ctx context.Context) (requisite []string, err error)

GetRequisite gets org.freedesktop.systemd1.Unit.Requisite property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetRequisiteOf

func (o *OrgFreedesktopSystemd1Unit) GetRequisiteOf(ctx context.Context) (requisiteOf []string, err error)

GetRequisiteOf gets org.freedesktop.systemd1.Unit.RequisiteOf property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetSourcePath

func (o *OrgFreedesktopSystemd1Unit) GetSourcePath(ctx context.Context) (sourcePath string, err error)

GetSourcePath gets org.freedesktop.systemd1.Unit.SourcePath property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetStartLimitAction

func (o *OrgFreedesktopSystemd1Unit) GetStartLimitAction(ctx context.Context) (startLimitAction string, err error)

GetStartLimitAction gets org.freedesktop.systemd1.Unit.StartLimitAction property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetStartLimitBurst

func (o *OrgFreedesktopSystemd1Unit) GetStartLimitBurst(ctx context.Context) (startLimitBurst uint32, err error)

GetStartLimitBurst gets org.freedesktop.systemd1.Unit.StartLimitBurst property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetStartLimitIntervalUSec

func (o *OrgFreedesktopSystemd1Unit) GetStartLimitIntervalUSec(ctx context.Context) (startLimitIntervalUSec uint64, err error)

GetStartLimitIntervalUSec gets org.freedesktop.systemd1.Unit.StartLimitIntervalUSec property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetStateChangeTimestamp

func (o *OrgFreedesktopSystemd1Unit) GetStateChangeTimestamp(ctx context.Context) (stateChangeTimestamp uint64, err error)

GetStateChangeTimestamp gets org.freedesktop.systemd1.Unit.StateChangeTimestamp property.

func (*OrgFreedesktopSystemd1Unit) GetStateChangeTimestampMonotonic

func (o *OrgFreedesktopSystemd1Unit) GetStateChangeTimestampMonotonic(ctx context.Context) (stateChangeTimestampMonotonic uint64, err error)

GetStateChangeTimestampMonotonic gets org.freedesktop.systemd1.Unit.StateChangeTimestampMonotonic property.

func (*OrgFreedesktopSystemd1Unit) GetStopWhenUnneeded

func (o *OrgFreedesktopSystemd1Unit) GetStopWhenUnneeded(ctx context.Context) (stopWhenUnneeded bool, err error)

GetStopWhenUnneeded gets org.freedesktop.systemd1.Unit.StopWhenUnneeded property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetSubState

func (o *OrgFreedesktopSystemd1Unit) GetSubState(ctx context.Context) (subState string, err error)

GetSubState gets org.freedesktop.systemd1.Unit.SubState property.

func (*OrgFreedesktopSystemd1Unit) GetSuccessAction

func (o *OrgFreedesktopSystemd1Unit) GetSuccessAction(ctx context.Context) (successAction string, err error)

GetSuccessAction gets org.freedesktop.systemd1.Unit.SuccessAction property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetSuccessActionExitStatus

func (o *OrgFreedesktopSystemd1Unit) GetSuccessActionExitStatus(ctx context.Context) (successActionExitStatus int32, err error)

GetSuccessActionExitStatus gets org.freedesktop.systemd1.Unit.SuccessActionExitStatus property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetTransient

func (o *OrgFreedesktopSystemd1Unit) GetTransient(ctx context.Context) (transient bool, err error)

GetTransient gets org.freedesktop.systemd1.Unit.Transient property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetTriggeredBy

func (o *OrgFreedesktopSystemd1Unit) GetTriggeredBy(ctx context.Context) (triggeredBy []string, err error)

GetTriggeredBy gets org.freedesktop.systemd1.Unit.TriggeredBy property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetTriggers

func (o *OrgFreedesktopSystemd1Unit) GetTriggers(ctx context.Context) (triggers []string, err error)

GetTriggers gets org.freedesktop.systemd1.Unit.Triggers property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetUnitFilePreset

func (o *OrgFreedesktopSystemd1Unit) GetUnitFilePreset(ctx context.Context) (unitFilePreset string, err error)

GetUnitFilePreset gets org.freedesktop.systemd1.Unit.UnitFilePreset property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Unit) GetUnitFileState

func (o *OrgFreedesktopSystemd1Unit) GetUnitFileState(ctx context.Context) (unitFileState string, err error)

GetUnitFileState gets org.freedesktop.systemd1.Unit.UnitFileState property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = false

func (*OrgFreedesktopSystemd1Unit) GetWantedBy

func (o *OrgFreedesktopSystemd1Unit) GetWantedBy(ctx context.Context) (wantedBy []string, err error)

GetWantedBy gets org.freedesktop.systemd1.Unit.WantedBy property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) GetWants

func (o *OrgFreedesktopSystemd1Unit) GetWants(ctx context.Context) (wants []string, err error)

GetWants gets org.freedesktop.systemd1.Unit.Wants property.

Annotations:

@org.freedesktop.DBus.Property.EmitsChangedSignal = const

func (*OrgFreedesktopSystemd1Unit) Kill

func (o *OrgFreedesktopSystemd1Unit) Kill(ctx context.Context, in0 string, in1 int32) (err error)

Kill calls org.freedesktop.systemd1.Unit.Kill method.

func (*OrgFreedesktopSystemd1Unit) Ref

func (o *OrgFreedesktopSystemd1Unit) Ref(ctx context.Context) (err error)

Ref calls org.freedesktop.systemd1.Unit.Ref method.

func (*OrgFreedesktopSystemd1Unit) Reload

func (o *OrgFreedesktopSystemd1Unit) Reload(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

Reload calls org.freedesktop.systemd1.Unit.Reload method.

func (*OrgFreedesktopSystemd1Unit) ReloadOrRestart

func (o *OrgFreedesktopSystemd1Unit) ReloadOrRestart(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

ReloadOrRestart calls org.freedesktop.systemd1.Unit.ReloadOrRestart method.

func (*OrgFreedesktopSystemd1Unit) ReloadOrTryRestart

func (o *OrgFreedesktopSystemd1Unit) ReloadOrTryRestart(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

ReloadOrTryRestart calls org.freedesktop.systemd1.Unit.ReloadOrTryRestart method.

func (*OrgFreedesktopSystemd1Unit) ResetFailed

func (o *OrgFreedesktopSystemd1Unit) ResetFailed(ctx context.Context) (err error)

ResetFailed calls org.freedesktop.systemd1.Unit.ResetFailed method.

func (*OrgFreedesktopSystemd1Unit) Restart

func (o *OrgFreedesktopSystemd1Unit) Restart(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

Restart calls org.freedesktop.systemd1.Unit.Restart method.

func (*OrgFreedesktopSystemd1Unit) SetProperties

func (o *OrgFreedesktopSystemd1Unit) SetProperties(ctx context.Context, in0 bool, in1 []struct {
	V0 string
	V1 dbus.Variant
}) (err error)

SetProperties calls org.freedesktop.systemd1.Unit.SetProperties method.

func (*OrgFreedesktopSystemd1Unit) Start

func (o *OrgFreedesktopSystemd1Unit) Start(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

Start calls org.freedesktop.systemd1.Unit.Start method.

func (*OrgFreedesktopSystemd1Unit) Stop

func (o *OrgFreedesktopSystemd1Unit) Stop(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

Stop calls org.freedesktop.systemd1.Unit.Stop method.

func (*OrgFreedesktopSystemd1Unit) TryRestart

func (o *OrgFreedesktopSystemd1Unit) TryRestart(ctx context.Context, in0 string) (out0 dbus.ObjectPath, err error)

TryRestart calls org.freedesktop.systemd1.Unit.TryRestart method.

func (*OrgFreedesktopSystemd1Unit) Unref

func (o *OrgFreedesktopSystemd1Unit) Unref(ctx context.Context) (err error)

Unref calls org.freedesktop.systemd1.Unit.Unref method.

type Signal

type Signal interface {
	Name() string
	Interface() string
	Sender() string
	// contains filtered or unexported methods
}

Signal is a common interface for all signals.

func LookupSignal

func LookupSignal(signal *dbus.Signal) (Signal, error)

LookupSignal converts the given raw D-Bus signal with variable body into one with typed structured body or returns ErrUnknownSignal error.

type SignalListener

type SignalListener struct {
	C    <-chan *dbus.Signal
	Stop func()
}

type Systemd

type Systemd struct {
	chik.BaseHandler
	// contains filtered or unexported fields
}

Systemd handler

func New

func New() *Systemd

New creates a telegram handler. useful for sending notifications about events

func (*Systemd) Dependencies

func (h *Systemd) Dependencies() []string

func (*Systemd) HandleMessage

func (h *Systemd) HandleMessage(message *chik.Message, controller *chik.Controller) error

func (*Systemd) Setup

func (h *Systemd) Setup(controller *chik.Controller) (t chik.Interrupts, err error)

func (*Systemd) String

func (h *Systemd) String() string

func (*Systemd) Teardown

func (h *Systemd) Teardown()

func (*Systemd) Topics

func (h *Systemd) Topics() []types.CommandType

type SystemdReplyCommand

type SystemdReplyCommand struct {
	ServiceName string `json:"service_name"`
	Status      string `json:"status"`
}

type SystemdRequestCommand

type SystemdRequestCommand struct {
	Action      types.Action `json:"action"`
	ServiceName string       `json:"service_name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL