FinnTew commented on code in PR #741:
URL:
https://github.com/apache/incubator-seata-go/pull/741#discussion_r1885695300
##########
pkg/saga/statemachine/statelang/parser/statemachine_json_parser.go:
##########
@@ -115,16 +112,3 @@ func (stateMachineParser JSONStateMachineParser)
isTaskState(stateType string) b
}
return false
}
-
Review Comment:
StateMachineJsonObject 改为了 statemachine_config_parser 中的
StateMachineObject,给 json 和 yaml 共用,两种格式解析后的结构是一致的,这里的 Parser
实际是和配置文件格式无关的,所以感觉放在 config parser 中更合理一些
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]