MCPcopy Create free account
hub / github.com/digitalocean/go-libvirt / NodeDeviceEventLifecycle

Method NodeDeviceEventLifecycle

remote_protocol.gen.go:15220–15230  ·  view source on GitHub ↗

NodeDeviceEventLifecycle is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_LIFECYCLE.

()

Source from the content-addressed store, hash-verified

15218
15219// NodeDeviceEventLifecycle is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_LIFECYCLE.
15220func (l *Libvirt) NodeDeviceEventLifecycle() (err error) {
15221 var buf []byte
15222
15223
15224 _, err = l.requestStream(376, constants.Program, buf, nil, nil)
15225 if err != nil {
15226 return
15227 }
15228
15229 return
15230}
15231
15232// NodeDeviceEventUpdate is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_UPDATE.
15233func (l *Libvirt) NodeDeviceEventUpdate() (err error) {

Callers

nothing calls this directly

Calls 1

requestStreamMethod · 0.95

Tested by

no test coverage detected