Documentation ¶
Index ¶
- Constants
- Variables
- type Result
- type Session
- func (s *Session) Clear()
- func (s *Session) Collate(result interface{})
- func (s *Session) Debug(ok bool)
- func (s *Session) Execute(input string, out chan interface{}, _ int)
- func (s *Session) Format(result interface{}) string
- func (s *Session) Parse(input string) (query.ParseResult, error)
- func (s *Session) Results() (interface{}, error)
- func (s *Session) ShapeOf(query string) (interface{}, error)
Constants ¶
View Source
const TopResultTag = "id"
Variables ¶
View Source
var ErrKillTimeout = errors.New("query timed out")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.