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
|
package gitpb
|
||||||
|
|
||||||
import (
|
/*
|
||||||
"go.wit.com/log"
|
|
||||||
)
|
|
||||||
|
|
||||||
func (mt *ReposTable) Delete() {
|
func (mt *ReposTable) Delete() {
|
||||||
if mt == nil {
|
if mt == nil {
|
||||||
log.Info("mt == nil table already deleted")
|
log.Info("mt == nil table already deleted")
|
||||||
|
@ -22,11 +19,8 @@ func (mt *ReposTable) Delete() {
|
||||||
log.Info("implement table Delete here")
|
log.Info("implement table Delete here")
|
||||||
mt.parent.DeleteTable(mt.pb)
|
mt.parent.DeleteTable(mt.pb)
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
func (mt *ReposTable) UpdateTable(pb *Repos) {
|
func (mt *ReposTable) UpdateTable(pb *Repos) {
|
||||||
// mt.parent.UpdateTable(pb)
|
// mt.parent.UpdateTable(pb)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mt *ReposTable) GetUuid() string {
|
|
||||||
return mt.pb.Uuid
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue