164 lines
4.3 KiB
JavaScript
164 lines
4.3 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddRule(arg1, arg2) {
|
|
return window['go']['main']['App']['AddRule'](arg1, arg2);
|
|
}
|
|
|
|
export function CancelAnalysis(arg1) {
|
|
return window['go']['main']['App']['CancelAnalysis'](arg1);
|
|
}
|
|
|
|
export function CheckoutBranch(arg1, arg2) {
|
|
return window['go']['main']['App']['CheckoutBranch'](arg1, arg2);
|
|
}
|
|
|
|
export function ClearData(arg1, arg2) {
|
|
return window['go']['main']['App']['ClearData'](arg1, arg2);
|
|
}
|
|
|
|
export function ClearLogs() {
|
|
return window['go']['main']['App']['ClearLogs']();
|
|
}
|
|
|
|
export function DeleteProject(arg1) {
|
|
return window['go']['main']['App']['DeleteProject'](arg1);
|
|
}
|
|
|
|
export function DeleteProjectGroup(arg1) {
|
|
return window['go']['main']['App']['DeleteProjectGroup'](arg1);
|
|
}
|
|
|
|
export function DeleteRule(arg1) {
|
|
return window['go']['main']['App']['DeleteRule'](arg1);
|
|
}
|
|
|
|
export function GetBootstrapStatus() {
|
|
return window['go']['main']['App']['GetBootstrapStatus']();
|
|
}
|
|
|
|
export function GetCommitDetails(arg1, arg2) {
|
|
return window['go']['main']['App']['GetCommitDetails'](arg1, arg2);
|
|
}
|
|
|
|
export function GetDashboard() {
|
|
return window['go']['main']['App']['GetDashboard']();
|
|
}
|
|
|
|
export function GetDashboardByGroup(arg1) {
|
|
return window['go']['main']['App']['GetDashboardByGroup'](arg1);
|
|
}
|
|
|
|
export function GetGitDiagnostics(arg1) {
|
|
return window['go']['main']['App']['GetGitDiagnostics'](arg1);
|
|
}
|
|
|
|
export function GetGitStats(arg1) {
|
|
return window['go']['main']['App']['GetGitStats'](arg1);
|
|
}
|
|
|
|
export function GetGitStatsForRef(arg1, arg2) {
|
|
return window['go']['main']['App']['GetGitStatsForRef'](arg1, arg2);
|
|
}
|
|
|
|
export function GetLogs(arg1) {
|
|
return window['go']['main']['App']['GetLogs'](arg1);
|
|
}
|
|
|
|
export function GetProject(arg1) {
|
|
return window['go']['main']['App']['GetProject'](arg1);
|
|
}
|
|
|
|
export function GetProjectInsights(arg1) {
|
|
return window['go']['main']['App']['GetProjectInsights'](arg1);
|
|
}
|
|
|
|
export function GetRules() {
|
|
return window['go']['main']['App']['GetRules']();
|
|
}
|
|
|
|
export function GetSettings() {
|
|
return window['go']['main']['App']['GetSettings']();
|
|
}
|
|
|
|
export function GetStructure(arg1) {
|
|
return window['go']['main']['App']['GetStructure'](arg1);
|
|
}
|
|
|
|
export function InitializeDatabase(arg1) {
|
|
return window['go']['main']['App']['InitializeDatabase'](arg1);
|
|
}
|
|
|
|
export function ListProjectGroups() {
|
|
return window['go']['main']['App']['ListProjectGroups']();
|
|
}
|
|
|
|
export function ListProjects() {
|
|
return window['go']['main']['App']['ListProjects']();
|
|
}
|
|
|
|
export function ListProjectsByGroup(arg1) {
|
|
return window['go']['main']['App']['ListProjectsByGroup'](arg1);
|
|
}
|
|
|
|
export function ListWSLDistros() {
|
|
return window['go']['main']['App']['ListWSLDistros']();
|
|
}
|
|
|
|
export function MigrateDatabase(arg1) {
|
|
return window['go']['main']['App']['MigrateDatabase'](arg1);
|
|
}
|
|
|
|
export function RefreshProjectInsights(arg1) {
|
|
return window['go']['main']['App']['RefreshProjectInsights'](arg1);
|
|
}
|
|
|
|
export function ReportClientError(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['ReportClientError'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RetryDatabase() {
|
|
return window['go']['main']['App']['RetryDatabase']();
|
|
}
|
|
|
|
export function SaveProject(arg1, arg2) {
|
|
return window['go']['main']['App']['SaveProject'](arg1, arg2);
|
|
}
|
|
|
|
export function SaveProjectGroup(arg1, arg2) {
|
|
return window['go']['main']['App']['SaveProjectGroup'](arg1, arg2);
|
|
}
|
|
|
|
export function SaveSettings(arg1) {
|
|
return window['go']['main']['App']['SaveSettings'](arg1);
|
|
}
|
|
|
|
export function SelectDatabaseFile() {
|
|
return window['go']['main']['App']['SelectDatabaseFile']();
|
|
}
|
|
|
|
export function SelectDirectory() {
|
|
return window['go']['main']['App']['SelectDirectory']();
|
|
}
|
|
|
|
export function SelectInitialDatabaseFile(arg1) {
|
|
return window['go']['main']['App']['SelectInitialDatabaseFile'](arg1);
|
|
}
|
|
|
|
export function SelectWSLDirectory(arg1) {
|
|
return window['go']['main']['App']['SelectWSLDirectory'](arg1);
|
|
}
|
|
|
|
export function StartAnalysis(arg1, arg2) {
|
|
return window['go']['main']['App']['StartAnalysis'](arg1, arg2);
|
|
}
|
|
|
|
export function StartBatchAnalysis() {
|
|
return window['go']['main']['App']['StartBatchAnalysis']();
|
|
}
|
|
|
|
export function StartBatchAnalysisByGroup(arg1) {
|
|
return window['go']['main']['App']['StartBatchAnalysisByGroup'](arg1);
|
|
}
|