wormhole-explorer/pipeline/healthcheck/types.go

6 lines
78 B
Go
Raw Normal View History

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