attempt delete table
This commit is contained in:
parent
2d439a0468
commit
be1c2d0f11
|
@ -16,6 +16,7 @@ import (
|
|||
|
||||
func (mt *ReposTable) Delete() {
|
||||
log.Info("implement table Delete here")
|
||||
mt.parent.DeleteTable(mt.pb)
|
||||
}
|
||||
|
||||
func (mt *ReposTable) UpdateTable(pb *Repos) {
|
||||
|
|
Loading…
Reference in New Issue