()
| 325 | } |
| 326 | |
| 327 | func (a *api) OpenAPI() *OpenAPI { |
| 328 | return a.config.OpenAPI |
| 329 | } |
| 330 | |
| 331 | func (a *api) Unmarshal(contentType string, data []byte, v any) error { |
| 332 | start, end, err := parseContentType(contentType) |
no outgoing calls
no test coverage detected