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

Method GetFunctionStatus

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

GetFunctionStatus returns the current status of a function

(tenant, namespace, name string)

Source from the content-addressed store, hash-verified

162
163 // GetFunctionStatus returns the current status of a function
164 GetFunctionStatus(tenant, namespace, name string) (utils.FunctionStatus, error)
165
166 // GetFunctionStatusWithContext returns the current status of a function
167 GetFunctionStatusWithContext(ctx context.Context, tenant, namespace, name string) (utils.FunctionStatus, error)

Callers

nothing calls this directly

Implementers 1

functionspulsaradmin/pkg/admin/functions.go

Calls

no outgoing calls

Tested by

no test coverage detected