forked from lthn/blockchain
Enhances the Go SDK Makefile target to fix import paths in generated files and sets the correct Go module path. Updates go.json to use 'utils/sdk/client/go' for package, API, and model paths, and adds additional OpenAPI generator properties.
10 lines
No EOL
286 B
JSON
10 lines
No EOL
286 B
JSON
{
|
|
"additionalProperties": {
|
|
"packageName": "utils/sdk/client/go",
|
|
"apiNameSuffix": "utils/sdk/client/go",
|
|
"apiPackage": "utils/sdk/client/go",
|
|
"modelPackage": "utils/sdk/client/go",
|
|
"isGoSubmodule": true,
|
|
"disallowAdditionalPropertiesIfNotPresent": false
|
|
}
|
|
} |