Documentation
¶
Overview ¶
Copyright © 2024 Alan Lins <[email protected]>
Index ¶
- func DryWriteFile(pathval string, outputBytes []byte, suffix string)
- func GCMDecrypter(keyString string, ciphertextHex string, nonceHex string) string
- func GCMEncrypter(keyString string, textString string, nonceHex string) (string, string)
- func GetValue(environmentVariable models.EnvironmentVariable, extendEnvironment string, ...) (string, error)
- func IsFileExist(pathval string, myOs models.OsI) (bool, error)
- func ReadYaml[T models.ConfigYaml | map[string]string | models.SecretsYaml](filepath string, yamlDecoded *T) error
- func ValidateEnvironmanetVariable(environmentVariable models.EnvironmentVariable, environment string, ...) (bool, error)
- func WriteContent(environmentVariable models.EnvironmentVariable, configYaml *models.ConfigYaml, ...)
- func WriteContentDocLine(contents [][]string, environmentVariable models.EnvironmentVariable, ...) [][]string
- func WriteFile(pathval string, outputBytes []byte, suffix string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DryWriteFile ¶
func GCMDecrypter ¶
func GCMEncrypter ¶
func ReadYaml ¶
func ReadYaml[T models.ConfigYaml | map[string]string | models.SecretsYaml](filepath string, yamlDecoded *T) error
func WriteContent ¶
func WriteContent(environmentVariable models.EnvironmentVariable, configYaml *models.ConfigYaml, environment string, outputEnvMap map[string]string, pathval string, userFileYaml map[string]string, secretsFileYaml models.SecretsYaml, redact bool)
func WriteContentDocLine ¶
func WriteContentDocLine(contents [][]string, environmentVariable models.EnvironmentVariable, configYaml *models.ConfigYaml, environments []string, pathval string, userFileYaml map[string]string, secretsFileYaml models.SecretsYaml) [][]string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.