mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 04:23:49 +00:00
feat: handle instanceID in projections (#3442)
* feat: handle instanceID in projections * rename functions * fix key lock * fix import
This commit is contained in:
@@ -2,6 +2,7 @@ package repository
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/caos/zitadel/internal/view/model"
|
||||
)
|
||||
|
||||
@@ -9,6 +10,5 @@ type AdministratorRepository interface {
|
||||
GetFailedEvents(context.Context) ([]*model.FailedEvent, error)
|
||||
RemoveFailedEvent(context.Context, *model.FailedEvent) error
|
||||
GetViews() ([]*model.View, error)
|
||||
GetSpoolerDiv(db, viewName string) int64
|
||||
ClearView(ctx context.Context, db, viewName string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user