# Functions
EndpointPort returns the port of the provided endpoint.
EndpointURL builds an url from the provided Endpoint.
MustParseEndpointURL works like ParseEndpointURL, but panics on error.
MustParseEndpointURLs works like ParseEndpointURLs, but panics on error.
NewEndpoint returns a new Endpoint with the provided values.
NewEndpointFromAddr returns a new Endpoint with values from the provided net.Addr.
Nodes returns on options to set the nodes.
ParseEndpointURL parses the provided url and returns a Endpoint.
ParseEndpointURLs parses the provided urls and returns endpoints.
TLS returns an option to set the tls configuration.
# Interfaces
Endpoint holds all parameters for a netx.Endpoint call.