|
@@ -137,7 +137,9 @@ func init() { |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
tablesStatistic = append(tablesStatistic, |
|
|
tablesStatistic = append(tablesStatistic, |
|
|
new(FileChunk)) |
|
|
|
|
|
|
|
|
new(FileChunk), |
|
|
|
|
|
new(UserBusinessAnalysis), |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
gonicNames := []string{"SSL", "UID"} |
|
|
gonicNames := []string{"SSL", "UID"} |
|
|
for _, name := range gonicNames { |
|
|
for _, name := range gonicNames { |
|
|