Add type: database.Version
This commit is contained in:
parent
e8f6c7115e
commit
0c31803e4c
7
pkg/database/version.go
Normal file
7
pkg/database/version.go
Normal file
@ -0,0 +1,7 @@
|
||||
package database
|
||||
|
||||
type Version struct {
|
||||
Component string
|
||||
Target string
|
||||
Version string
|
||||
}
|
Loading…
Reference in New Issue
Block a user