openapi

package
v1.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DiscoverOpenApiSpecs

func DiscoverOpenApiSpecs(configDir string) []string

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 OperationResponse struct {
	Description string

	// key is content type
	Content map[string]interface{}
}

type PartialModel

type PartialModel struct {
	// key is path
	Paths map[string]map[string]Operation
}

func Parse

func Parse(specFile string) (*PartialModel, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL