MCPcopy Create free account
hub / github.com/godbus/dbus / Handler

Interface Handler

server_interfaces.go:14–16  ·  view source on GitHub ↗

Handler is the representation of a D-Bus Application. The Handler must have a way to lookup objects given an ObjectPath. The returned object must implement the ServerObject interface.

Source from the content-addressed store, hash-verified

12// an ObjectPath. The returned object must implement the
13// ServerObject interface.
14type Handler interface {
15 LookupObject(path ObjectPath) (ServerObject, bool)
16}
17
18// ServerObject is the representation of an D-Bus Object.
19//

Callers 1

handleCallMethod · 0.65

Implementers 2

defaultHandlerdefault_handler.go
testerserver_interfaces_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…