mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
7 lines
167 B
Go
7 lines
167 B
Go
package models
|
|
|
|
// MigrationData struct needed to create new v0.18.0 node from v.0.17.X node
|
|
type MigrationData struct {
|
|
NewHost Host
|
|
LegacyNodes []LegacyNode
|
|
}
|