add: anowflake email kafka, refa: redis connectg
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ const Paths = {
|
||||
const svcTypes = await fs.readdir(servicePath);
|
||||
svcTypes.map(svcType => all.push({
|
||||
title: `${service} - ${svcType}`,
|
||||
value: path.join(servicePath, svcType, svcType === "api" ? `${service}.go` : "pb.go"),
|
||||
value: path.join(servicePath, svcType, svcType !== "rpc" ? `${service}.go` : "pb.go"),
|
||||
}));
|
||||
}
|
||||
return all;
|
||||
|
||||
Reference in New Issue
Block a user