Skip to content

Commit

Permalink
chore: removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastreml committed Oct 20, 2023
1 parent c509d10 commit 3c48d4c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/checks/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ type Check interface {
Name() string
}

type CheckConfig struct {
Enabled bool
IntervalSec int
MaxRetryCount int
RetryDelaySec int
}


type Result struct {
// data contains performance metrics about the check run
Data any
Expand Down

0 comments on commit 3c48d4c

Please sign in to comment.