diff options
| author | Jeff Carr <[email protected]> | 2025-03-04 14:32:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-04 14:32:54 -0600 |
| commit | be1c2d0f11893e51475e4e1e3eaa4be790a8146a (patch) | |
| tree | 1b6b90f201f4f9a80a57a33301ce2738cc50cc6b /repo.test.go | |
| parent | 2d439a0468622f0f5d8036f62671334f3d6b993a (diff) | |
attempt delete table
Diffstat (limited to 'repo.test.go')
| -rw-r--r-- | repo.test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.test.go b/repo.test.go index 6b0fe57..1e2795c 100644 --- a/repo.test.go +++ b/repo.test.go @@ -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) { |
