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 GetRootParameter ¶
type GetRootParameter = googleuuid.UUID
type ID ¶
type ID = googleuuid.UUID
type TypeWithAllOf ¶
type TypeWithAllOf struct {
ID googleuuid.UUID `json:"id,omitempty" form:"id,omitempty"`
}
#/components/schemas/TypeWithAllOf
func (*TypeWithAllOf) ApplyDefaults ¶
func (s *TypeWithAllOf) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
type TypeWithAllOfID ¶
type TypeWithAllOfID = googleuuid.UUID
#/components/schemas/TypeWithAllOf/properties/id
type TypeWithOptionalField ¶
type TypeWithOptionalField struct {
At googleuuid.UUID `json:"at,omitempty" form:"at,omitempty"`
AtRequired googleuuid.UUID `json:"at_required" form:"at_required"`
}
#/components/schemas/TypeWithOptionalField
func (*TypeWithOptionalField) ApplyDefaults ¶
func (s *TypeWithOptionalField) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
type TypeWithOptionalFieldAt ¶
type TypeWithOptionalFieldAt = googleuuid.UUID
type TypeWithOptionalFieldAtRequired ¶
type TypeWithOptionalFieldAtRequired = googleuuid.UUID
Click to show internal directories.
Click to hide internal directories.