From daeaee2c564caadc62db9e011e4e9c8213aeb005 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 16 Nov 2025 00:00:00 +0000 Subject: Rename ObjType -> ObjectType --- obj_blob.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'obj_blob.go') diff --git a/obj_blob.go b/obj_blob.go index 556a21fc..45d412ff 100644 --- a/obj_blob.go +++ b/obj_blob.go @@ -7,8 +7,8 @@ type Blob struct { Data []byte } -// ObjType allows Blob to satisfy the Object interface. -func (*Blob) ObjType() ObjType { +// ObjectType allows Blob to satisfy the Object interface. +func (*Blob) ObjectType() ObjectType { return ObjBlob } -- cgit v1.3.1-10-gc9f91