示例#1
0
func (*SousQueryAds) RegisterOn(psy Addable) {
	psy.Add(graph.DryrunOption("none"))
}
示例#2
0
// 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))
}
示例#3
0
// 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)
}
示例#4
0
// 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)
}