diff options
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ type VPNState struct { Servers server.Servers `json:"servers"` // The list of servers and organizations from disco - Discovery discovery.Discovery `json:"-"` + Discovery discovery.Discovery `json:"discovery"` // The fsm FSM fsm.FSM `json:"-"` |
