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