Update to new pkglib + goprogram versions

This commit is contained in:
Tom Wiesing 2023-07-19 02:55:46 +02:00
parent 63c5db734d
commit b2c12ac9be
No known key found for this signature in database
7 changed files with 74 additions and 28 deletions

View file

@ -11,7 +11,7 @@ import (
func (ssh2 *SSHKeys) TableInfo() component.TableInfo {
return component.TableInfo{
Model: reflectx.TypeOf[models.Keys](),
Model: reflectx.MakeType[models.Keys](),
Name: models.KeysTable,
}
}