Documentation ¶
Overview ¶
Package speedtest interfaces for testing internet bandwidth through HTTP by speedtest.net
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Settings ¶
type Settings struct { Download struct { TestLength float64 `xml:"testlength,attr"` ThreadsPerURL int `xml:"threadsperurl,attr"` } `xml:"download"` Upload struct { Ratio int `xml:"ratio,attr"` MaxChunkCount int `xml:"maxchunkcount,attr"` Threads int `xml:"threads,attr"` TestLength float64 `xml:"testlength,attr"` } `xml:"upload"` ServerCfg struct { IgnoreIds string `xml:"ignoreids,attr"` } `xml:"server-config"` Client struct { Client } `xml:"client"` }
Click to show internal directories.
Click to hide internal directories.