Hello.
I found
go-openapi/runtime#31
which recommends creating a new runtime to add mimetypes. However, the code generated by
swagger generate server
seems to use the standard runtime.
Can some method be used to add new consumers / producers?
I could not find any relevant documentation.