Remove usage stats (#1665)

This commit is contained in:
Viktor Liu
2024-03-05 09:45:32 +01:00
committed by GitHub
parent 17f5abc653
commit 199bf73103
8 changed files with 0 additions and 335 deletions

View File

@@ -1,7 +1,6 @@
package server
import (
"context"
"fmt"
"os"
"path/filepath"
@@ -42,7 +41,6 @@ type Store interface {
// GetStoreEngine should return StoreEngine of the current store implementation.
// This is also a method of metrics.DataSource interface.
GetStoreEngine() StoreEngine
CalculateUsageStats(ctx context.Context, accountID string, start time.Time, end time.Time) (*AccountUsageStats, error)
}
type StoreEngine string