pub type ShellResponse = CommandResponse;Expand description
Response from shell endpoint.
Aliased Type§
pub struct ShellResponse {
pub status: Option<String>,
pub extra: Value,
}Fields§
§status: Option<String>Status of the command.
extra: ValueAdditional fields.