0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/router/dflow_aggregator_v4.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `router_dflow_aggregator_v4`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExRouterDflowAggregatorV4Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExRouterDflowAggregatorV4Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.router.dflow_aggregator_v4";
|
||||
return "ks-lib-executor.router.dflow_aggregator_v4";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExRouterDflowAggregatorV4Executo
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.router.dflow_aggregator_v4".to_string(),
|
||||
executor_name: "ks-lib-executor.router.dflow_aggregator_v4".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user