Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶ added in v0.94.0
func Equal(a, b *fingerprint.Fingerprint) bool
Types ¶
type Fileset ¶
type Fileset[T Matchable] struct { // contains filtered or unexported fields }
func (*Fileset[T]) Match ¶
func (set *Fileset[T]) Match(fp *fingerprint.Fingerprint, cmp func(a, b *fingerprint.Fingerprint) bool) T
type Matchable ¶
type Matchable interface {
GetFingerprint() *fingerprint.Fingerprint
}
Click to show internal directories.
Click to hide internal directories.