Versions in this module Expand all Collapse all v0 v0.3.0 Jun 28, 2014 Changes in this version + const GremlinTopResultTag + func BuildGremlinEnv(ses *GremlinSession) *otto.Otto + type GremlinResult struct + type GremlinSession struct + func NewGremlinSession(inputTripleStore graph.TripleStore, timeoutSec int, persist bool) *GremlinSession + func (g *GremlinSession) ExecInput(input string, out chan interface{}, limit int) + func (g *GremlinSession) GetQuery(input string, output_struct chan map[string]interface{}) + func (g *GremlinSession) InputParses(input string) (graph.ParseResult, error) + func (g *GremlinSession) SendResult(result *GremlinResult) bool + func (g *GremlinSession) ToggleDebug() + func (s *GremlinSession) ToText(result interface{}) string + func (ses *GremlinSession) BuildJson(result interface{}) + func (ses *GremlinSession) ClearJson() + func (ses *GremlinSession) GetJson() (interface{}, error)