app

package
v0.0.0-...-ebda00a Latest Latest
Warning

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

Go to latest
Published: May 20, 2016 License: BSD-2-Clause Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var App app

Functions

func CreateXMLStatusHandler

func CreateXMLStatusHandler() http.Handler

Types

type CommonConfig

type CommonConfig struct {
	MetaSize          uint           // 8 by default
	TileSize          uint           // AxA tile
	MonitoringPlugins []PluginConfig // Monitoring exporter
}

type PluginConfig

type PluginConfig struct {
	Plugin       string          // Plugin name
	PluginConfig json.RawMessage // Plugin JSON configuration
}

type RenderPoolConfig

type RenderPoolConfig struct {
	Cmd              []string // Render slave binary
	MinZoom          uint
	MaxZoom          uint
	Tags             []string
	PoolSize         uint
	HPQueueSize      uint
	LPQueueSize      uint
	RenderTTL        uint
	ExecutionTimeout string
}

type RenderPoolsConfig

type RenderPoolsConfig struct {
	RenderPools []RenderPoolConfig
}

Jump to

Keyboard shortcuts

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