code moved to autogenpb
This commit is contained in:
parent
b38cf5f0fa
commit
b6b0cadde5
10
repo.test.go
10
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue