add initial struct fixes #98

This commit is contained in:
Zack Scholl 2018-10-21 07:45:05 -07:00
parent 9e7661c1b0
commit 0d17219c87

7
src/models/initial.go Normal file
View File

@ -0,0 +1,7 @@
package models
type Initial struct {
CurveType string
IPAddress string
VersionString string
}