You've already forked speedtest-go
Migrate code from Go branch to new repo
This commit is contained in:
20
database/schema/schema.go
Normal file
20
database/schema/schema.go
Normal file
@ -0,0 +1,20 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type TelemetryData struct {
|
||||
Timestamp time.Time
|
||||
IPAddress string
|
||||
ISPInfo string
|
||||
Extra string
|
||||
UserAgent string
|
||||
Language string
|
||||
Download string
|
||||
Upload string
|
||||
Ping string
|
||||
Jitter string
|
||||
Log string
|
||||
UUID string
|
||||
}
|
Reference in New Issue
Block a user