package
3.0.0-alpha.1+incompatible
Repository: https://github.com/appscode/helm.git
Documentation: pkg.go.dev

# Functions

All finds all of the registered getters as a list of Provider instances.
ByScheme returns a getter for the given scheme.
NewHTTPGetter constructs a valid http/https client as HTTPGetter.

# Structs

HTTPGetter is the efault HTTP(/S) backend handler.
Provider represents any getter and the schemes that it supports.

# Interfaces

Getter is an interface to support GET to the specified URL.

# Type aliases

Constructor is the function for every getter which creates a specific instance according to the configuration.
Providers is a collection of Provider objects.