Versions in this module Expand all Collapse all v1 v1.1.10 Dec 12, 2023 Changes in this version + func NewSource(opt Opt) (source.Source, error) + func Supported() error + type GitIdentifier struct + AuthHeaderSecret string + AuthTokenSecret string + KeepGitDir bool + KnownSSHHosts string + MountSSHSock string + Ref string + Remote string + Subdir string + func NewGitIdentifier(remoteURL string) (*GitIdentifier, error) + func (GitIdentifier) Scheme() string + func (id *GitIdentifier) Capture(c *provenance.Capture, pin string) error + type Opt struct + CacheAccessor cache.Accessor