An error occurred while fetching the assigned milestone of the selected merge_request.
modules/…/…/…/…/…/…/…/languages
AbstractGoCodegen.java +3 -0
GoClientCodegen.java +4 -0
samples/openapi3/…/…/go/go-petstore
docs
NullableClass.md +6 -6
model_nullable_class.go +12 -12
+ 3
- 0
@@ -350,6 +350,9 @@ public abstract class AbstractGoCodegen extends DefaultCodegen implements Codege
+ 4
- 0
@@ -544,6 +544,10 @@ public class GoClientCodegen extends AbstractGoCodegen {
@@ -283,20 +283,20 @@ HasArrayNullableProp returns a boolean if a field has been set.
@@ -318,20 +318,20 @@ HasArrayAndItemsNullableProp returns a boolean if a field has been set.
@@ -24,8 +24,8 @@ type NullableClass struct {
@@ -338,9 +338,9 @@ func (o *NullableClass) SetArrayNullableProp(v []map[string]interface{}) {
@@ -349,7 +349,7 @@ func (o *NullableClass) GetArrayAndItemsNullableProp() []map[string]interface{}
@@ -365,15 +365,15 @@ func (o *NullableClass) HasArrayAndItemsNullableProp() bool {
@@ -381,7 +381,7 @@ func (o *NullableClass) GetArrayItemsNullable() []map[string]interface{} {
@@ -397,8 +397,8 @@ func (o *NullableClass) HasArrayItemsNullable() bool {