func bindUnit(a provision.App, unit *provision.Unit) error { err := a.BindUnit(unit) if err != nil { return errors.WithStack(err) } return nil }