console/clickhouse: Expose API route to get best table and interval from time range

This commit is contained in:
Itah
2024-03-25 11:29:28 +01:00
committed by Vincent Bernat
parent bce99136b0
commit e41e64a3ac
4 changed files with 121 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ import (
"akvorado/console/database"
)
// NewMock instantiantes a new authentication component
// NewMock instantiates a new authentication component
func NewMock(t *testing.T, config Configuration) (*Component, *httpserver.Component, *mocks.MockConn, *clock.Mock) {
t.Helper()
r := reporter.NewMock(t)