consts

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DatabaseName = "photos.db"
)

Variables

View Source
var ExtensionsAndContentTypesMap = map[string]string{
	".jpg":  "image/jpeg",
	".JPG":  "image/jpeg",
	".jpeg": "image/jpeg",
	".JPEG": "image/jpeg",
}
View Source
var IgnoredFiles = []string{
	DatabaseName,
	DatabaseName + "-shm",
	DatabaseName + "-wal",
}
View Source
var SupportedExtensions = []string{
	".jpg",
	".JPG",
	".jpeg",
	".JPEG",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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