package
0.9.0
Repository: https://github.com/google/badwolf.git
Documentation: pkg.go.dev

# Packages

Package memory provides a volatile memory-based implementation of the storage.Store and storage.Graph interfaces.

# Variables

DefaultLookup provides the default lookup behavior.

# Structs

LookupOptions allows to specify the behavior of the lookup operations.

# Interfaces

Graph interface describes the low level API that storage drivers need to implement to provide a compliant graph storage that can be used with BadWolf.
Store interface describes the low lever API that allows to create new graphs.