Skip to content

Commit

Permalink
feat(sdk/go): update gen.yaml with new configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 17, 2024
1 parent 8b972d8 commit fdb8372
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion releases/templates/sdk/go/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ generation:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: false
go:
version: ""
version: v0.0.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
author: Formance
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
Expand All @@ -21,5 +27,7 @@ go:
webhooks: pkg/models/webhooks
inputModelSuffix: input
maxMethodParams: 0
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: github.com/formancehq/formance-sdk-go/v2
responseFormat: envelope

0 comments on commit fdb8372

Please sign in to comment.