diff options
| -rw-r--r-- | state.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ import ( "github.com/jwijenbergh/eduvpn-common/internal/util" ) +type ServerInfo = server.ServerInfoScreen type VPNStateID = fsm.FSMStateID type VPNState struct { |
