Directories
¶
| Path | Synopsis |
|---|---|
|
Package analyzer performs static analysis of a Go + Fiber project to recover its HTTP routes and request/response types, with no source annotations.
|
Package analyzer performs static analysis of a Go + Fiber project to recover its HTTP routes and request/response types, with no source annotations. |
|
Package model holds the analyzed, framework-neutral representation of an API that sits between the static analyzer and the OpenAPI emitter.
|
Package model holds the analyzed, framework-neutral representation of an API that sits between the static analyzer and the OpenAPI emitter. |
|
Package oapi provides an insertion-ordered map that marshals deterministically to both YAML and JSON, which OpenAPI documents require for stable diffs.
|
Package oapi provides an insertion-ordered map that marshals deterministically to both YAML and JSON, which OpenAPI documents require for stable diffs. |
|
Package openapi renders an analyzed model.API into an OpenAPI document (version 3.0 or 3.1) and serializes it to YAML or JSON.
|
Package openapi renders an analyzed model.API into an OpenAPI document (version 3.0 or 3.1) and serializes it to YAML or JSON. |
|
Package schema converts Go types (go/types) into an OpenAPI/JSON-Schema intermediate representation.
|
Package schema converts Go types (go/types) into an OpenAPI/JSON-Schema intermediate representation. |
Click to show internal directories.
Click to hide internal directories.