package
0.0.0-20190317074716-6a20a75cd98f
Repository: https://github.com/storyicon/graphquery.git
Documentation: pkg.go.dev

# Functions

InvokeProcessor is used to invoke a Processor.
Process performs the entire pipeline process for selection.
RegistProcessor is used to register a Processor with the registry.

# Constants

ErrAlreadyExists means processor already exists.
ErrUndefinedMethod means method undefined.
ErrWrongArgNumber means wrong args number.
InvokePlaceholder is used for its own replacement.

# Structs

Pipeline structure is the calling unit in pipeline.
Processor is the function call unit of pipeline.

# Type aliases

Callee defines the function body of Processor.
Pipelines defines the entire pipeline process of a selection.