Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceEnv ¶
type ServiceEnv struct { // ConfigurationDirectory holds the path to the // configuration directory of the server. ConfigurationDirectory string // StateDirectory holds the path to the directory // containing state data. StateDirectory string // RuntimeDirectory holds the path to the runtime // directory. RuntimeDirectory string }
ServiceEnv describes the environment used by the service.
func (*ServiceEnv) String ¶
func (e *ServiceEnv) String() string
Click to show internal directories.
Click to hide internal directories.