Documentation
¶
Overview ¶
Copyright (C) 2021-2023, Kubefirst
This program is licensed under MIT. See the LICENSE file for more details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckForVersionUpdate ¶
func CheckForVersionUpdate()
CheckForVersionUpdate determines whether or not there is a new cli version available
Types ¶
type CheckResponse ¶
type CheckResponse struct { // Current is current latest version on source. Current string // Outdate is true when target version is less than Current on source. Outdated bool // Latest is true when target version is equal to Current on source. Latest bool // New is true when target version is greater than Current on source. New bool }
Click to show internal directories.
Click to hide internal directories.