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) + 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