Documentation
¶
Index ¶
Constants ¶
View Source
const (
XXH3 digest.Algorithm = "xxh3"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CacheRefMetadata ¶
type CacheRefMetadata struct {
bkcache.RefMetadata
}
type CachedChange ¶ added in v0.16.3
type CachedChange = cache.Result[string, *ChangeWithStat]
type ChangeFunc ¶
type ChangeFunc func(kind ChangeKind, path string, lowerStat, upperStat *types.Stat) error
type ChangeKind ¶
type ChangeKind = fsutil.ChangeKind
const ( ChangeKindAdd ChangeKind = fsutil.ChangeKindAdd ChangeKindModify ChangeKind = fsutil.ChangeKindModify ChangeKindDelete ChangeKind = fsutil.ChangeKindDelete ChangeKindNone ChangeKind = fsutil.ChangeKindDelete + 1 )
type ChangeWithStat ¶
type ChangeWithStat struct {
// contains filtered or unexported fields
}
type ErrConflict ¶
func (*ErrConflict) Error ¶
func (e *ErrConflict) Error() string
type HashedStatInfo ¶
type HashedStatInfo struct { StatInfo // contains filtered or unexported fields }
func (*HashedStatInfo) Digest ¶
func (s *HashedStatInfo) Digest() digest.Digest
Click to show internal directories.
Click to hide internal directories.