Update to new pkglib + goprogram versions
This commit is contained in:
parent
63c5db734d
commit
b2c12ac9be
7 changed files with 74 additions and 28 deletions
|
|
@ -18,7 +18,7 @@ var (
|
|||
|
||||
func (*InstanceTable) TableInfo() component.TableInfo {
|
||||
return component.TableInfo{
|
||||
Model: reflectx.TypeOf[models.Instance](),
|
||||
Model: reflectx.MakeType[models.Instance](),
|
||||
Name: models.InstanceTable,
|
||||
}
|
||||
}
|
||||
|
|
@ -33,7 +33,7 @@ var (
|
|||
|
||||
func (*LockTable) TableInfo() component.TableInfo {
|
||||
return component.TableInfo{
|
||||
Model: reflectx.TypeOf[models.Lock](),
|
||||
Model: reflectx.MakeType[models.Lock](),
|
||||
Name: models.LockTable,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue