Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + func NewSource(opt Opt) (source.Source, error) + type HTTPIdentifier struct + Checksum digest.Digest + Filename string + GID int + Perm int + TLS bool + UID int + URL string + func NewHTTPIdentifier(str string, tls bool) (*HTTPIdentifier, error) + func (id *HTTPIdentifier) Capture(c *provenance.Capture, pin string) error + func (id *HTTPIdentifier) Scheme() string + type Opt struct + CacheAccessor cache.Accessor + Transport http.RoundTripper