Moved CalcValue 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:
@@ -1,14 +1,11 @@
|
||||
use crate::{
|
||||
action::{Action, MsgAction, Query},
|
||||
action::{Action, CalcValue, MsgAction, Query},
|
||||
document::{
|
||||
definition::{DocDef, DocFuncType},
|
||||
field::Field,
|
||||
},
|
||||
message::{
|
||||
wrapper::{
|
||||
CalcValue, Calculation, InternalRecord, InternalRecords, Message, Oid, Records, Reply,
|
||||
Update,
|
||||
},
|
||||
message::wrapper::{
|
||||
Calculation, InternalRecord, InternalRecords, Message, Oid, Records, Reply, Update,
|
||||
},
|
||||
mtterror::MTTError,
|
||||
name::NameType,
|
||||
|
||||
Reference in New Issue
Block a user