Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App app
Functions ¶
func CreateXMLStatusHandler ¶
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 RenderPoolsConfig ¶
type RenderPoolsConfig struct {
RenderPools []RenderPoolConfig
}
Click to show internal directories.
Click to hide internal directories.