add missing Wails bindings for ListActivityFeed, ListActivityByNode, CountActivityByNode
This commit is contained in:
parent
3672e3133b
commit
a098cf721c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -16,8 +16,8 @@
|
|||
background: #13131f;
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/main-Dt-7hdPr.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-D2H3H_wv.css">
|
||||
<script type="module" crossorigin src="/assets/main-DtITCkHU.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-5x3eoU2l.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
|||
|
|
@ -109,3 +109,19 @@ export function OpenFolder(arg1) {
|
|||
export function VerstakVersion() {
|
||||
return window['go']['main']['App']['VerstakVersion']();
|
||||
}
|
||||
|
||||
export function ListActivityFeed(arg1, arg2) {
|
||||
return window['go']['main']['App']['ListActivityFeed'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function ListActivityByNode(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['ListActivityByNode'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function CountActivityByNode(arg1) {
|
||||
return window['go']['main']['App']['CountActivityByNode'](arg1);
|
||||
}
|
||||
|
||||
export function CreateEmptyFile(arg1, arg2) {
|
||||
return window['go']['main']['App']['CreateEmptyFile'](arg1, arg2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue