From 0b5caa03e5b2d1c0c3350896ed29b95bf95fe041 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Jan 2025 08:13:01 -0600 Subject: tinkering with the mutex / Marshal() problem --- repo.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo.proto') diff --git a/repo.proto b/repo.proto index 83c7206..76376c1 100644 --- a/repo.proto +++ b/repo.proto @@ -36,7 +36,7 @@ message Repo { // `autogenpb:marshal` `autogenpb:2nomutex` string state = 23; // status or state. useful for building tooling } -message Repos { // `autogenpb:marshal` `autogenpb:sort` +message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:2nomutex` string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673` string version = 2; // `autogenpb:version:2` repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this -- cgit v1.2.3