package
Version:
v0.68.0
Opens a new window with list of versions in this module.
Published: Nov 26, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Client is an interface for accessing the Proxmox version API.
Version retrieves the version information.
type ResponseBody struct {
Data *ResponseData `json:"data,omitempty"`
}
ResponseBody contains the body from a version response.
type ResponseData struct {
Console string `json:"console"`
Release string `json:"release"`
RepositoryID string `json:"repoid"`
Version string `json:"version"`
}
ResponseData contains the data from a version response.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.