From cc51fd364dfe348642082f37a6cd9d49210bc32f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Mar 2025 15:46:14 -0600 Subject: [PATCH] show uuid --- repo.test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repo.test.go b/repo.test.go index 1e2795c..d62295e 100644 --- a/repo.test.go +++ b/repo.test.go @@ -22,3 +22,7 @@ func (mt *ReposTable) Delete() { func (mt *ReposTable) UpdateTable(pb *Repos) { // mt.parent.UpdateTable(pb) } + +func (mt *ReposTable) GetUuid() string { + return mt.pb.Uuid +}