92 lines
2.3 KiB
JavaScript
92 lines
2.3 KiB
JavaScript
// @ts-check
|
|
// Wails v2 generated bindings — auto-generated by wails build
|
|
// Manual version for go build -tags gui
|
|
|
|
export function ListSections() {
|
|
return window['go']['main']['App']['ListSections']();
|
|
}
|
|
|
|
export function ListNodesBySection(arg1) {
|
|
return window['go']['main']['App']['ListNodesBySection'](arg1);
|
|
}
|
|
|
|
export function ListChildren(arg1) {
|
|
return window['go']['main']['App']['ListChildren'](arg1);
|
|
}
|
|
|
|
export function GetNodeDetail(arg1) {
|
|
return window['go']['main']['App']['GetNodeDetail'](arg1);
|
|
}
|
|
|
|
export function CreateNode(arg1, arg2, arg3, arg4) {
|
|
return window['go']['main']['App']['CreateNode'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function DeleteNode(arg1) {
|
|
return window['go']['main']['App']['DeleteNode'](arg1);
|
|
}
|
|
|
|
export function ListNotes(arg1) {
|
|
return window['go']['main']['App']['ListNotes'](arg1);
|
|
}
|
|
|
|
export function CreateNote(arg1, arg2) {
|
|
return window['go']['main']['App']['CreateNote'](arg1, arg2);
|
|
}
|
|
|
|
export function ReadNote(arg1) {
|
|
return window['go']['main']['App']['ReadNote'](arg1);
|
|
}
|
|
|
|
export function SaveNote(arg1, arg2) {
|
|
return window['go']['main']['App']['SaveNote'](arg1, arg2);
|
|
}
|
|
|
|
export function ListFiles(arg1) {
|
|
return window['go']['main']['App']['ListFiles'](arg1);
|
|
}
|
|
|
|
export function ListActions(arg1) {
|
|
return window['go']['main']['App']['ListActions'](arg1);
|
|
}
|
|
|
|
export function RunAction(arg1) {
|
|
return window['go']['main']['App']['RunAction'](arg1);
|
|
}
|
|
|
|
export function ListWorklog(arg1) {
|
|
return window['go']['main']['App']['ListWorklog'](arg1);
|
|
}
|
|
|
|
export function CreateWorklog(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['CreateWorklog'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function Search(arg1) {
|
|
return window['go']['main']['App']['Search'](arg1);
|
|
}
|
|
|
|
export function PickFile() {
|
|
return window['go']['main']['App']['PickFile']();
|
|
}
|
|
|
|
export function PickFiles() {
|
|
return window['go']['main']['App']['PickFiles']();
|
|
}
|
|
|
|
export function PickDirectory() {
|
|
return window['go']['main']['App']['PickDirectory']();
|
|
}
|
|
|
|
export function OpenFile(arg1) {
|
|
return window['go']['main']['App']['OpenFile'](arg1);
|
|
}
|
|
|
|
export function OpenFolder(arg1) {
|
|
return window['go']['main']['App']['OpenFolder'](arg1);
|
|
}
|
|
|
|
export function VerstakVersion() {
|
|
return window['go']['main']['App']['VerstakVersion']();
|
|
}
|