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

Function wrapHandler

client/client_test.go:141–143  ·  view source on GitHub ↗
(pattern string, h http.Handler)

Source from the content-addressed store, hash-verified

139}
140
141func wrapHandler(pattern string, h http.Handler) handler {
142 return handler{pattern: pattern, handler: h}
143}
144
145func mockListPluginsEngine(t *testing.T, plugins []PluginInfo) string {
146 t.Helper()

Callers 2

mockVersionEngineFunction · 0.85
mockListPluginsEngineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected