func (*SousQueryAds) RegisterOn(psy Addable) { psy.Add(graph.DryrunOption("none")) }
// RegisterOn adds the DeploymentConfig to the psyringe to configure the // labeller and registrar. func (sd *SousDeploy) RegisterOn(psy Addable) { psy.Add(&sd.DeployFilterFlags) psy.Add(&sd.OTPLFlags) psy.Add(graph.DryrunOption(sd.rectifyFlags.dryrun)) }
// RegisterOn adds the DeploymentConfig to the psyringe to configure the // labeller and registrar. func (ss *SousServer) RegisterOn(psy Addable) { psy.Add(graph.DryrunOption(ss.flags.dryrun)) psy.Add(&ss.DeployFilterFlags) }
// RegisterOn adds the DeploymentConfig to the psyringe to configure the // labeller and registrar. func (sr *SousRectify) RegisterOn(psy Addable) { psy.Add(graph.DryrunOption(sr.flags.dryrun)) psy.Add(&sr.SourceFlags) }