Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEngineAlreadyPresent returned when engine already present and should not be ErrEngineAlreadyPresent = errors.New("engine already present, use the update command to change versions") // ErrEngineNotPresent returned when the engine is not present and should be ErrEngineNotPresent = errors.New("engine not present") // ErrMalformedConfigFileParam returned if the engine config file parameter is malformed ErrMalformedConfigFileParam = errors.New("malformed --config-file param on engine") // ErrEngineConfigLookupFailure returned if unable to lookup existing engine configuration ErrEngineConfigLookupFailure = errors.New("unable to lookup existing engine configuration") // ErrEngineShutdownTimeout returned if the engine failed to shutdown in time ErrEngineShutdownTimeout = errors.New("timeout waiting for engine to exit") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.