Skip to content

Commit d2d2d20

Browse files
authored
chore(golang): move the existing generator to a compat-layer directory (#234)
this will make place for the upcoming new generator relates to STACKITSDK-294 and STACKITSDK-297
1 parent 2c34a07 commit d2d2d20

30 files changed

+4
-4
lines changed
File renamed without changes.

languages/golang/openapi-generator-config.yml renamed to languages/golang/compat-layer/openapi-generator-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
useOneOfDiscriminatorLookup: true
2-
templateDir: languages/golang/templates
2+
templateDir: languages/golang/compat-layer/templates
33
files:
44
custom/model_test.mustache:
55
# TODO: this should be 'ModelTests' instead of 'Model'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

languages/golang/templates/configuration.mustache renamed to languages/golang/compat-layer/templates/configuration.mustache

File renamed without changes.

languages/golang/templates/custom/helper/array_json_example_value.mustache renamed to languages/golang/compat-layer/templates/custom/helper/array_json_example_value.mustache

File renamed without changes.

languages/golang/templates/custom/helper/container_json_example_value.mustache renamed to languages/golang/compat-layer/templates/custom/helper/container_json_example_value.mustache

File renamed without changes.

0 commit comments

Comments
 (0)