bolt-0.1.0.3: Bolt driver for Neo4j
Database.Bolt.Protocol.Ver1.Message
data Message Source #
Constructors
Instances
Methods
showsPrec :: Int -> Message -> ShowS #
show :: Message -> String #
showList :: [Message] -> ShowS #
toPackStream :: Message -> PackStream Source #
parsePackStream :: PackStream -> Parser Message Source #
data AuthToken Source #
showsPrec :: Int -> AuthToken -> ShowS #
show :: AuthToken -> String #
showList :: [AuthToken] -> ShowS #
toPackStream :: AuthToken -> PackStream Source #
parsePackStream :: PackStream -> Parser AuthToken Source #