|
|
@@ -176,6 +176,8 @@ func searchRepo(ctx *context.Context, TableName string, Key string, Page int, Pa |
|
|
|
if count > 0 { |
|
|
|
log.Info("Query private repo number is:" + fmt.Sprint(count)) |
|
|
|
makePrivateRepo(repos, privateRe, Key) |
|
|
|
} else { |
|
|
|
log.Info("not found private repo,keyword=" + Key) |
|
|
|
} |
|
|
|
|
|
|
|
log.Info("query searchRepo start") |
|
|
|