Versions in this module Expand all Collapse all v1 v1.0.1 Sep 8, 2019 v1.0.0 Sep 5, 2019 Changes in this version + type Client struct + func (clt *Client) Do(req *http.Request) *http.Response + type TestSetup struct + func New(t *testing.T, conf *config.Config) *TestSetup + func (ts *TestSetup) APIServer() api.Server + func (ts *TestSetup) Guest() *Client + func (ts *TestSetup) T() *testing.T + func (ts *TestSetup) Teardown()