Documentation ¶ Index ¶ type Emitter func NewCypherEmitter(stripLiterals bool) Emitter func (s Emitter) Write(regularQuery *cypher.RegularQuery, writer io.Writer) error func (s Emitter) WriteExpression(writer io.Writer, expression cypher.Expression) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Emitter ¶ type Emitter struct { StripLiterals bool } func NewCypherEmitter ¶ func NewCypherEmitter(stripLiterals bool) Emitter func (Emitter) Write ¶ func (s Emitter) Write(regularQuery *cypher.RegularQuery, writer io.Writer) error func (Emitter) WriteExpression ¶ func (s Emitter) WriteExpression(writer io.Writer, expression cypher.Expression) error Source Files ¶ View all Source files format.go Click to show internal directories. Click to hide internal directories.