Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMalformedPageToken = errors.New("malformed page token") ErrNetworkMigrationsMissing = errors.New("networkx migrations are not yet applied") )
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { Persister() Persister Traverser() relationtuple.Traverser }
Click to show internal directories.
Click to hide internal directories.