internal/

directory
v0.0.0-...-cd2c16d Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2026 License: MIT

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.

Jump to

Keyboard shortcuts

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