Skip to content

Commit

Permalink
Revert "Add a SetConfig function to the LogEventProvider interface (#367
Browse files Browse the repository at this point in the history
)"

This reverts commit c9d7b3c.
  • Loading branch information
ferglor committed Mar 4, 2024
1 parent 5fcad5b commit bed4289
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/types/automation/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,10 @@ type Encoder interface {

type LogEventProvider interface {
GetLatestPayloads(context.Context) ([]UpkeepPayload, error)
SetConfig(LogEventProviderConfig)
Start(context.Context) error
Close() error
}

type LogEventProviderConfig struct {
NumLogUpkeeps uint32
FastExecLogsHigh uint32
FastExecLogsLow uint32
}

type RecoverableProvider interface {
GetRecoveryProposals(context.Context) ([]UpkeepPayload, error)
}
Expand Down

0 comments on commit bed4289

Please sign in to comment.