Code-Fight commented on code in PR #812: URL: https://github.com/apache/incubator-seata-go/pull/812#discussion_r2096745052
########## pkg/saga/statemachine/store/repository/state_machine_repository.go: ########## @@ -205,7 +204,7 @@ func (s *StateMachineRepositoryImpl) RegistryStateMachineByReader(reader io.Read return nil } -func (s *StateMachineRepositoryImpl) SetStateLangStore(stateLangStore *db.StateLangStore) { +func (s *StateMachineRepositoryImpl) SetStateLangStore(stateLangStore core.StateLangStore) { Review Comment: Does the caller also need to be modified? -- 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