Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ServeWebUI bool `json:"serveWebUI"` HTTPListenPort int `json:"httpListenPort"` HardwareConfig *rgb.HardwareConfig `json:"hardwareConfig"` RuntimeOptions *rgb.RuntimeOptions `json:"runtimeOptions"` ScreenOffTimes []string `json:"screenOffTimes"` ScreenOnTimes []string `json:"screenOnTimes"` WebBoardWidth int `json:"webBoardWidth"` WebBoardHeight int `json:"webBoardHeight"` LaunchWebBoard bool `json:"launchWebBoard"` WebBoardUser string `json:"webBoardUser"` }
Config ...
type EmbedDir ¶ added in v0.0.7
type EmbedDir struct {
http.FileSystem
}
EmbedDir is a wrapper to return index.html by default
Click to show internal directories.
Click to hide internal directories.