aboutsummaryrefslogtreecommitdiff
blob: a760da3be2b8f152545f4ac85874d0dbd0089891 (plain)
1
2
3
4
5
6
7
8
9
// Contains the model of a package

package models

type OutdatedPackages struct {
	Atom          string `pg:",pk"`
	GentooVersion string
	NewestVersion string
}