RWKV-Runner/frontend/wailsjs/go/backend_golang/App.js

12 lines
360 B
JavaScript
Raw Normal View History

2023-05-03 15:38:54 +00:00
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
2023-05-06 12:17:39 +00:00
export function SaveJson(arg1, arg2) {
return window['go']['backend_golang']['App']['SaveJson'](arg1, arg2);
2023-05-03 15:38:54 +00:00
}
2023-05-06 15:39:23 +00:00
export function StartServer(arg1, arg2) {
return window['go']['backend_golang']['App']['StartServer'](arg1, arg2);
}