Documentation ¶
Index ¶
- Constants
- Variables
- type Result
- type Session
- func (s *Session) BuildJson(result interface{})
- func (s *Session) ClearJson()
- func (s *Session) ExecInput(input string, out chan interface{}, _ int)
- func (s *Session) GetJson() ([]interface{}, error)
- func (s *Session) GetQuery(input string, out chan map[string]interface{})
- func (s *Session) InputParses(input string) (query.ParseResult, error)
- func (s *Session) ToText(result interface{}) string
- func (s *Session) ToggleDebug()
Constants ¶
View Source
const TopResultTag = "id"
Variables ¶
View Source
var ErrKillTimeout = errors.New("query timed out")
Functions ¶
This section is empty.
Types ¶
type Session ¶ added in v0.3.1
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶ added in v0.3.1
func (*Session) BuildJson ¶ added in v0.3.1
func (s *Session) BuildJson(result interface{})
Web stuff
func (*Session) InputParses ¶ added in v0.3.1
func (s *Session) InputParses(input string) (query.ParseResult, error)
func (*Session) ToggleDebug ¶ added in v0.3.1
func (s *Session) ToggleDebug()
Click to show internal directories.
Click to hide internal directories.