Skip to main content

execute_jq

Function execute_jq 

Source
pub async fn execute_jq<E: CommandExecutor>(
    executor: &E,
    request: Request,
    jq: String,
    agent_arguments: Option<&AgentArguments>,
) -> Result<E::Stream<Value>, E::Error>