Documentation ¶
Index ¶
- Constants
- func CreateDestinationPath(v string)
- func DeepCopy[T any](value T) (*T, error)
- func GetUserConfirmation(msg, error string, terminate bool) bool
- func InRange(ranges []VersionRange, api GetVersion) bool
- func PtrOf[T any](value T) *T
- func ValidateMinimumVersion(minVersion string, api GetVersion) bool
- type GetVersion
- type VersionRange
Constants ¶
View Source
const (
VersionKey = "Version"
)
Variables ¶
This section is empty.
Functions ¶
func CreateDestinationPath ¶ added in v0.5.2
func CreateDestinationPath(v string)
CreateDestinationPath Handle osMkdir Errors
func GetUserConfirmation ¶ added in v0.4.5
GetUserConfirmation prompts user to confirm operation msg Message to prompt the user with validate returns true/false on success or terminates the process msg: prompt to display to the user asking for a response. error: error message to display if app should terminate terminate: when set to true will terminate the app user response is not valid.
func InRange ¶ added in v0.6.0
func InRange(ranges []VersionRange, api GetVersion) bool
InRange returns true if the current grafana version in within all of the ranges specified. Falls if it is not.
func ValidateMinimumVersion ¶ added in v0.6.0
func ValidateMinimumVersion(minVersion string, api GetVersion) bool
Types ¶
type GetVersion ¶ added in v0.6.0
type GetVersion interface {
GetServerInfo() map[string]interface{}
}
type VersionRange ¶ added in v0.6.0
func (VersionRange) Validate ¶ added in v0.6.0
func (v VersionRange) Validate() bool
Validate ensures that all version number start with a v, in order to be parsed correctly
Click to show internal directories.
Click to hide internal directories.