Skip to content

Commit

Permalink
bruhhh (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera authored Jun 20, 2024
1 parent 125df08 commit b290c91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/app/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"github.com/berachain/offchain-sdk/job"
"github.com/berachain/offchain-sdk/log"
"github.com/berachain/offchain-sdk/server"
"github.com/berachain/offchain-sdk/telemetry"

"github.com/ethereum/go-ethereum/ethdb"
)
Expand All @@ -14,6 +15,7 @@ type Builder interface {
AppName() string
BuildApp(log.Logger) *baseapp.BaseApp
RegisterJob(job.Basic)
RegisterMetrics(cfg *telemetry.Config) error
RegisterDB(db ethdb.KeyValueStore)
RegisterHTTPHandler(handler *server.Handler) error
RegisterMiddleware(m server.Middleware) error
Expand Down

0 comments on commit b290c91

Please sign in to comment.