Documentation
¶
Index ¶
- func CheckProductEOL(product string, version string) (bool, string, error)
- func ExportToFile(outputData []byte, outputFolder string) error
- func FilterVersions(outputData []byte, minVersion, maxVersion string) ([]byte, error)
- func GetAvailableProducts(output string) ([]byte, error)
- func GetProduct(product string, version string) ([]byte, error)
- func GetStringValue(value interface{}) string
- func IsWithinRange(cycle, minVersion, maxVersion string) bool
- type ApiResponse
- type EOL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportToFile ¶
func FilterVersions ¶
func GetAvailableProducts ¶
func GetStringValue ¶
func GetStringValue(value interface{}) string
func IsWithinRange ¶
Helper function to check if a cycle is within a given range
Types ¶
type ApiResponse ¶
Click to show internal directories.
Click to hide internal directories.