Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + 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 TestAnyOf0 struct + FieldA *string + func (s *TestAnyOf0) ApplyDefaults() + type TestAnyOf1 struct + FieldA *string + func (s *TestAnyOf1) ApplyDefaults() + type TestAnyOf1FieldA string + const Bar + const Foo