Moved action type into action module.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user