feat: add content signature xattr cache

This commit is contained in:
Samuel Cui
2026-08-31 21:17:41 +08:00
parent 4eecd3fe31
commit cc5248ea33
19 changed files with 1211 additions and 46 deletions
+7
View File
@@ -32,6 +32,13 @@ type EventReportError struct {
func (*EventReportError) iEvent() {}
// EventSignatureCacheSummary reports aggregate cache behavior for one Copyer.
type EventSignatureCacheSummary struct {
Summary SignatureCacheSummary
}
func (*EventSignatureCacheSummary) iEvent() {}
type EventFinished struct{}
func (*EventFinished) iEvent() {}