aboutsummaryrefslogtreecommitdiff
path: root/object/store
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-18 03:26:34 +0000
committerGravatar Runxi Yu2026-05-18 03:26:34 +0000
commitba6e39a719f5d0437b87fd06bf5c5584fe772a32 (patch)
treec1a7e9ae00502f302c1224364b4fd88378324679 /object/store
parentobject/typ: Reformat a bit (diff)
signatureNo signature
object/store: Remove TODO
Diffstat (limited to 'object/store')
-rw-r--r--object/store/reader.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/object/store/reader.go b/object/store/reader.go
index e46ad41f..ba7a34f2 100644
--- a/object/store/reader.go
+++ b/object/store/reader.go
@@ -55,7 +55,5 @@ type ObjectReader interface {
// Refresh updates any backend-local discovery/cache view of on-disk objects.
//
// Backends without dynamic discovery should do nothing and return nil.
- //
- // TODO
Refresh() error
}