~bigbes/core-go: 0c56cc14

model: support unmarshalling RIDs from string

hub stores list/repo/tracker RIDs as strings in its database, and I want
to return those as GQL IDs, not strings, in the upcoming GQL API. This
is not possible without this patch since those strings are not UUIDs but
marshalled ones.

Signed-off-by: Simon Martin <simon@nasilyan.com>

Simon Martin <simon@nasilyan.com> — 2026-02-04 10:37:33 UTC

Commit 0c56cc143e7dc0ba583114c3f50bce35035007a9view raw patch

Parent(s): 34c2db68

1 changed file(s)

FileStatus+
model/rid.go M +24 -15