# Packages
No description provided by the author
# Functions
NewHTTPRepository creates new instance of HTTPRepository.
NewLoader returns new instance of Loader.
NewLocalRepository creates structure which allow us to access local repository.
NewPopulator creates new instance of Populator.
# Structs
HTTPRepository represents remote bundle repository which is accessed via HTTP.
Loader provides loading of bundles from repository and representing them as bundles and charts.
LocalRepository provide access to bundles repository.
Populator is responsible for populating bundles and charts into storage.
RepositoryConfig provides configuration for HTTP Repository.