summaryrefslogtreecommitdiff
path: root/repo.test.go
diff options
context:
space:
mode:
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
-}