summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--state.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.go b/state.go
index 84ce6e8..3ad979d 100644
--- a/state.go
+++ b/state.go
@@ -13,6 +13,7 @@ import (
"github.com/jwijenbergh/eduvpn-common/internal/util"
)
+type ServerInfo = server.ServerInfoScreen
type VPNStateID = fsm.FSMStateID
type VPNState struct {