summaryrefslogtreecommitdiff
path: root/internal/server
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 14:14:14 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 16:34:13 +0200
commit5c1389589407a82b3ae989a316dcd79cf871ff1f (patch)
tree4fdc779bf6d27ac62265e645868f3592644eae39 /internal/server
parent8817b04905b2eb1b714f51ea0ce43687a98ba886 (diff)
Format: Run Gofumpt
Diffstat (limited to 'internal/server')
-rw-r--r--internal/server/profile.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/server/profile.go b/internal/server/profile.go
index 7de944f..3a7fb08 100644
--- a/internal/server/profile.go
+++ b/internal/server/profile.go
@@ -1,10 +1,10 @@
package server
type Profile struct {
- ID string `json:"profile_id"`
- DisplayName string `json:"display_name"`
- VPNProtoList []string `json:"vpn_proto_list"`
- DefaultGateway bool `json:"default_gateway"`
+ ID string `json:"profile_id"`
+ DisplayName string `json:"display_name"`
+ VPNProtoList []string `json:"vpn_proto_list"`
+ DefaultGateway bool `json:"default_gateway"`
DNSSearchDomains []string `json:"dns_search_domain_list"`
}