client import "github.com/goadesign/goa/examples/cellar/gen/http/swagger/client"
Overview Index Overview Index type Client func NewClient(scheme string, host string, doer goahttp.Doer, enc func(*http.Request) goahttp.Encoder, dec func(*http.Response) goahttp.Decoder, restoreBody bool) *Client Package files client.go encode_decode.go paths.go types.go
type Client 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 swagger service endpoint HTTP clients.
↧