meta

package
v0.0.0-...-4a3359c Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2021 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentQuery

type ContentQuery struct {
	Filename     string
	Collection   string
	ImageOptions ImageOptions
}

type ImageOptions

type ImageOptions struct {
	Width  int
	Height int
}

type MimeType

type MimeType string
var (
	JPEG MimeType = "image/jpeg"
	PNG  MimeType = "image/png"
	WEBP MimeType = "image/webp"
	TIFF MimeType = "image/tiff"
	GIF  MimeType = "image/gif"
	SVG  MimeType = "image/svg+xml"
	PDF  MimeType = "application/pdf"
	JSON MimeType = "application/json"
)

Jump to

Keyboard shortcuts

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