conf

package
v0.0.0-...-c75f55a Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2014 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InputType       = "jpeg"
	SushiobrolId    = 1
	SushiobrolStore = "var/sushiobrol/store"
	SushiobrolPort  = 9090
	CacheMaxAge     = 30 * 24 * 60 * 60 // 30 days
	Mime            = "image/jpeg"
	Lossless        = true
	Quality         = 80
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Density

type Density struct {
	Density string `json:"density"`
	Ui      string `json:"ui"`
	Width   uint   `json:"width"`
	Height  uint   `json:"height"`
}

type ImageConf

type ImageConf struct {
	Machine string    `json:"machine"`
	Format  []string  `json:"format"`
	Hash    string    `json:"hash"`
	Color   string    `json:"color"`
	Screen  []Density `json:"screen"`
}
var Image ImageConf

Jump to

Keyboard shortcuts

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