summaryrefslogtreecommitdiff
path: root/repo.test.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-04 15:46:14 -0600
committerJeff Carr <[email protected]>2025-03-04 15:46:14 -0600
commitcc51fd364dfe348642082f37a6cd9d49210bc32f (patch)
treebe56a35577772d687ddf7ae570879a2a9a38672f /repo.test.go
parentbe1c2d0f11893e51475e4e1e3eaa4be790a8146a (diff)
show uuid
Diffstat (limited to 'repo.test.go')
-rw-r--r--repo.test.go4
1 files changed, 4 insertions, 0 deletions
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
+}