mimetypes

package
v0.0.0-...-fc7dab2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MimeTypes = []MimeType{
		{
			MagicBytes: []MagicBytes{
				{
					// contains filtered or unexported fields
				},
				{
					// contains filtered or unexported fields
				},
			},
			FileExt: []string{"gif"},
			Value:   "image/gif",
		},
	}
)

Functions

This section is empty.

Types

type MagicBytes

type MagicBytes struct {
	// contains filtered or unexported fields
}

File signature

type MimeType

type MimeType struct {
	MagicBytes []MagicBytes
	FileExt    []string
	Value      string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL