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

Method CreateSourceWithURL

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

CreateSourceWithURL creates a new source by providing url from which fun-pkg can be downloaded. Supported url: http/file

(config *utils.SourceConfig, pkgURL string)

Source from the content-addressed store, hash-verified

55 // CreateSourceWithURL creates a new source by providing url from which fun-pkg can be downloaded.
56 // Supported url: http/file
57 CreateSourceWithURL(config *utils.SourceConfig, pkgURL string) error
58
59 // CreateSourceWithURL creates a new source by providing url from which fun-pkg can be downloaded.
60 // Supported url: http/file

Callers

nothing calls this directly

Implementers 1

sourcespulsaradmin/pkg/admin/sources.go

Calls

no outgoing calls

Tested by

no test coverage detected