hwormhole-0.2.0.1: magic-wormhole client

Safe HaskellNone
LanguageHaskell2010

Transit.Internal.Conf

Description

 
Synopsis

Documentation

data Options Source #

Application Configuration options

Constructors

Options 

Fields

Instances
Eq Options Source # 
Instance details

Defined in Transit.Internal.Conf

Methods

(==) :: Options -> Options -> Bool

(/=) :: Options -> Options -> Bool

Show Options Source # 
Instance details

Defined in Transit.Internal.Conf

Methods

showsPrec :: Int -> Options -> ShowS

show :: Options -> String

showList :: [Options] -> ShowS

data Command Source #

Commands

Constructors

Send MessageType

Send a file, directory or a text message

Receive (Maybe Text)

Receive a file, directory or a text message

Instances
Eq Command Source # 
Instance details

Defined in Transit.Internal.Conf

Methods

(==) :: Command -> Command -> Bool

(/=) :: Command -> Command -> Bool

Show Command Source # 
Instance details

Defined in Transit.Internal.Conf

Methods

showsPrec :: Int -> Command -> ShowS

show :: Command -> String

showList :: [Command] -> ShowS