attempt delete table

This commit is contained in:
Jeff Carr 2025-03-04 14:32:54 -06:00
parent 2d439a0468
commit be1c2d0f11
1 changed files with 1 additions and 0 deletions

View File

@ -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) {