diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-08-19 14:44:06 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-08-19 14:44:06 +0200 |
| commit | cda660941ea346d4323858663ff4928f47ee933d (patch) | |
| tree | e7fc371aeea05967c8e5a1e7025604007e3b32aa | |
| parent | f37216b1647d1960dac8fe4fefe43f343019ba30 (diff) | |
State: Expose serverinfo type
| -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 { |
