Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport interface { io.ReadWriteCloser // GetFiles returns n received files that were attached to // previously read bytes as ancillary data. GetFiles(n int) ([]*os.File, error) // WriteWithFiles is like Transport.Write, but additionally sends // the given files as ancillary data. WriteWithFiles(bs []byte, fds []*os.File) (int, error) }
Transport is a raw DBus connection.
Click to show internal directories.
Click to hide internal directories.