Skip to content

Instantly share code, notes, and snippets.

@krsna1729
Last active January 17, 2019 00:43
Show Gist options
  • Save krsna1729/79a1254a89c5c55182b165ef6136b4f4 to your computer and use it in GitHub Desktop.
Save krsna1729/79a1254a89c5c55182b165ef6136b4f4 to your computer and use it in GitHub Desktop.
Generate go code from openapi 3 schema
docker run --rm -v ${PWD}:/local -v /etc/passwd:/etc/passwd:ro -u `id -u`:`id -g` \
openapitools/openapi-generator-cli generate \
-i /local/TS29502_Nsmf_PDUSession.yaml \
-g go-server -D packageName=smfpdu \
-o /local/out/TS29502_Nsmf_PDUSession/go-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment