Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalIdentifier ¶ added in v0.13.0
type LocalIdentifier struct { Name string SessionID string IncludePatterns []string ExcludePatterns []string FollowPaths []string Differ fsutil.DiffType }
func NewLocalIdentifier ¶ added in v0.13.0
func NewLocalIdentifier(str string) (*LocalIdentifier, error)
func (*LocalIdentifier) Capture ¶ added in v0.13.0
func (id *LocalIdentifier) Capture(c *provenance.Capture, pin string) error
func (*LocalIdentifier) Scheme ¶ added in v0.13.0
func (*LocalIdentifier) Scheme() string
Click to show internal directories.
Click to hide internal directories.