mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-18 21:22:51 +01:00
Add Dashboards (#41)
This commit is contained in:
@@ -78,3 +78,7 @@ func (i *Index) Truncate() error {
|
||||
i.internal = index
|
||||
return nil
|
||||
}
|
||||
|
||||
func (i *Index) Close() error {
|
||||
return i.internal.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user