Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenAPISpec ¶
type Operation ¶
type Operation struct {
RequestBody *RequestBody
}
type Parser ¶
type Parser interface {
ParseSpec(filePath string) (*OpenAPISpec, error)
GetEndpoint(spec *OpenAPISpec, path string) (*Endpoint, error)
}
type RequestBody ¶
Click to show internal directories.
Click to hide internal directories.