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 ClientType ¶
type ClientType struct {
Name string `json:"name" form:"name"`
}
#/components/schemas/ClientType
func (*ClientType) ApplyDefaults ¶
func (s *ClientType) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
type Unreferenced ¶
type Unreferenced struct {
ID any `json:"id" form:"id"`
}
#/components/schemas/Unreferenced
func (*Unreferenced) ApplyDefaults ¶
func (s *Unreferenced) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
type UpdateClient400JSONResponse ¶
type UpdateClient400JSONResponse struct {
Code string `json:"code" form:"code"`
}
#/paths//client/put/responses/400/content/application/json/schema
func (*UpdateClient400JSONResponse) ApplyDefaults ¶
func (s *UpdateClient400JSONResponse) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
Click to show internal directories.
Click to hide internal directories.