Versions in this module Expand all Collapse all v3 v3.2.1 May 8, 2020 Changes in this version + func Load(name string) (*chart.Chart, error) + func LoadArchive(in io.Reader) (*chart.Chart, error) + func LoadDir(dir string) (*chart.Chart, error) + func LoadFile(name string) (*chart.Chart, error) + func LoadFiles(files []*BufferedFile) (*chart.Chart, error) + type BufferedFile struct + Data []byte + Name string + func LoadArchiveFiles(in io.Reader) ([]*BufferedFile, error) + type ChartLoader interface + Load func() (*chart.Chart, error) + func Loader(name string) (ChartLoader, error) + type DirLoader string + func (l DirLoader) Load() (*chart.Chart, error) + type FileLoader string + func (l FileLoader) Load() (*chart.Chart, error) Other modules containing this package github.com/kruglovmax/helm