mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* migrate go tests from circleci to github workflow * update samples * update samples * update workflow * update samples * update samples * update test * update tests * update tests * fix * fix * update host table * update tests * update spec * new spec
8 lines
325 B
YAML
8 lines
325 B
YAML
generatorName: go
|
|
outputDir: samples/client/petstore/go/go-petstore
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing-localhost.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/go
|
|
additionalProperties:
|
|
packageName: petstore
|
|
generateInterfaces: true
|