You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified the code directory structure for large repository services, making the api and third_party directories shared among all services, while keeping other directories unchanged.
Added an automatic initialization command for the large repository (mono-repo repository) service mode.
Optimized the code merging rules, supporting the merging of gRPC template code, Handler code, Router configuration, and Error code.
Added a distributed lock library dlock with support for Redis and Etcd.