Documentation ¶ Index ¶ func GenerateTypedFetch(reflector *openapi31.Reflector) (string, error) type OperationMethodTuple type ParamInfo type RequestBodyInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateTypedFetch ¶ func GenerateTypedFetch(reflector *openapi31.Reflector) (string, error) Types ¶ type OperationMethodTuple ¶ type OperationMethodTuple struct { Operation *openapi31.Operation Method string } type ParamInfo ¶ type ParamInfo struct { TsType string Required bool Included bool ResolvedParams []*openapi31.Parameter } type RequestBodyInfo ¶ type RequestBodyInfo struct { TsType string Required bool Included bool ResolvedBody *openapi31.RequestBody } Source Files ¶ View all Source files client.gocomponent.gogenerate.gooperation.goparam.gorequest.gorequestBody.goresponse.goschema.gourl.goutils.go Click to show internal directories. Click to hide internal directories.