Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type GetSomething200ResponseJSON1 = []GetSomething200ResponseJSON2 + type GetSomething200ResponseJSON2 struct + func (t *GetSomething200ResponseJSON2) ApplyDefaults() + func (t *GetSomething200ResponseJSON2) FromGetSomething200ResponseJSONAnyOf0(v GetSomething200ResponseJSONAnyOf0) error + func (t *GetSomething200ResponseJSON2) FromGetSomething200ResponseJSONAnyOf11(v GetSomething200ResponseJSONAnyOf11) error + func (t *GetSomething200ResponseJSON2) MergeGetSomething200ResponseJSONAnyOf0(v GetSomething200ResponseJSONAnyOf0) error + func (t *GetSomething200ResponseJSON2) MergeGetSomething200ResponseJSONAnyOf11(v GetSomething200ResponseJSONAnyOf11) error + func (t *GetSomething200ResponseJSON2) UnmarshalJSON(b []byte) error + func (t GetSomething200ResponseJSON2) AsGetSomething200ResponseJSONAnyOf0() (GetSomething200ResponseJSONAnyOf0, error) + func (t GetSomething200ResponseJSON2) AsGetSomething200ResponseJSONAnyOf11() (GetSomething200ResponseJSONAnyOf11, error) + func (t GetSomething200ResponseJSON2) MarshalJSON() ([]byte, error) + type GetSomething200ResponseJSONAnyOf0 struct + Order *string + func (s *GetSomething200ResponseJSONAnyOf0) ApplyDefaults() + type GetSomething200ResponseJSONAnyOf11 struct + Error *GetSomething200ResponseJSONAnyOf12 + func (s *GetSomething200ResponseJSONAnyOf11) ApplyDefaults() + type GetSomething200ResponseJSONAnyOf12 struct + Code *float32 + Message *string + func (s *GetSomething200ResponseJSONAnyOf12) ApplyDefaults() + type GetSomethingJSONResponse struct + Results []GetSomething200ResponseJSON2 + func (s *GetSomethingJSONResponse) ApplyDefaults()