mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: Move entity events to transaction (#52394)
This commit is contained in:
@@ -33,7 +33,6 @@ type dashboardLoader interface {
|
||||
}
|
||||
|
||||
type eventStore interface {
|
||||
OnEvent(handler store.EventHandler)
|
||||
GetLastEvent(ctx context.Context) (*store.EntityEvent, error)
|
||||
GetAllEventsAfter(ctx context.Context, id int64) ([]*store.EntityEvent, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user