Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type GetTestParameter = []Test2 + type Test struct + func (t *Test) ApplyDefaults() + func (t *Test) FromTestAnyOf0(v TestAnyOf0) error + func (t *Test) FromTestAnyOf1(v TestAnyOf1) error + func (t *Test) MergeTestAnyOf0(v TestAnyOf0) error + func (t *Test) MergeTestAnyOf1(v TestAnyOf1) error + func (t *Test) UnmarshalJSON(b []byte) error + func (t Test) AsTestAnyOf0() (TestAnyOf0, error) + func (t Test) AsTestAnyOf1() (TestAnyOf1, error) + func (t Test) MarshalJSON() ([]byte, error) + type Test2 struct + func (t *Test2) ApplyDefaults() + func (t *Test2) FromInt0(v int) error + func (t *Test2) FromString1(v string) error + func (t *Test2) MergeInt0(v int) error + func (t *Test2) MergeString1(v string) error + func (t *Test2) UnmarshalJSON(b []byte) error + func (t Test2) AsInt0() (int, error) + func (t Test2) AsString1() (string, error) + func (t Test2) MarshalJSON() ([]byte, error) + type TestAnyOf0 struct + Item1 string + Item2 string + func (s *TestAnyOf0) ApplyDefaults() + type TestAnyOf1 struct + Item2 *string + Item3 *string + func (s *TestAnyOf1) ApplyDefaults()