Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPIdentifier ¶ added in v0.13.0
type HTTPIdentifier struct { TLS bool URL string Checksum digest.Digest Filename string Perm int UID int GID int }
func NewHTTPIdentifier ¶ added in v0.13.0
func NewHTTPIdentifier(str string, tls bool) (*HTTPIdentifier, error)
func (*HTTPIdentifier) Capture ¶ added in v0.13.0
func (id *HTTPIdentifier) Capture(c *provenance.Capture, pin string) error
func (*HTTPIdentifier) Scheme ¶ added in v0.13.0
func (id *HTTPIdentifier) Scheme() string
Click to show internal directories.
Click to hide internal directories.