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

Method UpdateFunction

pulsaradmin/pkg/admin/functions.go:228–228  ·  view source on GitHub ↗

UpdateFunction updates the configuration for a function.

(functionConfig *utils.FunctionConfig, fileName string, updateOptions *utils.UpdateOptions)

Source from the content-addressed store, hash-verified

226
227 // UpdateFunction updates the configuration for a function.
228 UpdateFunction(functionConfig *utils.FunctionConfig, fileName string, updateOptions *utils.UpdateOptions) error
229
230 // UpdateFunctionWithContext updates the configuration for a function.
231 UpdateFunctionWithContext(

Callers

nothing calls this directly

Implementers 1

functionspulsaradmin/pkg/admin/functions.go

Calls

no outgoing calls

Tested by

no test coverage detected