MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / Get

Method Get

secrets/api.go:60–60  ·  view source on GitHub ↗

Get gets a secret from a remote secret store

(Request)

Source from the content-addressed store, hash-verified

58type Driver interface {
59 // Get gets a secret from a remote secret store
60 Get(Request) Response
61}
62
63// Handler forwards requests and responses between the docker daemon and the plugin.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected