mirror of
https://github.com/samuelncui/acp.git
synced 2026-09-26 01:04:14 +00:00
feat: add content signature xattr cache
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user