# Functions
GetDaemonEndpoints returns DaemonEndpoints.
GetDaemonEndpointsFromEnv resolves the daemon address if set in the environment variable.
GetDaemonEndpointsFromString parses provided daemon address if the environment variable is invalid or not set.
GetDefaultDaemonEndpoints returns the default UDP and TCP address of the daemon.
# Structs
DaemonEndpoints stores X-Ray daemon configuration about the ip address and port for UDP and TCP port.