Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶ added in v0.4.1
type HTTP interface { // Return whether the string is a valid expression. Parse(string) (ParseResult, error) // Runs the query and returns individual results on the channel. Execute(string, chan interface{}, int) ShapeOf(string) (interface{}, error) Collate(interface{}) Results() (interface{}, error) Clear() }
Click to show internal directories.
Click to hide internal directories.