MCPcopy
hub / github.com/helm/helm / Pusher

Interface Pusher

pkg/pusher/pusher.go:73–76  ·  view source on GitHub ↗

Pusher is an interface to support upload to the specified URL.

Source from the content-addressed store, hash-verified

71
72// Pusher is an interface to support upload to the specified URL.
73type Pusher interface {
74 // Push file content by url string
75 Push(chartRef, url string, options ...Option) error
76}
77
78// Constructor is the function for every pusher which creates a specific instance
79// according to the configuration

Callers 3

testPushFunction · 0.65
pushMethod · 0.65
UploadToMethod · 0.65

Implementers 2

Clientpkg/registry/client.go
OCIPusherpkg/pusher/ocipusher.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…