wormhole-explorer/pipeline/healthcheck/types.go

6 lines
78 B
Go

package healthcheck
import "context"
type Check func(context.Context) error