Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateService ¶
type TemplateService interface { LocalAddress() string PrivateAddress() string PrivateUrl() (string, error) Executable() (string, error) Pid() (int, error) ConfDir() (string, error) RunDir() (string, error) ScriptDir() (string, error) Group() string User() string EnvironmentConfigPaths() map[string]string }
TemplateService defines template specific service subset
Click to show internal directories.
Click to hide internal directories.