You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of imports (modules are "GOFLAGS": "-mod=vendor") declared in client package used for testing:
import (
"github.com/cayleygraph/cayley""github.com/cayleygraph/cayley/graph""github.com/cayleygraph/cayley/graph/path""github.com/cayleygraph/cayley/schema""github.com/cayleygraph/quad""github.com/cayleygraph/quad/voc"// The drivers for cayley
_ "github.com/cayleygraph/cayley/graph/kv"// "all"
bg "github.com/cayleygraph/cayley/graph/kv/bolt"
lg "github.com/cayleygraph/cayley/graph/kv/leveldb"// Init "single" writer; unnecessary when using cayley.Handle, here for verbosity.
_ "github.com/cayleygraph/cayley/writer"// Import RDF vocabulary definitions to be able to expand IRIs like rdf:label.
_ "github.com/cayleygraph/quad/voc/core"
)
The text was updated successfully, but these errors were encountered:
kv.List()
called here:cayley/graph/kv/registry.go
Line 11 in b9dabbe
returns an empty array.
The list of imports (modules are
"GOFLAGS": "-mod=vendor"
) declared in client package used for testing:The text was updated successfully, but these errors were encountered: