File: doc.go

package info (click to toggle)
golang-github-gophercloud-gophercloud 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports
  • size: 10,224 kB
  • sloc: sh: 125; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
Package apiversions provides information about the versions supported by a specific Ironic API.

	Example to list versions

		allVersions, err := apiversions.List(client.ServiceClient()).AllPages()

	Example to get a specific version

		actual, err := apiversions.Get(client.ServiceClient(), "v1").Extract()

*/
package apiversions