package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 15, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetOpenAPISpecJSON returns the raw OpenAPI spec as JSON bytes.
type Pet struct {
Name string `form:"name" json:"name"`
Tag *string `form:"tag,omitempty" json:"tag,omitempty"`
}
#/components/schemas/Pet
func (s *Pet) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.