Maintainer | Toshio Ito <[email protected]> |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
Network.Greskell.WebSocket.Request.Standard
Contents
Description
Synopsis
- data OpAuthentication = OpAuthentication {
- batchSize :: !(Maybe Int)
- sasl :: !Base64
- saslMechanism :: !SASLMechanism
- data OpEval = OpEval {}
OpAuthentication
data OpAuthentication Source #
Constructors
OpAuthentication | |
Fields
|
Instances
OpEval
Constructors
OpEval | |
Instances
FromJSON OpEval Source # | |||||
Defined in Network.Greskell.WebSocket.Request.Standard | |||||
ToJSON OpEval Source # | |||||
Generic OpEval Source # | |||||
Defined in Network.Greskell.WebSocket.Request.Standard Associated Types
| |||||
Show OpEval Source # | |||||
Eq OpEval Source # | |||||
Operation OpEval Source # | |||||
type Rep OpEval Source # | |||||
Defined in Network.Greskell.WebSocket.Request.Standard type Rep OpEval = D1 ('MetaData "OpEval" "Network.Greskell.WebSocket.Request.Standard" "greskell-websocket-1.0.0.4-dAG1DwqLhf87JipQDQuZQ" 'False) (C1 ('MetaCons "OpEval" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "gremlin") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bindings") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Object)))) :*: (S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "scriptEvaluationTimeout") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Int)))))) |