type Client struct {
// RestoreResponseBody controls whether the response bodies are reset after// decoding so they can be read again.
RestoreResponseBody bool// contains filtered or unexported fields
}
Client lists the openapi service endpoint HTTP clients.