codegen import "github.com/goadesign/goa/http/codegen"
Overview Index Subdirectories Overview Index Variables func ClientCLIFiles(genpkg string, root *httpdesign.RootExpr) []*codegen.File func ClientFiles(genpkg string, root *httpdesign.RootExpr) []*codegen.File func ClientTypeFiles(genpkg string, root *httpdesign.RootExpr) []*codegen.File func ExampleCLI(genpkg string, root *httpdesign.RootExpr) *codegen.File func ExampleServerFiles(genpkg string, root *httpdesign.RootExpr) []*codegen.File func OpenAPIFiles(root *httpdesign.RootExpr) ([]*codegen.File, error) func PathFiles(root *httpdesign.RootExpr) []*codegen.File func RunHTTPDSL(t *testing.T, dsl func()) *httpdesign.RootExpr func ServerFiles(genpkg string, root *httpdesign.RootExpr) []*codegen.File func ServerTypeFiles(genpkg string, root *httpdesign.RootExpr) []*codegen.File type EndpointData func (e *EndpointData) NeedServerResponse() bool type ErrorData type ErrorGroupData type FileServerData type HeaderData type InitArgData type InitData type MultipartData type ParamData type PayloadData type RequestData type ResponseData type ResultData type RouteData type ServiceData func (svc *ServiceData) Endpoint(name string) *EndpointData type ServicesData func (d ServicesData) Get(name string) *ServiceData type StreamData type TypeData Package files client.
↧