Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOpenAPISpecJSON ¶
GetOpenAPISpecJSON returns the raw OpenAPI spec as JSON bytes.
Types ¶
type Pet ¶
type Pet struct {
Born *AliasedDate `form:"born,omitempty" json:"born,omitempty"`
BornAt *oapiCodegenTypesPkg.Date `form:"born_at,omitempty" json:"born_at,omitempty"`
}
#/components/schemas/Pet
func (*Pet) ApplyDefaults ¶
func (s *Pet) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
Click to show internal directories.
Click to hide internal directories.