From b6b0cadde568badc283d817fb0cb8113dc6531f1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Mar 2025 13:33:16 -0600 Subject: [PATCH] code moved to autogenpb --- repo.test.go | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/repo.test.go b/repo.test.go index b19ba42..1eaef6d 100644 --- a/repo.test.go +++ b/repo.test.go @@ -10,10 +10,7 @@ package gitpb -import ( - "go.wit.com/log" -) - +/* func (mt *ReposTable) Delete() { if mt == nil { log.Info("mt == nil table already deleted") @@ -22,11 +19,8 @@ func (mt *ReposTable) Delete() { log.Info("implement table Delete here") mt.parent.DeleteTable(mt.pb) } +*/ func (mt *ReposTable) UpdateTable(pb *Repos) { // mt.parent.UpdateTable(pb) } - -func (mt *ReposTable) GetUuid() string { - return mt.pb.Uuid -}