Commit d869544
[Go][Client] Secret key content string in http signing support (#8570)
* accept private key content string
* sample update
* Add comments to new methods
* update samples with comments
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
* Update signing.mustache
* update sample comments
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* update empty checks for privateKey
Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com>
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
Co-authored-by: Sebastien Rosset <serosset@cisco.com>1 parent d7bdd7f commit d869544
2 files changed
Lines changed: 32 additions & 2 deletions
File tree
- modules/openapi-generator/src/main/resources/go
- samples/openapi3/client/petstore/go/go-petstore
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
126 | | - | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
| |||
168 | 173 | | |
169 | 174 | | |
170 | 175 | | |
| 176 | + | |
171 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
172 | 181 | | |
173 | 182 | | |
174 | 183 | | |
| |||
182 | 191 | | |
183 | 192 | | |
184 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
185 | 199 | | |
186 | 200 | | |
187 | 201 | | |
188 | 202 | | |
189 | 203 | | |
190 | 204 | | |
| 205 | + | |
191 | 206 | | |
192 | 207 | | |
193 | 208 | | |
| |||
Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments