|
|
|
@@ -173,6 +173,7 @@ func searchRepo(ctx *context.Context, TableName string, Key string, Page int, Pa |
|
|
|
privateRe.PrivateTotal = count |
|
|
|
privateRe.Result = make([]map[string]interface{}, 0) |
|
|
|
if count > 0 { |
|
|
|
log.Info("Query private repo number is:" + fmt.Sprint(count)) |
|
|
|
makePrivateRepo(repos, privateRe, Key) |
|
|
|
} |
|
|
|
|
|
|
|
|