forked from TrueCloudLab/frostfs-s3-gw
Change MimeTypes constants visibility
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
This commit is contained in:
parent
c9ea63f8ab
commit
cd2cca8fb3
1 changed files with 5 additions and 6 deletions
|
@ -90,12 +90,11 @@ const (
|
|||
// SlashSeparator - slash separator.
|
||||
SlashSeparator = "/"
|
||||
|
||||
// Means no response type.
|
||||
mimeNone mimeType = ""
|
||||
// Means response type is JSON.
|
||||
// mimeJSON mimeType = "application/json"
|
||||
// Means response type is XML.
|
||||
mimeXML mimeType = "application/xml"
|
||||
// MimeNone means no response type.
|
||||
MimeNone mimeType = ""
|
||||
|
||||
// MimeXML means response type is XML.
|
||||
MimeXML mimeType = "application/xml"
|
||||
)
|
||||
|
||||
var _ = logErrorResponse
|
||||
|
|
Loading…
Reference in a new issue