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

Struct stub

plugin/stub.go:31–38  ·  view source on GitHub ↗

stub implements Stub.

Source from the content-addressed store, hash-verified

29
30// stub implements Stub.
31type stub struct {
32 name string
33 m sync.Mutex
34 factory func(ctx context.Context, onClose func(error)) (io.Closer, error)
35
36 registrationTimeout time.Duration
37 requestTimeout time.Duration
38}
39
40var (
41 ParseID = secrets.ParseID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected