# Functions
NewLinkGraphClient returns a new client instance that implements a subset of the graph.Graph interface by delegating methods to a graph instance exposed by a remote gRPC sever.
NewLinkGraphServer returns a new server instance that uses the provided graph as its backing store.
# Structs
LinkGraphClient provides an API compatible with the graph.Graph interface for accessing graph instances exposed by a remote gRPC server.
LinkGraphServer provides a gRPC layer for accessing a link graph.