package
0.1.29
Repository: https://github.com/cloud-native-toolkit/itzcli.git
Documentation: pkg.go.dev

# Functions

ConfigDir returns the static value for the default.
CreateDir creates a directory if it does not exist.
DoChecks performs the configured file checks and return a list of errors, if any, while checking for the files.
No description provided by the author
ExistsOnPath checks if a binary file exists on the path, using the OS's PATH variable automatically as the path.
No description provided by the author
Linux returns true if the current system is a Linux system.
Messager asks the user a question and returns the answer to the getter.
No description provided by the author
NewConfigCheck creates a new ConfigCheck for the given key.
NewConfigFileCheck checks for files inside the ITZ home directory.
No description provided by the author
NewReqConfigDirCheck checks for directories inside the ITZ home directory.
NewResourceFileCheck checks for any files, using the OS's PATH variable automatically as the path.
NoDefault returns a default with no value.
OneExistsOnPath checks if one of the binary files in a list exists on the path, using the OS's PATH variable automatically as the path.
No description provided by the author
Prompter asks the user a question and returns the answer to the getter.
RandomVal returns a random string value for the default.
ServiceURL returns the static value for the default.
Static returns the static value for the default.
No description provided by the author
No description provided by the author
No description provided by the author
UpdatePodmanMachineDate updates the date on the podman machine to be the current date on the host.

# Constants

No description provided by the author
No description provided by the author
SolutionsListPermissionsError is the permissions error printed by the doctor check.

# Variables

No description provided by the author
AllConfigChecks checks for configuration values on the system and defines defaulters for fixing the missing values if the user specifies --auto-fix.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FileChecks defines the checks that are done for files on the system.

# Structs

ActionCheck is.
ConfigCheck a check for configuration.
FileCheck is a check for a required file.
No description provided by the author

# Interfaces

Check interface for itz doctor checks.

# Type aliases

No description provided by the author
No description provided by the author
DefaultGetter provides a function type for handling default values of the configuration.
No description provided by the author
No description provided by the author