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

This commit is contained in:
2026-02-08 12:57:29 -05:00
parent 3f16284682
commit eca86a53b9
8 changed files with 88 additions and 429 deletions

View File

@@ -1,11 +1,11 @@
use crate::{
action::{Action, CalcValue, Calculation, FieldType, Query},
action::{Action, CalcValue, Calculation, FieldType, Operand, Query},
document::{
clock::Clock,
create::IndexType,
definition::{DocDef, DocFuncType},
},
message::wrapper::{Delete, Message, Operand, Update},
message::wrapper::{Delete, Message, Update},
name::{Name, NameType},
queue::{
data_director::{Include, Path, RegMsg, Register},