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