Moved reply into action.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-14 13:04:55 -05:00
parent 1a06794265
commit 1f82c07565
6 changed files with 89 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
use crate::{
action::{CalcValue, Field, FieldType, MsgAction, Operand, Query},
action::{CalcValue, Field, FieldType, MsgAction, Operand, Query, Reply},
mtterror::{ErrorID, MTTError},
name::{NameType, Names},
queue::data_director::{Include, Path, Route},
@@ -266,6 +266,7 @@ impl Operation {
}
}
/*
#[allow(dead_code)]
#[derive(Clone, Debug)]
pub struct Reply {
@@ -345,6 +346,7 @@ mod replies {
}
}
}
*/
#[derive(Clone, Debug)]
pub struct Document {