| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Greskell.WebSocket.Request.Session
Contents
Description
Synopsis
- data OpAuthentication = OpAuthentication {
- batchSize :: !(Maybe Int)
- sasl :: !Base64
- saslMechanism :: !SASLMechanism
- type SessionID = UUID
- data OpEval = OpEval {}
- data OpClose = OpClose {}
OpAuthentication
data OpAuthentication Source #
Constructors
| OpAuthentication | |
Fields
| |
Instances
OpEval
Constructors
| OpEval | |
Instances
OpClose
Instances
| Eq OpClose Source # | |
| Ord OpClose Source # | |
Defined in Network.Greskell.WebSocket.Request.Session | |
| Show OpClose Source # | |
| Generic OpClose Source # | |
| ToJSON OpClose Source # | |
Defined in Network.Greskell.WebSocket.Request.Session | |
| FromJSON OpClose Source # | |
| Operation OpClose Source # | |
| type Rep OpClose Source # | |
Defined in Network.Greskell.WebSocket.Request.Session type Rep OpClose = D1 (MetaData "OpClose" "Network.Greskell.WebSocket.Request.Session" "greskell-websocket-0.1.2.1-ClPDYsOVjQKKyFTbg45sNl" False) (C1 (MetaCons "OpClose" PrefixI True) (S1 (MetaSel (Just "batchSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "session") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SessionID) :*: S1 (MetaSel (Just "force") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) | |