diff options
| author | 2026-05-20 17:12:31 +0000 | |
|---|---|---|
| committer | 2026-05-20 17:12:31 +0000 | |
| commit | 33103e13b34d3f40fae507d657fc1750c66c3b8c (patch) | |
| tree | 9083f56d20adb2f7bbb7f0ca07ada53214528bdf /object/tag/tag.go | |
| parent | reachability: CheckConnected should get a strict option (diff) | |
object/tag: Rename Target to TargetID
Diffstat (limited to 'object/tag/tag.go')
| -rw-r--r-- | object/tag/tag.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tag/tag.go b/object/tag/tag.go index e01f8ac9..4fcc88b0 100644 --- a/object/tag/tag.go +++ b/object/tag/tag.go @@ -16,7 +16,7 @@ import ( // // Labels: MT-Unsafe. type Tag struct { - Target objectid.ObjectID + TargetID objectid.ObjectID TargetType objecttype.Type Name []byte Tagger *objectsignature.Signature |
