File: results.go

package info (click to toggle)
golang-github-gophercloud-gophercloud 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,416 kB
  • sloc: sh: 99; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
package volumehost

// VolumeHostExt is an extension to the base Volume object
type VolumeHostExt struct {
	// Host is the identifier of the host holding the volume.
	Host string `json:"os-vol-host-attr:host"`
}