Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
func (Query) RunWithLimit ¶ added in v0.3.0
func (Query) Stream ¶ added in v0.2.0
func (q Query) Stream(f StreamFunc)
type StreamFunc ¶ added in v0.2.0
type StreamFunc = func(interface{}) bool
Click to show internal directories.
Click to hide internal directories.