cli import "github.com/goadesign/goa/examples/chatter/gen/http/cli"
Overview Index Overview Index func ParseEndpoint(scheme, host string, doer goahttp.Doer, enc func(*http.Request) goahttp.Encoder, dec func(*http.Response) goahttp.Decoder, restore bool, dialer goahttp.Dialer, connConfigFn goahttp.ConnConfigureFunc) (goa.Endpoint, interface{}, error) func UsageCommands() string func UsageExamples() string Package files cli.go
func ParseEndpoint func ParseEndpoint( scheme, host string, doer goahttp.Doer, enc func(*http.Request) goahttp.Encoder, dec func(*http.Response) goahttp.Decoder, restore bool, dialer goahttp.Dialer, connConfigFn goahttp.ConnConfigureFunc, ) (goa.Endpoint, interface{}, error) ParseEndpoint returns the endpoint and payload as specified on the command line.
↧