show uuid

This commit is contained in:
Jeff Carr 2025-03-04 15:46:14 -06:00
parent be1c2d0f11
commit cc51fd364d
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ func (mt *ReposTable) Delete() {
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
}