Versions in this module Expand all Collapse all v0 v0.0.1 Oct 30, 2023 Changes in this version + func DecodeTestResponse(decoder func(*http.Response) goahttp.Decoder, restoreBody bool) func(*http.Response) (any, error) + func TestTestPath() string + type Client struct + RestoreResponseBody bool + TestDoer goahttp.Doer + func NewClient(scheme string, host string, doer goahttp.Doer, ...) *Client + func (c *Client) BuildTestRequest(ctx context.Context, v any) (*http.Request, error) + func (c *Client) Test() goa.Endpoint