package
0.0.0-20200323142034-807201386efa
Repository: https://github.com/johnnadratowski/golang-neo4j-bolt-driver.git
Documentation: pkg.go.dev

# Functions

NewAckFailureMessage Gets a new AckFailureMessage struct.
NewDiscardAllMessage Gets a new DiscardAllMessage struct.
NewFailureMessage Gets a new FailureMessage struct.
NewIgnoredMessage Gets a new IgnoredMessage struct.
NewInitMessage Gets a new InitMessage struct.
NewPullAllMessage Gets a new PullAllMessage struct.
NewRecordMessage Gets a new RecordMessage struct.
NewResetMessage Gets a new ResetMessage struct.
NewRunMessage Gets a new RunMessage struct.
NewSuccessMessage Gets a new SuccessMessage struct.

# Constants

AckFailureMessageSignature is the signature byte for the ACK_FAILURE message.
DiscardAllMessageSignature is the signature byte for the DISCARD_ALL message.
FailureMessageSignature is the signature byte for the FAILURE message.
IgnoredMessageSignature is the signature byte for the IGNORED message.
InitMessageSignature is the signature byte for the INIT message.
PullAllMessageSignature is the signature byte for the PULL_ALL message.
RecordMessageSignature is the signature byte for the RECORD message.
ResetMessageSignature is the signature byte for the RESET message.
RunMessageSignature is the signature byte for the RUN message.
SuccessMessageSignature is the signature byte for the SUCCESS message.

# Structs

AckFailureMessage Represents an ACK_FAILURE message.
DiscardAllMessage Represents an DISCARD_ALL message.
FailureMessage Represents an FAILURE message.
IgnoredMessage Represents an IGNORED message.
InitMessage Represents an INIT message.
PullAllMessage Represents an PULL_ALL message.
RecordMessage Represents an RECORD message.
ResetMessage Represents an RESET message.
RunMessage Represents an RUN message.
SuccessMessage Represents an SUCCESS message.