Documentation
¶
Index ¶
- func AddEncryptedKV(envMap *map[string]string) error
- func AddEnv(envMap *map[string]string) error
- func AddPersistentEnv(kvStr string) error
- func CreateNewPassword() (string, error)
- func ReadEncryptedKV(password string) (*map[string]string, error)
- func ReadEnv() (*map[string]string, error)
- func ReadKVFile(filepath string) (*map[string]string, error)
- func RetrievePasswordFromUser() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddEncryptedKV ¶
func AddPersistentEnv ¶
func CreateNewPassword ¶
func ReadEnv ¶
For reading and storing environment variables. Main pkg: https://github.com/knadh/koanf We are using the koanf file provider and dotenv parser.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.