summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-09-27 16:25:14 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-09-27 16:25:14 +0200
commit55f01ce3978f12eafe7e726ee52133169c84b2bc (patch)
tree0f3b440690ae0254dc23c07eadb0d8a98cbd03ca /src/shared
parent287049d6d1f06269fa48e2dba460e8dde9867bda (diff)
...
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/Action/Ports.elm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shared/Action/Ports.elm b/src/shared/Action/Ports.elm
new file mode 100644
index 0000000..460defc
--- /dev/null
+++ b/src/shared/Action/Ports.elm
@@ -0,0 +1,5 @@
+port module Action.Ports exposing (..)
+
+port read_params : () -> (Cmd msg)
+port store_params : (Int, String) -> (Cmd msg)
+port store_results : (String) -> (Cmd msg)