code moved to autogenpb

This commit is contained in:
Jeff Carr 2025-03-05 13:33:16 -06:00
parent b38cf5f0fa
commit b6b0cadde5
1 changed files with 2 additions and 8 deletions

View File

@ -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
}