fix
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"git.tornberg.me/go-otel/internal/websocket"
|
||||
)
|
||||
|
||||
// Store interface for telemetry history persistence.
|
||||
type Store interface {
|
||||
Append(ctx context.Context, entry websocket.HistoryEntry) error
|
||||
GetHistory(ctx context.Context, limit int) ([]websocket.HistoryEntry, error)
|
||||
|
||||
Reference in New Issue
Block a user