From f87db5f65f61709a44e111fc47bfbb0865b2067b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 16:46:30 +0000 Subject: object/fetch: Update docs and rename resolver->fetcher --- object/fetch/exact_blob_reader.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'object/fetch/exact_blob_reader.go') diff --git a/object/fetch/exact_blob_reader.go b/object/fetch/exact_blob_reader.go index 95f5e1aa..ee0fc21a 100644 --- a/object/fetch/exact_blob_reader.go +++ b/object/fetch/exact_blob_reader.go @@ -9,6 +9,8 @@ import ( // ExactBlobReader returns a reader for the content of the blob at id, // together with its content size in bytes. +// +// Labels: Life-Parent, Close-Caller. func (r *Fetcher) ExactBlobReader(id objectid.ObjectID) (io.ReadCloser, int64, error) { return r.exactReader(id, objecttype.TypeBlob, "blob") } -- cgit v1.3.1-10-gc9f91