# Functions
No description provided by the author
RegisterGraphStoreHandler registers the http handlers for service GraphStore to "mux".
RegisterGraphStoreHandlerClient registers the http handlers for service GraphStore to "mux".
RegisterGraphStoreHandlerFromEndpoint is same as RegisterGraphStoreHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterGraphStoreHandlerServer registers the http handlers for service GraphStore to "mux".
No description provided by the author
# Variables
No description provided by the author
GraphStore_ServiceDesc is the grpc.ServiceDesc for GraphStore service.
# Structs
DeleteRequest encapsulates elements we are removing from the database.
No description provided by the author
Edges represent associations between nodes.
EdgeFilter is used to reduce the considered edges.
ListRequest encapsulates requirements for listing data from the database.
ListResponse encapsulates listed response data.
Neighbor represents a node and all the edges pointing to it.
NeighborsRequest encapsulates the variety of ways neighbors can be looked up.
NeighborsResponse returns all neighbors from the query.
Nodes represent entities in a graph.
PutRequest encapsulates elements we are inserting into the database.
No description provided by the author
TraverseRequest is used to navigate the graph, optionally halting once the desired node is found.
TraverseResponse is used to encapsulate a traversal request and its associated response data.
UnimplementedGraphStoreServer must be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
No description provided by the author
GraphStoreClient is the client API for GraphStore service.
GraphStoreServer is the server API for GraphStore service.
UnsafeGraphStoreServer may be embedded to opt out of forward compatibility for this service.