diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-29 15:08:32 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-29 15:08:32 +0200 |
| commit | 0e1f9826f2aea1a059529f9c3d1c921d7d4ac3d4 (patch) | |
| tree | 2d26bd6dbd33abde910bff00078f520dad890a4d /internal/discovery.go | |
| parent | 6c7a1c7a9245cf457a86fd15bdc14bc93b55d508 (diff) | |
Secure Internet: Basic implementation and add support to cli
Diffstat (limited to 'internal/discovery.go')
| -rw-r--r-- | internal/discovery.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/discovery.go b/internal/discovery.go index 8c0acc7..59281bd 100644 --- a/internal/discovery.go +++ b/internal/discovery.go @@ -57,8 +57,8 @@ type ServersList struct { type Discovery struct { Organizations OrganizationList Servers ServersList - FSM *FSM - Logger *FileLogger + FSM *FSM + Logger *FileLogger } // Helper function that gets a disco json |
