Sander Jochems
5757def39b
Implement GetActualInstanceValue method ( #20663 )
2025-02-26 15:54:41 +08:00
Charles Treatman
8cbba7334d
[Go] skip validator import if oneOf discriminator lookup is enabled ( #20497 )
...
* move validator import into GoClientCodegen
* add new example for oneof discriminator lookup
* regenerate samples
* add validator.v2 to go.mod if it is imported
* regenerate samples
2025-01-22 19:36:56 +08:00
Max Lapshin
788fd6f725
Golang client can use pattern-based discriminator between oneOf ( #18760 )
...
* Enable reading schemas with pattern-based discriminator between oneOf for golang client #5311
* Codegen after changing to golang templates #5311
2024-06-13 16:31:36 +08:00
Charles Treatman
d0ed25a06d
[Go] fix unused bytes import for anyOf and oneOf models ( #17775 )
...
* add sample spec for oneof and anyof with required properties
* omit bytes import for oneOf and anyOf models
* generate sample client for new spec
2024-02-06 17:05:39 +08:00