# Functions
EndpointFromContext parses a context docker endpoint metadata into a typed EndpointMeta structure.
WithTLSData loads TLS materials for the endpoint.
# Constants
DockerEndpoint is the name of the docker endpoint in a stored context.
# Structs
Endpoint is a typed wrapper around a context-store generic endpoint describing a Docker Engine endpoint, with its tls data.
# Type aliases
EndpointMeta is a typed wrapper around a context-store generic endpoint describing a Docker Engine endpoint, without its tls config.