Versions in this module Expand all Collapse all v0 v0.0.9-rc0 Nov 16, 2024 v0.0.8 Sep 2, 2024 Changes in this version + var ErrChecksumMismatch = errors.New("checksum mismatch") + var ErrFileNotFound = errors.New("file not found") + var ErrNotSupportedChecksumAlgo = errors.New("not supported checksum algorithm is in use") + func New(url string) *yumRepo + type YumRepo interface + Metadata func() map[string][]byte + Packages func(ctx context.Context) ([]models.Package, error)