mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add initial struct fixes #98
This commit is contained in:
parent
9e7661c1b0
commit
0d17219c87
1 changed files with 7 additions and 0 deletions
7
src/models/initial.go
Normal file
7
src/models/initial.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
type Initial struct {
|
||||
CurveType string
|
||||
IPAddress string
|
||||
VersionString string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue