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

10 lines
154 B
Go

package check
import (
"context"
"github.com/foomo/posh/pkg/log"
)
type Checker func(ctx context.Context, l log.Logger) (name, note string, ok bool)