# 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 Func type is an adapter that allows ordinary functions to be used as interceptors.
The LoadBalancerFunc type is an adapter to allow the use of ordinary function as a Querier.
The OriginFunc type is an adapter to allow the use of ordinary function as a Querier.
The PoolFunc type is an adapter to allow the use of ordinary function as a Querier.
The PortFunc type is an adapter to allow the use of ordinary function as a Querier.
The ProviderFunc type is an adapter to allow the use of ordinary function as a Querier.
The TraverseFunc type is an adapter to allow the use of ordinary function as Traverser.
The TraverseLoadBalancer type is an adapter to allow the use of ordinary function as Traverser.
The TraverseOrigin type is an adapter to allow the use of ordinary function as Traverser.
The TraversePool type is an adapter to allow the use of ordinary function as Traverser.
The TraversePort type is an adapter to allow the use of ordinary function as Traverser.
The TraverseProvider type is an adapter to allow the use of ordinary function as Traverser.