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 NonRecursiveObject

type NonRecursiveObject struct {
	FieldInNonRecursive *string `form:"FieldInNonRecursive,omitempty" json:"FieldInNonRecursive,omitempty"`
}

#/components/schemas/NonRecursiveObject

func (*NonRecursiveObject) ApplyDefaults

func (s *NonRecursiveObject) ApplyDefaults()

ApplyDefaults sets default values for fields that are nil.

type RecursiveObject

type RecursiveObject struct {
	FieldInNonRecursive *string `form:"FieldInNonRecursive,omitempty" json:"FieldInNonRecursive,omitempty"`
	FieldInRecursive    *string `form:"FieldInRecursive:,omitempty" json:"FieldInRecursive:,omitempty"`
}

#/components/schemas/RecursiveObject

func (*RecursiveObject) ApplyDefaults

func (s *RecursiveObject) ApplyDefaults()

ApplyDefaults sets default values for fields that are nil.

Jump to

Keyboard shortcuts

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