| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/Struct/Event.elm')
| -rw-r--r-- | src/Struct/Event.elm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Struct/Event.elm b/src/Struct/Event.elm index 3bf64d7..68bca98 100644 --- a/src/Struct/Event.elm +++ b/src/Struct/Event.elm @@ -13,6 +13,10 @@ import Struct.ServerReply type Type = None | Failed Struct.Error.Type + | SetUsername String + | SetID String + | SetURLPrefix String + | SetFrequency Int | ServerReplied (Result Http.Error (List Struct.ServerReply.Type)) attempted : (Result.Result err val) -> Type |


