Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // // ID is an uuid identifying the command execution. // // This uuid is embedded in the logs so it's easy to retrieve // the logs of an execution. // // Asynchronous commands posted on the API return a ID, // so logs can be streamed for this execution after posting. // // The opensvc daemon forges an ID and exports it in // the CRM commands it executes. // // The ID is also used as a caching session. Spawned // subprocesses using the "cache" package store and retrieve // their out, err, ret from the session cache identified by // the spawner ID. // ID uuid.UUID )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.