|
|
|
@@ -111,8 +111,9 @@ func searchRepoByLabel(ctx *context.Context, Key string, Page int, PageSize int) |
|
|
|
log.Info("query es error," + err.Error()) |
|
|
|
ctx.JSON(200, "") |
|
|
|
} |
|
|
|
} else { |
|
|
|
ctx.JSON(200, "") |
|
|
|
} |
|
|
|
ctx.JSON(200, "") |
|
|
|
} |
|
|
|
|
|
|
|
func searchRepo(ctx *context.Context, TableName string, Key string, Page int, PageSize int, OnlyReturnNum bool) { |
|
|
|
|