OpenAPI returns the OpenAPI spec for this API. You may edit this spec until the server starts.
()
| 260 | // OpenAPI returns the OpenAPI spec for this API. You may edit this spec |
| 261 | // until the server starts. |
| 262 | OpenAPI() *OpenAPI |
| 263 | |
| 264 | // Negotiate returns the selected content type given the client's `accept` |
| 265 | // header and the server's supported content types. If the client does not |
no outgoing calls