Get gets a secret from a remote secret store
(Request)
| 58 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected