Codebase list golang-github-go-openapi-analysis / 5a7aadd
New upstream version 0.21.2 Guillem Jover 2 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
4949 - ifshort
5050 - forbidigo
5151 - cyclop
52 - varnamelen
137137
138138 func fixtureIssue66() []byte {
139139 return []byte(`
140 x-google-endpoints:
140 x-google-endpoints:
141141 - name: bravo-api.endpoints.dev-srplatform.cloud.goog
142142 allowCors: true
143143 host: bravo-api.endpoints.dev-srplatform.cloud.goog
231231 x-google-issuer: "http://okta.example.com"
232232 x-google-jwks_uri: "http://okta.example.com/v1/keys"
233233 x-google-audiences: "http://api.example.com"
234 `)
235 }
234 `)
235 }