add initial struct fixes #98
This commit is contained in:
parent
9e7661c1b0
commit
0d17219c87
|
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
type Initial struct {
|
||||
CurveType string
|
||||
IPAddress string
|
||||
VersionString string
|
||||
}
|
||||
Loading…
Reference in New Issue