Documentation
¶
Overview ¶
Package parser turns API specifications into the internal code generation intermediate representation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HARParser ¶ added in v0.8.0
type HARParser struct {
// contains filtered or unexported fields
}
func NewHARParser ¶ added in v0.8.0
type PostmanParser ¶ added in v0.8.0
type PostmanParser struct{}
func NewPostmanParser ¶ added in v0.8.0
func NewPostmanParser() *PostmanParser
type SwaggerParser ¶
type SwaggerParser struct{}
SwaggerParser parses Swagger/OpenAPI documents into the shared codegen IR.
func NewSwaggerParser ¶
func NewSwaggerParser() *SwaggerParser
NewSwaggerParser creates a Swagger/OpenAPI parser instance.
Click to show internal directories.
Click to hide internal directories.