MCPcopy Create free account
hub / github.com/apache/pulsar-client-go / UpdateFunctionWithURL

Method UpdateFunctionWithURL

pulsaradmin/pkg/admin/functions.go:668–671  ·  view source on GitHub ↗
(functionConfig *utils.FunctionConfig, pkgURL string,
	updateOptions *utils.UpdateOptions)

Source from the content-addressed store, hash-verified

666}
667
668func (f *functions) UpdateFunctionWithURL(functionConfig *utils.FunctionConfig, pkgURL string,
669 updateOptions *utils.UpdateOptions) error {
670 return f.UpdateFunctionWithURLWithContext(context.Background(), functionConfig, pkgURL, updateOptions)
671}
672
673func (f *functions) UpdateFunctionWithURLWithContext(
674 ctx context.Context,

Callers

nothing calls this directly

Tested by

no test coverage detected