Versions in this module Expand all Collapse all v0 v0.6.1 Apr 12, 2017 Changes in this version + type GraphStream struct + func NewGraphStream(w io.Writer) *GraphStream + func (gs *GraphStream) AddEdge(i int, s, o string, p quad.Value) + func (gs *GraphStream) AddNode(v quad.Value, props map[quad.Value]quad.Value) string + func (gs *GraphStream) ChangeNode(v quad.Value, sid string, props map[quad.Value]quad.Value) + func (gs *GraphStream) Flush() error + type GraphStreamHandler struct + QS graph.QuadStore + func (s *GraphStreamHandler) ServeHTTP(w http.ResponseWriter, r *http.Request, params httprouter.Params)