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: 7 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 DateInterval

type DateInterval struct {
	Start *oapiCodegenTypesPkg.Date `form:"start,omitempty" json:"start,omitempty"`
	End   *oapiCodegenTypesPkg.Date `form:"end,omitempty" json:"end,omitempty"`
}

#/components/schemas/DateInterval

func (*DateInterval) ApplyDefaults

func (s *DateInterval) ApplyDefaults()

ApplyDefaults sets default values for fields that are nil.

type LowPriorityPort

type LowPriorityPort = int

#/components/schemas/LowPriorityPort

type Port

type Port = int

#/components/schemas/Port

type PortInterval

type PortInterval struct {
	VeryEnd *LowPriorityPort `form:"very_end,omitempty" json:"very_end,omitempty"`
	End     Port             `form:"end" json:"end"`
	Start   Port             `form:"start" json:"start"`
}

#/components/schemas/PortInterval

func (*PortInterval) ApplyDefaults

func (s *PortInterval) 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