Versions in this module Expand all Collapse all v0 v0.0.1 Nov 24, 2024 Changes in this version + type ArchiveFetcher interface + Fetch func(archiveURL, checksum, dir string) error + type RepositoryParser struct + func NewRepositoryParser(logger logr.Logger, fetcher ArchiveFetcher) *RepositoryParser + func (p *RepositoryParser) GenerateFromDirectories(ctx context.Context, archiveURL, checksum string, ...) ([]map[string]any, error) + func (p *RepositoryParser) GenerateFromFiles(ctx context.Context, archiveURL, checksum string, ...) ([]map[string]any, error)