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

Struct mockPlugin

plugin/config_test.go:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38var _ ExternalPlugin = &mockPlugin{}
39
40type mockPlugin struct{}
41
42func (m *mockPlugin) GetSecrets(context.Context, secrets.Pattern) ([]secrets.Envelope, error) {
43 return []secrets.Envelope{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected