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

This commit is contained in:
2026-02-07 22:45:18 -05:00
parent 3d19493763
commit 5d8624656a
9 changed files with 11 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
use crate::{
action::Query,
action::{Action, Query},
document::{
clock::Clock,
create::IndexType,
@@ -7,7 +7,6 @@ use crate::{
field::FieldType,
},
message::{
action::Action,
wrapper::{CalcValue, Calculation, Delete, Message, Operand, Update},
},
name::{Name, NameType},