feat: updated grpc for dependencies service

This commit is contained in:
Marvin Zhang
2024-06-15 23:25:24 +08:00
parent 08d9f4f676
commit 972713959f
13 changed files with 372 additions and 588 deletions

View File

@@ -54,7 +54,7 @@ func (svc *MasterServiceV2) Init() (err error) {
func (svc *MasterServiceV2) Start() {
// create indexes
common.CreateIndexes()
common.CreateIndexesV2()
// start grpc server
if err := svc.server.Start(); err != nil {