Skip to content

Commit

Permalink
exported function correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
makuro committed Apr 29, 2022
1 parent 32d2369 commit 1dbbf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/probes/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type probe func() bool
var livenessProbe probe
var readinessProbe probe

func main(liveness probe, readiness probe) {
func Start(liveness probe, readiness probe) {

livenessProbe = liveness
readinessProbe = readiness
Expand Down

0 comments on commit 1dbbf6a

Please sign in to comment.