summaryrefslogtreecommitdiff
path: root/repo.test.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-05 13:33:16 -0600
committerJeff Carr <[email protected]>2025-03-05 13:33:16 -0600
commitb6b0cadde568badc283d817fb0cb8113dc6531f1 (patch)
tree9b1f588a60d5e11ea063647ec650c08fcccfc2bf /repo.test.go
parentb38cf5f0fa3fbffa02f4a988b692e315e145e5bc (diff)
code moved to autogenpb
Diffstat (limited to 'repo.test.go')
-rw-r--r--repo.test.go10
1 files 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
-}