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

Method UpdateSourceWithURL

pulsaradmin/pkg/admin/sources.go:75–75  ·  view source on GitHub ↗

UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file

(config *utils.SourceConfig, pkgURL string, options *utils.UpdateOptions)

Source from the content-addressed store, hash-verified

73
74 // UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file
75 UpdateSourceWithURL(config *utils.SourceConfig, pkgURL string, options *utils.UpdateOptions) error
76
77 // UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file
78 UpdateSourceWithURLWithContext(

Callers

nothing calls this directly

Implementers 1

sourcespulsaradmin/pkg/admin/sources.go

Calls

no outgoing calls

Tested by

no test coverage detected