Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiscoverOpenApiSpecs ¶
DiscoverOpenApiSpecs finds JSON and YAML OpenAPI specification files within the given directory. It returns fully qualified paths to the files discovered.
Types ¶
type Operation ¶
type Operation struct {
// key is status code
Responses map[string]OperationResponse
Description string
}
type OperationResponse ¶
type PartialModel ¶
func Parse ¶
func Parse(specFile string) (*PartialModel, error)
Click to show internal directories.
Click to hide internal directories.