mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 18:32:08 +08:00
8 lines
188 B
Go
8 lines
188 B
Go
package models
|
|
|
|
// MigrationData struct needed to create new v0.18.0 node from v.0.17.X node
|
|
type MigrationData struct {
|
|
JoinData JoinData
|
|
LegacyNodeID string
|
|
Password string
|
|
}
|