package
Version:
v0.0.0-...-7a6a509
Opens a new window with list of versions in this module.
Published: Dec 16, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CLIVersion struct {
Minimum string `json:"minimum"`
Recommended string `json:"recommended"`
}
type Link struct {
HREF string `json:"href"`
Meta map[string]string `json:"meta,omitempty"`
}
type V3Info struct {
Name string `json:"name"`
Description string `json:"description"`
Build string `json:"build"`
Version int `json:"version"`
CLIVersion CLIVersion `json:"cli_version"`
Links V3Links `json:"links"`
}
type V3Links struct {
Self Link `json:"self"`
Support Link `json:"support"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.