Versions in this module Expand all Collapse all v0 v0.0.3 Feb 20, 2022 v0.0.2 Feb 20, 2022 v0.0.1 Feb 20, 2022 Changes in this version + var TimeoutError = errors.New("timeout error") + var UnexpectedError = errors.New("unexpected error") + type Client struct + func NewClient(host string) *Client + func (c *Client) Do(ctx context.Context) error