show uuid
This commit is contained in:
parent
be1c2d0f11
commit
cc51fd364d
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue