first commit
This commit is contained in:
19
frontend/wailsjs/go/backend/Decryptor.js
Executable file
19
frontend/wailsjs/go/backend/Decryptor.js
Executable file
@ -0,0 +1,19 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function DecryptHybridZip(arg1, arg2, arg3) {
|
||||
return window['go']['backend']['Decryptor']['DecryptHybridZip'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function SelectEncryptedFile() {
|
||||
return window['go']['backend']['Decryptor']['SelectEncryptedFile']();
|
||||
}
|
||||
|
||||
export function SelectOutputDirectory() {
|
||||
return window['go']['backend']['Decryptor']['SelectOutputDirectory']();
|
||||
}
|
||||
|
||||
export function SelectPrivateKeyFile() {
|
||||
return window['go']['backend']['Decryptor']['SelectPrivateKeyFile']();
|
||||
}
|
Reference in New Issue
Block a user