Moved operand into action.
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:
@@ -317,7 +317,7 @@ impl Indexes {
|
||||
#[cfg(test)]
|
||||
mod indexes {
|
||||
use super::*;
|
||||
use crate::{document::field::FieldType, message::wrapper::Operand};
|
||||
use crate::action::{FieldType, Operand};
|
||||
|
||||
fn get_fields(count: usize) -> Vec<Field> {
|
||||
let mut output = Vec::new();
|
||||
@@ -813,8 +813,9 @@ impl DocumentFile {
|
||||
mod document_files {
|
||||
use super::*;
|
||||
use crate::{
|
||||
action::Operand,
|
||||
document::field::FieldType,
|
||||
message::wrapper::{Addition, Delete, Operand},
|
||||
message::wrapper::{Addition, Delete},
|
||||
name::{Name, Names},
|
||||
support_tests::TIMEOUT,
|
||||
};
|
||||
|
||||
@@ -72,7 +72,7 @@ impl FieldSetting {
|
||||
#[cfg(test)]
|
||||
mod fieldsettings {
|
||||
use super::*;
|
||||
use crate::{action::Calculation, message::wrapper::Operand};
|
||||
use crate::{action::Calculation, Operand};
|
||||
use chrono::Utc;
|
||||
use std::time::Duration;
|
||||
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user