Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeObjectName ¶
func OpenConnect ¶
func OpenConnect(uri string, notify chan ConnectEvent)
Types ¶
type ConnectEvent ¶
type ConnectEvent struct {
Type ConnectEventType
URI string
Conn *libvirt.Connect
}
type ConnectEventType ¶
type ConnectEventType string
var ( ConnectReady ConnectEventType = "ready" ConnectFailed ConnectEventType = "failed" )
type StreamIO ¶
type StreamIO struct {
// contains filtered or unexported fields
}
func NewStreamIO ¶
Click to show internal directories.
Click to hide internal directories.