global

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllowedDomainsMap map[string]bool
View Source
var DatabaseDir string
View Source
var ImageDir string
View Source
var ImageOptions = struct {
	Format    string
	Extension string
	Quality   int64
	Width     float64
}{
	Format:    "jpeg",
	Extension: ".jpg",
	Quality:   92,
	Width:     2000,
}
View Source
var RegenKey string
View Source
var TemplateDir string

Functions

func Init

func Init() (dataDir string)

Types

type ReqData added in v0.1.0

type ReqData struct {
	ValidatedURL string
	UrlKey       string
	CacheKey     string
	Params       url.Values
	Template     string
}

Jump to

Keyboard shortcuts

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