Skip to content

Commit

Permalink
Merge pull request #81 from smartcontractkit/feature/BCF-2065/relay-s…
Browse files Browse the repository at this point in the history
…ervice-implements-checkable
  • Loading branch information
essamhassan committed Feb 17, 2023
2 parents 99bdfda + fc30266 commit 6899df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ import (
)

type Service interface {
Name() string
Start(context.Context) error
Close() error
Ready() error
Healthy() error
HealthReport() map[string]error
}

// PluginArgs are the args required to create any OCR2 plugin components.
Expand Down

0 comments on commit 6899df9

Please sign in to comment.