openapi

package
v1.35.3 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenVersion

type GenVersion int
const (
	// Initial is the originally released OpenAPI client generator
	Initial GenVersion = iota

	// Experimental can be used to lock experimental or uncompleted features in the generated code
	// It should always be the last item in the enum.
	Experimental

	LatestVersion GenVersion = Experimental - 1
)

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

func New

func New(version GenVersion) *Generator

func (*Generator) Generate

func (g *Generator) Generate(p clientgentypes.GenerateParams) (err error)

func (*Generator) Version

func (g *Generator) Version() int

Jump to

Keyboard shortcuts

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