Revision 1f9595478c6967fa289886f705d402d4af5ab329 authored by Denys Smirnov on 05 February 2018, 12:19:26 UTC, committed by Denys Smirnov on 05 February 2018, 12:19:26 UTC
1 parent 5cc70f7
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