# Functions
FetchChart returns the Chart content given an URL and the auth header if needed.
FetchRepoIndex returns a Helm repository.
FindChartInRepoIndex returns the URL of a chart given a Helm repository and its name and version.
# Interfaces
HTTPClient Interface to perform HTTP requests.
# Type aliases
LoadChart should return a Chart struct from an IOReader.