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