# Functions

GetTMEFromEnv will return the first available task metadata endpoint for the v4 or v3 env var in that order.
GetTMEV3FromEnv will return a validated task metadata endpoint as obtained by the v3 env var, if any.
GetTMEV4FromEnv will return a validated task metadata endpoint as obtained by the v4 env var, if any.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ErrNoTaskMetadataEndpointDetected is a reserved error type to distinguish between incompatible environments and other error scenarios.