MCPcopy Create free account
hub / github.com/docker/secrets-engine / Run

Method Run

plugin/types.go:56–56  ·  view source on GitHub ↗

Run starts the plugin then waits for the plugin service to exit, either due to a critical error or by cancelling the context. Calling Run() while the plugin is running, will result in an error. After the plugin service exits, Run() can safely be called again.

(context.Context)

Source from the content-addressed store, hash-verified

54 // critical error or by cancelling the context. Calling Run() while the plugin is running,
55 // will result in an error. After the plugin service exits, Run() can safely be called again.
56 Run(context.Context) error
57
58 // RegistrationTimeout returns the registration timeout for the stub.
59 // This is the default timeout if the plugin has not been started or

Callers 15

Test_ListPluginsFunction · 0.65
Test_VersionFunction · 0.65
Test_restoreConfigFunction · 0.65
Test_setupFunction · 0.65
TestMacosKeychainFunction · 0.65
TestUpsertFunction · 0.65
TestConvertAttributesFunction · 0.65
TestChunkBlobFunction · 0.65
TestEncodeDecodeSecretFunction · 0.65
TestIsChunkCredentialFunction · 0.65

Implementers 1

stubplugin/stub.go

Calls

no outgoing calls

Tested by 15

Test_ListPluginsFunction · 0.52
Test_VersionFunction · 0.52
Test_restoreConfigFunction · 0.52
Test_setupFunction · 0.52
TestMacosKeychainFunction · 0.52
TestUpsertFunction · 0.52
TestConvertAttributesFunction · 0.52
TestChunkBlobFunction · 0.52
TestEncodeDecodeSecretFunction · 0.52
TestIsChunkCredentialFunction · 0.52