Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphStore ¶
type HybridStore ¶
type HybridStore interface {
Store
Set(bucket, key string, value interface{}) error
Get(bucket, key string, target interface{}) error
Delete(bucket, key string) error
Keys(bucket string) ([]string, error)
AddNode(n graphdb.Node) error
AddEdge(e graphdb.Edge) error
Neighbors(id string, kind string) ([]graphdb.Edge, error)
ShortestPath(start, end, kind string, ttl int64) ([]string, int, error)
GetStoredPath(start, end, kind string) (*graphdb.Path, error)
}
Click to show internal directories.
Click to hide internal directories.