package reorg

This commit is contained in:
Colin Henry
2020-06-11 21:26:57 -07:00
parent b7b8f7a60b
commit f24e8c90df
64 changed files with 622 additions and 17 deletions

5
scripts/bin/openapigen.bash Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate \
-i $1 \ #https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml \
-g go \
-o /local/out/go