package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev
# Functions
New returns a new Interface which will use godbus to talk to D-Bus.
NewFake returns a new Interface which will fake talking to D-Bus.
NewFakeConnection returns a FakeConnection Interface.
# Structs
Fake is a simple fake Interface type.
FakeConnection represents a fake D-Bus connection.
# Interfaces
Call represents a pending or completed D-Bus method call.
Connection represents a D-Bus connection.
Interface is an interface that presents a subset of the godbus/dbus API.
Object represents a remote D-Bus object.
# Type aliases
FakeHandler is used to handle fake D-Bus method calls.