File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,9 @@ func set{{classname}}{{getter}}AttributeType(arg *{{classname}}{{getter}}Attribu
256256{ {#isDate} }
257257{ {! special handling for date} }
258258// isDate
259- type { {classname} }{ {getter} }AttributeType = *time.Time
260- type { {classname} }{ {getter} }ArgType = { {#isNullable} }*{ {/isNullable} }time.Time
261- type { {classname} }{ {getter} }RetType = { {#isNullable} }*{ {/isNullable} }time.Time
259+ type { {classname} }{ {getter} }AttributeType = *string
260+ type { {classname} }{ {getter} }ArgType = { {#isNullable} }*{ {/isNullable} }string
261+ type { {classname} }{ {getter} }RetType = { {#isNullable} }*{ {/isNullable} }string
262262func get{ {classname} }{ {getter} }AttributeTypeOk(arg { {classname} }{ {getter} }AttributeType) (ret { {classname} }{ {getter} }RetType, ok bool) {
263263 if arg == nil {
264264 {{#isNullable} }
You can’t perform that action at this time.
0 commit comments