posh/pkg/prompt/check/check.go
Kevin Franklin Kim e2ad376b6c initial commit
2023-01-03 15:37:15 +01:00

10 lines
149 B
Go

package check
import (
"context"
"github.com/foomo/posh/pkg/log"
)
type Check func(ctx context.Context, l log.Logger, checkers []Checker) error