Documentation
¶
Index ¶
- Variables
- type Client
- func (c *Client) GetResult() *provider.Result
- func (c *Client) Init() error
- func (c *Client) IsAvailable() bool
- func (c *Client) MeasureDownload(speedChan chan<- float64) error
- func (c *Client) MeasureJitter(samples int) (time.Duration, error)
- func (c *Client) MeasureLatency() (time.Duration, error)
- func (c *Client) MeasureUpload(duration time.Duration, speedChan chan<- float64) error
- func (c *Client) Name() string
- type Server
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoServers = errors.New("no M-Lab servers available")
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) IsAvailable ¶
func (*Client) MeasureDownload ¶
func (*Client) MeasureUpload ¶
Click to show internal directories.
Click to hide internal directories.