package checks type Check interface { Execute() (ok bool, err error) Name() string }