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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org