Documentation
¶
Overview ¶
Package runtime contains the source-of-truth Go source files for the oapi-codegen runtime helpers. These files are embedded by the codegen binary and either inlined into generated output (with dead code elimination) or used to generate the public runtime/ package.
This package is internal — external consumers import the generated runtime/ package instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var SourceFS embed.FS
SourceFS contains the Go source files for the runtime sub-packages. The codegen binary reads these to extract runtime code for inlining into generated files. This package is under internal/ so external users importing the public runtime sub-packages don't pay the cost of embedding the source files.
Functions ¶
This section is empty.
Types ¶
This section is empty.