# Functions
DefaultLimit returns a RelayLimit object with the defaults filled in.
DefaultResources returns a Resources object with the default filled in.
New constructs a new limited relay that can provide relay services in the given host.
WithACL is a Relay option that supplies an ACLFilter for access control.
WithInfiniteLimits is a Relay option that disables limits.
WithLimit is a Relay option that sets only the relayed connection limits for the relay.
WithMetricsTracer is a Relay option that supplies a MetricsTracer for metrics.
WithResources is a Relay option that sets specific relay resources for the relay.
# Structs
Relay is the (limited) relay service object.
RelayLimit are the per relayed connection resource limits.
Resources are the resource limits associated with the relay service.
# Interfaces
ACLFilter is an Access Control mechanism for relayed connect.
MetricsTracer is the interface for tracking metrics for relay service.