Skip to main content

ShellResponse

Type Alias ShellResponse 

Source
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: Value

Additional fields.