aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/fetcher.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-31 03:02:16 +0000
committerGravatar Runxi Yu2026-03-31 03:02:16 +0000
commit49f93cd54dfa46c488875139499dad13f4cf61db (patch)
tree318fe6f7b0a2a4d42577fde04dae0294d6e84a7d /object/fetch/fetcher.go
parentref/store: Simplify names (diff)
signatureNo signature
object/fetch: Cleanup and add header/size
Diffstat (limited to 'object/fetch/fetcher.go')
-rw-r--r--object/fetch/fetcher.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/object/fetch/fetcher.go b/object/fetch/fetcher.go
index 36eb808a..fcd64d88 100644
--- a/object/fetch/fetcher.go
+++ b/object/fetch/fetcher.go
@@ -2,7 +2,10 @@ package fetch
import objectstore "codeberg.org/lindenii/furgit/object/store"
-// Fetcher resolves parsed and streamed objects from an object store.
+// Fetcher provides ordinary object access above an object store.
+//
+// It exposes object metadata, typed object loading, tree-ish and commit-ish
+// peeling, path resolution, one-tree fs views, and blob content streaming.
//
// Labels: MT-Safe.
type Fetcher struct {