Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + const ApplicationOctetStream + const SvgMimeType + type SniffedType struct + func DetectContentType(data []byte) SniffedType + func DetectContentTypeFromReader(r io.Reader) (SniffedType, error) + func (ct SniffedType) GetMimeType() string + func (ct SniffedType) IsAudio() bool + func (ct SniffedType) IsBrowsableBinaryType() bool + func (ct SniffedType) IsImage() bool + func (ct SniffedType) IsPDF() bool + func (ct SniffedType) IsRepresentableAsText() bool + func (ct SniffedType) IsSvgImage() bool + func (ct SniffedType) IsText() bool + func (ct SniffedType) IsVideo() bool