diff options
| author | 2026-03-19 15:13:44 +0000 | |
|---|---|---|
| committer | 2026-03-19 15:20:02 +0000 | |
| commit | 1a8842b33d6d83d1754267e087fd7b4f73ca9e91 (patch) | |
| tree | 02149613c4caa929b959f930985c8ff8ff421a07 /object/stored/object.go | |
| parent | TODO: Updates on receive-pack and error handling (diff) | |
| signature | No signature | |
object/stored: Use generics
Diffstat (limited to 'object/stored/object.go')
| -rw-r--r-- | object/stored/object.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/object/stored/object.go b/object/stored/object.go deleted file mode 100644 index c0a0db8f..00000000 --- a/object/stored/object.go +++ /dev/null @@ -1,14 +0,0 @@ -package stored - -import ( - "codeberg.org/lindenii/furgit/object" - "codeberg.org/lindenii/furgit/objectid" -) - -// StoredObject is a parsed object paired with its storage ID. -type StoredObject interface { - // ID returns the object ID the object was loaded from. - ID() objectid.ObjectID - // Object returns the parsed object value. - Object() object.Object -} |
