summaryrefslogtreecommitdiff
path: root/cmd/client/frontend/wailsjs/go/main/App.js
blob: e85beea06581a94be4f5b1f9c0e61b92a66741b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT

export function AddBypassProcess(arg1) {
  return window['go']['main']['App']['AddBypassProcess'](arg1);
}

export function ApplyProfile(arg1, arg2) {
  return window['go']['main']['App']['ApplyProfile'](arg1, arg2);
}

export function CheckUpdate() {
  return window['go']['main']['App']['CheckUpdate']();
}

export function Connect(arg1, arg2) {
  return window['go']['main']['App']['Connect'](arg1, arg2);
}

export function Disconnect() {
  return window['go']['main']['App']['Disconnect']();
}

export function DownloadUpdate() {
  return window['go']['main']['App']['DownloadUpdate']();
}

export function GetBypassProcesses() {
  return window['go']['main']['App']['GetBypassProcesses']();
}

export function GetCatalog() {
  return window['go']['main']['App']['GetCatalog']();
}

export function GetExitIP() {
  return window['go']['main']['App']['GetExitIP']();
}

export function GetGeneratedConfig() {
  return window['go']['main']['App']['GetGeneratedConfig']();
}

export function GetLogs() {
  return window['go']['main']['App']['GetLogs']();
}

export function GetModes() {
  return window['go']['main']['App']['GetModes']();
}

export function GetRecommendation() {
  return window['go']['main']['App']['GetRecommendation']();
}

export function GetRecommendationReason() {
  return window['go']['main']['App']['GetRecommendationReason']();
}

export function GetRecommendedServerTag() {
  return window['go']['main']['App']['GetRecommendedServerTag']();
}

export function GetRuleSets() {
  return window['go']['main']['App']['GetRuleSets']();
}

export function GetServers() {
  return window['go']['main']['App']['GetServers']();
}

export function GetStatus() {
  return window['go']['main']['App']['GetStatus']();
}

export function IsServerRecommended(arg1) {
  return window['go']['main']['App']['IsServerRecommended'](arg1);
}

export function MeasureLatency() {
  return window['go']['main']['App']['MeasureLatency']();
}

export function RandomNLServer() {
  return window['go']['main']['App']['RandomNLServer']();
}

export function RemoveBypassProcess(arg1) {
  return window['go']['main']['App']['RemoveBypassProcess'](arg1);
}

export function ReportConnection(arg1, arg2, arg3) {
  return window['go']['main']['App']['ReportConnection'](arg1, arg2, arg3);
}

export function ReportDisconnect(arg1, arg2) {
  return window['go']['main']['App']['ReportDisconnect'](arg1, arg2);
}

export function SetAutoConnect(arg1) {
  return window['go']['main']['App']['SetAutoConnect'](arg1);
}

export function SetRuleSetEnabled(arg1, arg2) {
  return window['go']['main']['App']['SetRuleSetEnabled'](arg1, arg2);
}

export function SetSystemProxy(arg1) {
  return window['go']['main']['App']['SetSystemProxy'](arg1);
}

export function Sync() {
  return window['go']['main']['App']['Sync']();
}