Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Options = Options {
- cmd :: Command
- relayEndpoint :: WebSocketEndpoint
- transitUrl :: RelayEndpoint
- data Command
- = Send MessageType
- | Receive (Maybe Text)
Documentation
Application Configuration options
Options | |
|
Commands
Send MessageType | Send a file, directory or a text message |
Receive (Maybe Text) | Receive a file, directory or a text message |