PKGBUILD/pkg/db/schema.go

11 lines
128 B
Go
Raw Normal View History

package db
var (
postgreSQLSchemata []*schemaInformation
)
type schemaInformation struct {
Version string
Asset string
}