MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / New

Function New

internal/cnpi/plugin/repository/setup.go:224–226  ·  view source on GitHub ↗

New creates a new plugin repository

()

Source from the content-addressed store, hash-verified

222
223// New creates a new plugin repository
224func New() Interface {
225 return &data{}
226}
227
228// Close closes all the connections to the plugins
229func (r *data) Close() {

Callers 7

restoreViaPluginFunction · 0.92
archiveWALViaPluginsFunction · 0.92
invokeStartMethod · 0.92
innerNewClientFunction · 0.92
RunControllerFunction · 0.92
restoreWALViaPluginsFunction · 0.92
runSubCommandFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected