Add type: database.Version

This commit is contained in:
Fred Boniface 2023-07-19 19:31:33 +01:00
parent e8f6c7115e
commit 0c31803e4c

7
pkg/database/version.go Normal file
View File

@ -0,0 +1,7 @@
package database
type Version struct {
Component string
Target string
Version string
}