Documentation ¶
Overview ¶
Package proxy defines a proxy graphstore.Service that delegates requests to other service implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(stores ...graphstore.Service) graphstore.Service
New returns a graphstore.Service that forwards Reads, Writes, and Scans to a set of stores in parallel, and merges their results.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.