OCIPusher is the default OCI backend handler
| 33 | |
| 34 | // OCIPusher is the default OCI backend handler |
| 35 | type OCIPusher struct { |
| 36 | opts options |
| 37 | } |
| 38 | |
| 39 | // Push performs a Push from repo.Pusher. |
| 40 | func (pusher *OCIPusher) Push(chartRef, href string, options ...Option) error { |
nothing calls this directly
no outgoing calls
no test coverage detected