Last active
January 17, 2019 00:43
-
-
Save krsna1729/79a1254a89c5c55182b165ef6136b4f4 to your computer and use it in GitHub Desktop.
Generate go code from openapi 3 schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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