package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Jan 20, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ExitOnError(err *error)
Print the error before exiting on fatal errors
func InitiateDecryption(path, configPath string, threadsAmount int) (err error)
This function prepares for the decryption process
func InitiateEncryption(path, configPathKey string, doRename bool, threadsAmount int) (err error)
This function prepares for the encryption process
type ConfigFile struct {
Key string `json:"Key"`
DoRename bool `json:"DoRename"`
RenamedFiles map[string]string `json:"RenamedFiles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.