Revision 7213694a40290b29c9c311571d43d0f889e55660 authored by Gaurav Tiwari on 29 December 2017, 17:14:25 UTC, committed by Gaurav Tiwari on 29 December 2017, 17:14:25 UTC
1 parent ca2fe5a
Raw File
imports_pre19.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
back to top