# Functions
NewQuery returns the generic Query interface for the given typed query.
# Interfaces
The Query interface represents an operation that queries a graph.
# Type aliases
The CloudFileFunc type is an adapter to allow the use of ordinary function as a Querier.
The CloudFileTagFunc type is an adapter to allow the use of ordinary function as a Querier.
The FileFunc type is an adapter to allow the use of ordinary function as a Querier.
The FileTagFunc type is an adapter to allow the use of ordinary function as a Querier.
The Func type is an adapter that allows ordinary functions to be used as interceptors.
The StorageProviderFunc type is an adapter to allow the use of ordinary function as a Querier.
The TraverseCloudFile type is an adapter to allow the use of ordinary function as Traverser.
The TraverseCloudFileTag type is an adapter to allow the use of ordinary function as Traverser.
The TraverseFile type is an adapter to allow the use of ordinary function as Traverser.
The TraverseFileTag type is an adapter to allow the use of ordinary function as Traverser.
The TraverseFunc type is an adapter to allow the use of ordinary function as Traverser.
The TraverseStorageProvider type is an adapter to allow the use of ordinary function as Traverser.