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

Method SetMetadata

plugins/pass/store/store.go:50–53  ·  view source on GitHub ↗
(md map[string]string)

Source from the content-addressed store, hash-verified

48}
49
50func (m *PassValue) SetMetadata(md map[string]string) error {
51 m.metadata = md
52 return nil
53}
54
55func PassStore(ctx context.Context, serviceGroup string, opts ...keychain.Option) (store.Store, error) {
56 kc, err := keychain.New(

Callers 1

SetCommandFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected