get_container_logs

Function get_container_logs 

Source
pub async fn get_container_logs(
    __arg0: Path<String>,
    __arg1: Query<LogsQuery>,
) -> Result<Json<Vec<String>>, (StatusCode, String)>