Versions in this module Expand all Collapse all v0 v0.46.0 Aug 5, 2026 Changes in this version + type Client interface + Fetch func(spec FetchSpec) (Repo, error) + func New(log *zap.SugaredLogger) Client + type FetchSpec struct + CatalogName string + Depth uint + Path string + Revision string + SSHUrl string + SSLVerify bool + URL string + type LocalRepo struct + func (r LocalRepo) Head() string + func (r LocalRepo) ModifiedTime(path string) (time.Time, error) + func (r LocalRepo) Path() string + func (r LocalRepo) RelPath(file string) (string, error) + type Repo interface + Head func() string + ModifiedTime func(path string) (time.Time, error) + Path func() string + RelPath func(path string) (string, error)