Suggested changes

This commit is contained in:
Phani Teja Marupaka
2020-06-16 11:10:37 -07:00
parent 0f0efe2a4c
commit dbb16dcb6d
6 changed files with 115 additions and 7 deletions

View File

@@ -64,6 +64,7 @@ func (c SetterCreator) Create(openAPIPath, resourcesPath string) error {
FieldName: c.FieldName,
FieldValue: c.FieldValue,
Ref: fieldmeta.DefinitionsPrefix + fieldmeta.SetterDefinitionPrefix + c.Name,
Type: c.Type,
}
err = kio.Pipeline{
Inputs: []kio.Reader{inout},