Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppConfig ¶
type AppConfig struct {
Timer timer.TimerConfig
CustomCss string `mapstructure:"custom-css,omitempty"`
Activitywatch bool `mapstructure:"activitywatch,omitempty"`
NoWebgui bool `mapstructure:"no-webgui,omitempty"`
NoOpenBrowser bool `mapstructure:"no-open-browser,omitempty"`
ExecStart string `mapstructure:"exec-start,omitempty"`
ExecEnd string `mapstructure:"exec-end,omitempty"`
ExecPause string `mapstructure:"exec-pause,omitempty"`
HttpAddress string `mapstructure:"http-address,omitempty"`
TcpAddress string `mapstructure:"tcp-address,omitempty"`
Fifo string `mapstructure:"fifo,omitempty"`
Loglevel string `mapstructure:"loglevel,omitempty"`
Certfile string `mapstructure:"certfile,omitempty"`
Keyfile string `mapstructure:"keyfile,omitempty"`
Statefile string `mapstructure:"statefile,omitempty"`
NtfyAddress string `mapstructure:"ntfy-address,omitempty"`
NtfyAuth string `mapstructure:"ntfy-auth,omitempty"`
StatefileKeepUpdated bool `mapstructure:"statefile-keep-updated,omitempty"`
Version bool `mapstructure:"version,omitempty"`
Help bool `mapstructure:"help,omitempty"`
Mpris bool `mapstructure:"mpris,omitempty"`
MprisNoInstance bool `mapstructure:"mpris-no-instance,omitempty"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.