Versions in this module Expand all Collapse all v1 v1.8.0 Dec 5, 2025 v1.7.0 Sep 23, 2025 Changes in this version + var ErrFailedToReadEmbeddedFiles = errors.New("failed to read embedded files") + type BufferedFiles struct + func NewBufferedFiles(cfs fs.FS, baseDir string) *BufferedFiles + func (b *BufferedFiles) Files() []*loader.BufferedFile + func (b *BufferedFiles) Walk(filePath string, d fs.DirEntry, err error) error + type ChartFS struct + func NewChartFS(baseDir string) (*ChartFS, error) + func NewChartFSForCWD() (*ChartFS, error) + func (c *ChartFS) GetAllCharts() ([]chart.Chart, error) + func (c *ChartFS) GetChartFiles(chartPath string) (*chart.Chart, error) + func (c *ChartFS) ReadFile(name string) ([]byte, error)