output

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOpenAPISpecJSON

func GetOpenAPISpecJSON() ([]byte, error)

GetOpenAPISpecJSON returns the raw OpenAPI spec as JSON bytes.

Types

type Bar

type Bar string

#/components/schemas/Bar

const (
	BarEmpty         Bar = ""
	BarFoo           Bar = "Foo"
	BarBar           Bar = "Bar"
	BarFooBar0       Bar = "Foo Bar"
	BarFooBar1       Bar = "Foo-Bar"
	BarN1Foo         Bar = "1Foo"
	BarXFoo0         Bar = " Foo"
	BarXFoo1         Bar = " Foo "
	BarUnderscoreFoo Bar = "_Foo_"
	BarN1            Bar = "1"
)

type GetFooJSONResponse

type GetFooJSONResponse = []Bar

#/paths//foo/get/responses/200/content/application/json/schema

Jump to

Keyboard shortcuts

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