// +build no_etcd
package etcd
import (
"context"
)
func RunETCD(ctx context.Context, dataDir string) ([]string, error) {
return nil, nil
}