summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/elm/Shared/Action/Ports.elm')
-rw-r--r--src/shared/elm/Shared/Action/Ports.elm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/elm/Shared/Action/Ports.elm b/src/shared/elm/Shared/Action/Ports.elm
new file mode 100644
index 0000000..0f87da5
--- /dev/null
+++ b/src/shared/elm/Shared/Action/Ports.elm
@@ -0,0 +1,6 @@
+port module Shared.Action.Ports exposing (..)
+
+port store_new_session : (String, String) -> (Cmd msg)
+port reset_session : () -> (Cmd msg)
+port connected: (() -> msg) -> (Sub msg)
+port go_to : (String) -> (Cmd msg)