Moved calculation into action.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use crate::{
|
||||
action::{Action, CalcValue, MsgAction, Query},
|
||||
action::{Action, CalcValue, Calculation, MsgAction, Query},
|
||||
document::{
|
||||
definition::{DocDef, DocFuncType},
|
||||
field::Field,
|
||||
},
|
||||
message::wrapper::{
|
||||
Calculation, InternalRecord, InternalRecords, Message, Oid, Records, Reply, Update,
|
||||
InternalRecord, InternalRecords, Message, Oid, Records, Reply, Update,
|
||||
},
|
||||
mtterror::MTTError,
|
||||
name::NameType,
|
||||
|
||||
Reference in New Issue
Block a user