Add storing login token (but not retrieving it)
This commit is contained in:
6
src/Scylla/Storage.elm
Normal file
6
src/Scylla/Storage.elm
Normal file
@@ -0,0 +1,6 @@
|
||||
port module Scylla.Storage exposing (..)
|
||||
import Json.Encode
|
||||
|
||||
port setStoreValuePort : (String, Json.Encode.Value) -> Cmd msg
|
||||
port getStoreValuePort : (String) -> Cmd msg
|
||||
port receiveStoreValuePort : (Json.Encode.Value -> msg) -> Sub msg
|
||||
Reference in New Issue
Block a user