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 - slash separator.
|
||||||
SlashSeparator = "/"
|
SlashSeparator = "/"
|
||||||
|
|
||||||
// Means no response type.
|
// MimeNone means no response type.
|
||||||
mimeNone mimeType = ""
|
MimeNone mimeType = ""
|
||||||
// Means response type is JSON.
|
|
||||||
// mimeJSON mimeType = "application/json"
|
// MimeXML means response type is XML.
|
||||||
// Means response type is XML.
|
MimeXML mimeType = "application/xml"
|
||||||
mimeXML mimeType = "application/xml"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = logErrorResponse
|
var _ = logErrorResponse
|
||||||
|
|
Loading…
Reference in a new issue