summaryrefslogtreecommitdiff
path: root/gui/backend.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-03-24 12:47:02 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-05-04 14:58:39 +0200
commit4e1f3a4f88136e497962e4f976d5c7f216c31a15 (patch)
tree86fd6aea30aca3753b5be785eb684cbb3d205e6b /gui/backend.go
parentb14d048e6089233f5c698426652e85bfa1d89488 (diff)
Let's rename the API to use location instead of gateway
Diffstat (limited to 'gui/backend.go')
-rw-r--r--gui/backend.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/backend.go b/gui/backend.go
index 3e312cf..064bd94 100644
--- a/gui/backend.go
+++ b/gui/backend.go
@@ -30,9 +30,9 @@ func SwitchOff() {
backend.SwitchOff()
}
-//export UseGateway
-func UseGateway(label string) {
- backend.UseGateway(label)
+//export UseLocation
+func UseLocation(label string) {
+ backend.UseLocation(label)
}
//export UseTransport