* feat: new feature for service discovery
1.Completed the code for organizing the workflow.
2.Implemented FileRegistryService based on local configuration files.
* style: go imports
* refactor: avoid the uncertainty of SQL field order in unit test.
refactor select_for_update_executor_test.go to avoid the uncertainty of SQL field order causing test code to pass and fail sometimes.