Revision e5a8edb2b27071bd22a3574bafa861169fd7f6ab authored by Denys Smirnov on 03 June 2018, 12:38:27 UTC, committed by Denys Smirnov on 03 June 2018, 12:38:27 UTC
1 parent 924a8c2
Raw File
imports_19.go
// +build go1.9

package cayley

import (
	"github.com/cayleygraph/cayley/graph"
	"github.com/cayleygraph/cayley/graph/path"
)

type Iterator = graph.Iterator
type QuadStore = graph.QuadStore
type QuadWriter = graph.QuadWriter

type Path = path.Path

type Handle = graph.Handle
back to top