command "electrondecrypt", wshserver.ElectronDecryptCommand
(w *wshutil.WshRpc, data wshrpc.CommandElectronDecryptData, opts *wshrpc.RpcOpts)
| 241 | |
| 242 | // command "electrondecrypt", wshserver.ElectronDecryptCommand |
| 243 | func ElectronDecryptCommand(w *wshutil.WshRpc, data wshrpc.CommandElectronDecryptData, opts *wshrpc.RpcOpts) (*wshrpc.CommandElectronDecryptRtnData, error) { |
| 244 | resp, err := sendRpcRequestCallHelper[*wshrpc.CommandElectronDecryptRtnData](w, "electrondecrypt", data, opts) |
| 245 | return resp, err |
| 246 | } |
| 247 | |
| 248 | // command "electronencrypt", wshserver.ElectronEncryptCommand |
| 249 | func ElectronEncryptCommand(w *wshutil.WshRpc, data wshrpc.CommandElectronEncryptData, opts *wshrpc.RpcOpts) (*wshrpc.CommandElectronEncryptRtnData, error) { |
no test coverage detected