zrepl/client/configcheck.go
2018-09-05 08:32:38 -07:00

9 lines
208 B
Go

package client
import "github.com/zrepl/zrepl/config"
func RunConfigcheck(conf *config.Config, args []string) error {
// TODO: do the 'build' steps, e.g. build the jobs and see if that fails
return nil
}