Documentation ¶
Index ¶
- Constants
- func CheckFlagsStringExist(flags string, repository_data string) string
- func CliCriticalGen(err error, status int) *cli.ExitError
- func CliErrorGen(err error, status int) *cli.ExitError
- func CliInfoVerbose(message string)
- func CliSuccessVerbose(message string)
- func CredentialsWritter(data CredentialsDataType, CREDENTIALS_FILE string, ...) error
- func DeleteImageCommand(image_name string, force string) error
- func ExtractNumberFromString(str string) (num int)
- func GetAllNoneImageID() (string, error)
- func GetCredentialPath() (string, error)
- func GetInputOrFlags(flags string, input string, validation func(input string) error) string
- func GetPassword(flags string, validation func(input string) error) (string, error)
- func IsWindows() bool
- func RunSubProcess(command string, error_message string) (*subprocess.Subprocess, error)
- func ShowSubCommand(err_message string, c *cli.Context) error
- type Compare
- type CredentialsDataType
Constants ¶
View Source
const ErrorCertificateResponse = "" /* 301-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func CheckFlagsStringExist ¶
func CliInfoVerbose ¶
func CliInfoVerbose(message string)
func CliSuccessVerbose ¶
func CliSuccessVerbose(message string)
func CredentialsWritter ¶
func CredentialsWritter(data CredentialsDataType, CREDENTIALS_FILE string, CREDENTIALS_TEMPLATES string, success_message string) error
func DeleteImageCommand ¶
func ExtractNumberFromString ¶
func GetAllNoneImageID ¶
func GetCredentialPath ¶
func GetInputOrFlags ¶
func GetPassword ¶
func RunSubProcess ¶
func RunSubProcess(command string, error_message string) (*subprocess.Subprocess, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.