Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { XMLName xml.Name `xml:"configuration"` Id string `xml:"id"` Name string `xml:"name"` Description string `xml:"description"` Executable string `xml:"executable"` Arguments []string `xml:"argument"` StartMode string `xml:"startmode"` LogPath string `xml:"logpath"` LogMode string `xml:"logmode"` EnvironmentVariables []EnvironmentVariable `xml:"env"` }
type DaemonSpec ¶
type EnvironmentVariable ¶ added in v0.0.14
type WinSW ¶
func (*WinSW) AddDaemon ¶
func (w *WinSW) AddDaemon(spec DaemonSpec) error
func (*WinSW) RemoveDaemon ¶
Click to show internal directories.
Click to hide internal directories.