Add Dashboards (#41)

This commit is contained in:
Jonas Plum
2022-03-14 00:23:29 +01:00
committed by GitHub
parent 18a4dc54e7
commit 02c7da91da
30 changed files with 2824 additions and 279 deletions

View File

@@ -78,3 +78,7 @@ func (i *Index) Truncate() error {
i.internal = index
return nil
}
func (i *Index) Close() error {
return i.internal.Close()
}