zrepl/client/configcheck.go

9 lines
208 B
Go
Raw Normal View History

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
}