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

Struct passPlugin

plugins/pass/plugin.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29var errUnknownSecretType = errors.New("unknown secret type")
30
31type passPlugin struct {
32 kc store.Store
33 logger plugin.Logger
34}
35
36func (m *passPlugin) GetSecrets(ctx context.Context, pattern plugin.Pattern) ([]plugin.Envelope, error) {
37 list, err := m.kc.Filter(ctx, pattern)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected